Releases: amrfaissal/googlemaps-services
Releases · amrfaissal/googlemaps-services
v1.5.0
🚀 Plenty of new features in this release 🚀
- Location param for places nearby is not required if
pagetoken
provided - Add
region
param for Places text search - Places Radar will be deprecated soon (warning message will be displayed)
- Validate country components in Places Autocomplete
- Increase client QPS from 10 to 50
- Option to skip retry when over query limit (using
retry_over_query_limit
client param) - Fix Places Autocomplete
type
param totypes
- Return empty result when key missing in response
- Add
region
param for Distance Matrix - Add
strictbounds
param to Places Autocomplete
v1.4.8
- Set
retry_counter
by default to 0 instead of nil - Fix named parameters in
GoogleClient#request()
method - More tests
Thanks @nerfologist for contributing!
v1.4.7
Fix typos in error messages
v1.4.6
Upgrade HTTP client to latest release 3.0.0
v1.4.5
Increase both read & connect timeouts for the HTTP client
v1.4.0
- Support for the Google Maps Geolocation API
- Fix the documentation
- Refactoring code
v1.3.5
- Fix the retry strategy in the HTTP client
- Fix the documentation
- Support for Google Street View Image API
v1.3.0
- Drop
net/http
in favor ofhttprb/http
- Add connect/write/read timeouts per request
- Support for Google Static Maps API.
- Making code more covered by tests.
- Refactoring code + Bug fixes
v1.2.5
- Adding some tweaks based on bbatsov's ruby-style-guide
- Fixing a hidden bug in DistanceMatrix service