Skip to content

Tags: agilebits/geoip2-golang

Tags

v1.5.0

Toggle v1.5.0's commit message
1.5.0

* Add StaticIPScore field to Enterprise. Pull request by Pierre
  Bonzel. GitHub oschwald#54.
* Add IsResidentialProxy field to AnonymousIP. Pull request by
  Brendan Boyle. GitHub oschwald#72.
* Support DBIP-ASN-Lite database. Requested by Muhammad Hussein
  Fattahizadeh. GitHub oschwald#69.

v1.4.0

Toggle v1.4.0's commit message
1.4.0

* This module now uses Go modules. Requested by Axel Etcheverry.
  GitHub oschwald#52.
* DBIP databases are now supported. Requested by jaw0. GitHub oschwald#45.
* Allow using the ASN method with the GeoIP2 ISP database. Pull request
  by lspgn. GitHub oschwald#47.
* The example in the `README.md` now checks the length of the
  subdivision slice before using it. GitHub oschwald#51.

v1.3.0

Toggle v1.3.0's commit message
1.3.0

* Added support for the GeoIP2 Enterprise database.

v1.2.1

Toggle v1.2.1's commit message
1.2.1

* HTTPS is now used for the test data submodule rather than the Git
  protocol

v1.2.0

Toggle v1.2.0's commit message
1.2.0

* 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 Februrary 13, 2018.
* Switch from Go Check to Testify. Closes oschwald#27

v1.1.0

Toggle v1.1.0's commit message
1.1.0

* Add support for the GeoLite2 ASN database.
* Add support for the GeoIP2 City by Continent databases. GitHub oschwald#26.

v1.0.0

Toggle v1.0.0's commit message
Update Travis config for 1.7

v0.1.0

Toggle v0.1.0's commit message
First release