Bump geocoder from 1.7.0 to 1.8.0
Bumps geocoder from 1.7.0 to 1.8.0.
Changelog
Sourced from geocoder's changelog.
1.8.0 (2022 May 17)
- 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
:fieldsparameter 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).
1.7.5 (2022 Mar 14)
- Avoid lookup naming collisions in some environments.
1.7.4 (2022 Mar 14)
- Add ability to use app-defined lookups (thanks github.com/januszm).
- Updates to LocationIQ and FreeGeoIP lookups.
1.7.3 (2022 Jan 17)
- Get rid of unnecessary cache_prefix deprecation warnings.
1.7.2 (2022 Jan 2)
- Fix uninitialized constant error (occurring on some systems with v1.7.1).
1.7.1 (2022 Jan 1)
- Various bugfixes and refactorings.
Commits
-
eb7f883Prepare for release of gem version 1.8.0. -
e6d9ef1Remove unnecessary test. -
5ed7e16Add locationbias parameter to Google Places Search -
0026d42Update language parameter name for Here in the lookup test -
f48ddc7Update links for HERE in the API Guide -
38b3cabHandle case when api key is not a string -
40ff53cUpdate HERE lookup to use Geocoder and Search API -
88ee4dcAdd tests for Google Places Search and Details fields -
7b568ecOnly ignore Google Places fields if omitted entirely -
b7544adAdd info about Google Places fields to API guide - Additional commits viewable in compare view