All Versions
92
Latest Version
Avg Release Cycle
94 days
Latest Release
574 days ago

Changelog History
Page 1

  • v1.8.1 Changes

    September 23, 2022
    • โž• 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).
  • v1.8.0 Changes

    May 17, 2022
    • โž• 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).
  • v1.7.5 Changes

    March 14, 2022
    • Avoid lookup naming collisions in some environments.
  • v1.7.4 Changes

    March 14, 2022
    • โž• Add ability to use app-defined lookups (thanks github.com/januszm).
    • โšก๏ธ Updates to LocationIQ and FreeGeoIP lookups.
  • v1.7.3 Changes

    January 17, 2022
    • ๐Ÿ—„ Get rid of unnecessary cache_prefix deprecation warnings.
  • v1.7.2 Changes

    January 02, 2022
    • ๐Ÿ›  Fix uninitialized constant error (occurring on some systems with v1.7.1).
  • v1.7.1 Changes

    January 01, 2022
    • ๐Ÿ›  Various bugfixes and refactorings.
  • v1.7.0 Changes

    October 11, 2021
    • โž• Add support for Geoapify and Photo lookups (thanks github.com/ahukkanen).
    • โž• Add support for IPQualityScore IP lookup (thanks github.com/jamesbebbington).
    • โž• Add support for Amazon Location Service lookup (thanks github.com/mplewis).
    • โž• Add support for Melissa lookup (thanks github.com/ALacker).
    • โฌ‡๏ธ Drop official support for Ruby 2.0.x and Rails 4.x.
  • v1.6.7 Changes

    April 17, 2021
    • โž• Add support for Abstract API lookup (thanks github.com/randoum).
  • v1.6.6 Changes

    March 04, 2020
    • โš  Rescue from exception on cache read/write error. Issue warning instead.