Skip to content

v0.0300

Pre-release
Pre-release
Compare
Choose a tag to compare
@oschwald oschwald released this 08 Jul 16:50
· 351 commits to main since this release
  • Allow IPv6 addresses to be passed to the GeoIP2::WebService::Client class's
    methods.
  • We now support more languages. The new languages are de, es, fr, and pt-BR.
  • Postal code data is now returned as a separate top-level object. We now
    provide a GeoIP2::Record::Postal class for this data.
  • The REST API returns a record with data about your account. There is a new
    GeoIP2::Record::MaxMind class for this data.
  • Fixed bug in the City & CityISPOrg classes. Their subdivions() method was
    not working.
  • Type constraint errors are now thrown as GeoIP2::Type::Error objects.