Geocoder v1.8.1 Release Notes

Release Date: 2022-09-23 // over 1 year ago
    • โž• Add support for IPBase lookup (thanks github.com/jonallured).
    • โœ… Test cleanup (thanks github.com/jonallured).
    • Prevent errors when existing constant name shadows a lookup class (thanks github.com/avram-twitch).

Previous changes from v1.8.0

    • โž• Add support for 2GIS lookup (thanks github.com/ggrikgg).
    • Change cache configuration structure and add an expiration option. Cache prefix is now set via {cache_options: {prefix: ...}} instead of {cache_prefix: ...}. See README for details.
    • Add :fields parameter for :google_places_details and :google_places_search lookups. If you haven't been requesting specific fields, you may start getting different data (defaults are now the APIs' defaults). See for details: https://github.com/alexreisner/geocoder/pull/1572 (thanks github.com/czlee).
    • ๐Ÿ“š Update :here lookup to use API version 7. Query options are different, API key must be a string (not an array). See API docs at https://developer.here.com/documentation/geocoding-search-api/api-reference-swagger.html (thanks github.com/Pritilender).