Gregory Oschwald

Results 152 comments of Gregory Oschwald

My concern about breaking changes is that every new method added to the interface is a breaking change. This would cause us to have many more major releases, which often...

This is already included in #30.

If you are thinking about implementing support, there is a [public spec for the MaxMind DB format](https://github.com/maxmind/MaxMind-DB/blob/master/MaxMind-DB-spec.md). There is also a relatively recent [official pure Ruby implementation](https://github.com/maxmind/MaxMind-DB-Reader-ruby).

After seeing the above, I tested it out on `maxmind/minfraud`. Besides some minor exception text changes, I did notice an issue with `2014-04-12T23:20:50Z` no longer being accepted as a valid...

I am going to go ahead and close this. Debian has the current version of this library, and I don't think we are in the best position to maintain high...

As of `maxmind-db` 3.1.0, you can now use that to iterate the database. Given that it is a lower level operation, I don't think we will expose it through `geoip2`,...

As of 4.0.0, this library is now a module.

MaxMind does distribute test databases with some of our APIs. See [the Java API's resource folder](https://github.com/maxmind/geoip-api-java/tree/master/src/test/resources/GeoIP) for example. GeoIPCity.dat, in particular, should have region information.

There is no news on this feature. To be included in the reader, we would still need to address everything in my previous comment and add appropriate tests. In regards...

Thanks for the request. We have implemented this and it will be in our next release.