Releases: oschwald/geoip2-golang
Releases · oschwald/geoip2-golang
1.6.1
28 Jan 01:23
Compare
Sorry, something went wrong.
No results found
This is a re-release with the changes that were supposed to be in 1.6.0.
1.6.0
28 Jan 01:21
Compare
Sorry, something went wrong.
No results found
Add support for new mobile_country_code and mobile_network_code outputs
on GeoIP2 ISP and GeoIP2 Enterprise.
1.5.0
20 Feb 00:05
Compare
Sorry, something went wrong.
No results found
Add StaticIPScore field to Enterprise. Pull request by Pierre
Bonzel. GitHub #54 .
Add IsResidentialProxy field to AnonymousIP. Pull request by
Brendan Boyle. GitHub #72 .
Support DBIP-ASN-Lite database. Requested by Muhammad Hussein
Fattahizadeh. GitHub #69 .
1.4.0
25 Dec 00:47
Compare
Sorry, something went wrong.
No results found
This module now uses Go modules. Requested by Axel Etcheverry.
GitHub #52 .
DBIP databases are now supported. Requested by jaw0. GitHub #45 .
Allow using the ASN method with the GeoIP2 ISP database. Pull request
by lspgn. GitHub #47 .
The example in the README.md now checks the length of the
subdivision slice before using it. GitHub #51 .
1.3.0
28 Aug 03:12
Compare
Sorry, something went wrong.
No results found
Added support for the GeoIP2 Enterprise database.
1.2.1
25 Feb 20:07
Compare
Sorry, something went wrong.
No results found
HTTPS is now used for the test data submodule rather than the Git
protocol
1.2.0
19 Feb 22:47
Compare
Sorry, something went wrong.
No results found
The country structs for geoip2.City and geoip2.Country now have an
IsInEuropeanUnion boolean field. This is true when the associated
country is a member state of the European Union. This requires a
database built on or after February 13, 2018.
Switch from Go Check to Testify. Closes #27
1.1.0
23 Apr 22:10
Compare
Sorry, something went wrong.
No results found
Add support for the GeoLite2 ASN database.
Add support for the GeoIP2 City by Continent databases. GitHub #26 .
1.0.0
09 Nov 14:44
Compare
Sorry, something went wrong.
No results found
New release for those using tagged releases. Closes #21 .