Geocoder v1.5.0 Release Notes

Release Date: 2018-07-31 // over 5 years ago
    • โฌ‡๏ธ Drop support for Ruby <2.0.
    • ๐Ÿ”„ Change default street address lookup from :google to :nominatim.
    • Cache keys no longer include API credentials. This means many entries in existing cache implementations will be invalidated.
    • ๐Ÿ‘€ Test lookup fixtures should now return coordinates and NOT latitude/longitude attributes (see #1258). This may break some people's tests.
    • โž• Add support for :ip2location lookup (thanks github.com/ip2location).
    • โœ‚ Remove :ovi and :okf lookups.