Skip to content

Releases: oschwald/geoip2-golang

1.2.0

19 Feb 22:47
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare

New release for those using tagged releases. Closes #21.