-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathNEWS
107 lines (80 loc) · 3.74 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Version 1.4.2
-------------------------------------------------------------------------
* Small documentation fix (#60)
* CRAN fixes
* testthat updates
Version 1.4.1
-------------------------------------------------------------------------
* CRAN fixes
Version 1.1.0
-------------------------------------------------------------------------
* Allow for the retrieval of postcodes from city files (#44)
* Maxmind calls should be slightly faster due to some pre-cacheing
* Internal Maxmind dataset updated (#47)
* Support for ipinfo.io (ip_info()) has been integrated. (#46)
* General cleanup and bugfixes
Version 1.0.1
-------------------------------------------------------------------------
* Functions registered with R's C API and namespacing system
* ip2location() documentation clarified
* R-side functions now automatically generate absolute paths to the database files.
* Works on GCC 7.1
Version 1.0.0
-------------------------------------------------------------------------
* Allow retrieving isp, organization, autonomous system number, and autonomous system organization from MaxMind (with an ISP database).
* Support for ip2location binaries is provided through the ip2location() function.
Version 0.8.0
-------------------------------------------------------------------------
DEVELOPMENT
* Using longer delay for requests to ip-api.com due to new API rate limits.
Version 0.7.0
-------------------------------------------------------------------------
NEW FEATURES
* Added feature to retrieve city_geoname_id from maxmind databases
* Unidenfitiable IP addresses will return NAs from maxmind()
DEVELOPMENT
* The vignette, and documentation of the maxmind function, have been improved to make explicit
the datasets rgeolocate ships with (#25)
* MaxMind free datasets updated.
* Tests have been rebuilt to be tolerant of server-side problems in the case of remote API calls.
Version 0.6.0
-------------------------------------------------------------------------
DEVELOPMENT
* Internal country DB updated.
* client_info() and other telize-based functionality deprecated, as they have shut down their public API.
Version 0.5.0
-------------------------------------------------------------------------
NEW FEATURES
* freegeoip() is deprecated as the service is too unreliable to be trusted.
* David Robinson has provided code that allows for the retrieval of longitude and latitude from maxmind databases
DEVELOPMENT
* Changes to the build process should avoid issues on Fedora machines.
Version 0.4.2
-------------------------------------------------------------------------
* Vignette naming problem corrected.
Version 0.4.1
-------------------------------------------------------------------------
* Bug when asking maxmind for connection information now accidentally fixed;
* Internal refactor by Drew Schmidt to maxmind-related C++.
Version 0.4.0
-------------------------------------------------------------------------
NEW FEATURES
*rgeolocate now works on Windows thanks to the work of Drew Schmidt.
DEVELOPMENT
*libmaxminddb is now included, making the code self-contained.
*Unit tests are fixed to avoid unintended external dependencies.
Version 0.3.0
-------------------------------------------------------------------------
NEW FEATURES
* maxmind() is now variable - you can pass in single fields, or various permutations of fields, rather
than having it geolocate everything all at once.
Version 0.2.0
-------------------------------------------------------------------------
NEW FEATURES
*Support for freegeoip.net
*Support for telize.com
DEVELOPMENT
*add extern "C" to make the package more easily installable.
Version 0.1.0
-------------------------------------------------------------------------
Initial release. Support for MaxMind's binary databases, db-ip.com and ip-api.com