Skip to content

Releases: amrfaissal/googlemaps-services

v1.5.0

19 May 21:01
Compare
Choose a tag to compare

🚀 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_limitclient param)
  • Fix Places Autocomplete type param to types
  • Return empty result when key missing in response
  • Add region param for Distance Matrix
  • Add strictbounds param to Places Autocomplete

v1.4.8

19 Mar 14:42
Compare
Choose a tag to compare
  • 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

12 Mar 15:47
Compare
Choose a tag to compare

Fix typos in error messages

v1.4.6

05 Jan 10:39
Compare
Choose a tag to compare

Upgrade HTTP client to latest release 3.0.0

v1.4.5

26 Oct 12:26
Compare
Choose a tag to compare

Increase both read & connect timeouts for the HTTP client

v1.4.0

19 Apr 21:03
Compare
Choose a tag to compare
  • Support for the Google Maps Geolocation API
  • Fix the documentation
  • Refactoring code

v1.3.5

05 Mar 20:17
Compare
Choose a tag to compare
  • Fix the retry strategy in the HTTP client
  • Fix the documentation
  • Support for Google Street View Image API

v1.3.0

18 Jan 20:22
Compare
Choose a tag to compare
  • Drop net/http in favor of httprb/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

18 Jan 20:27
Compare
Choose a tag to compare
  • Adding some tweaks based on bbatsov's ruby-style-guide
  • Fixing a hidden bug in DistanceMatrix service