Geocoder v1.1.0 Release Notes

Release Date: 2011-12-03 // over 12 years ago
    • A block passed to geocoded_by is now always executed, even if the geocoding service returns no results. This means you need to make sure you have results before trying to assign data to your object.
    • 🛠 Fix issues with joins and row counts (issues #49, 86, and 108) by not using GROUP BY clause with ActiveRecord scopes.
    • 🛠 Fix incorrect object ID when join used (fixes issue #140).
    • 🛠 Fix calculation of bounding box which spans 180th meridian (thanks github.com/hwuethrich).
    • Add within_bounding_box scope for ActiveRecord-based models (thanks github.com/gavinhughes and dbloete).
    • ➕ Add option to raise Geocoder::OverQueryLimitError for Google geocoding service.
    • ➕ Add support for Nominatim geocoding service (thanks github.com/wranglerdriver).
    • ➕ Add support for API key to Geocoder.ca geocoding service (thanks github.com/ryanLonac).
    • ➕ Add support for state to Yandex results (thanks github.com/tipugin).