Skip to content

Releases: googlemaps/google-maps-services-python

v4.2.1

23 Apr 23:46
Compare
Choose a tag to compare

4.2.1 (2020-04-23)

Bug Fixes

  • add python requires attribute to setup.py (c61a1e3), closes #345

4.2.0

12 Feb 15:03
3371e10
Compare
Choose a tag to compare

Added

  • Add support for Maps Static API (#344)

4.1.0

22 Jan 02:07
700cfec
Compare
Choose a tag to compare

Added

  • Adding support for passing in experience_id to Client class (#338)

4.0.0

19 Dec 22:31
3a871b0
Compare
Choose a tag to compare

Changed

3.1.4

15 Nov 23:40
147e7dc
Compare
Choose a tag to compare

Changes

  • APIError.__str__ should always return a str (#328)

3.1.3

20 Sep 16:58
c5e450b
Compare
Choose a tag to compare

Changed

3.1.2

11 Sep 22:19
e10f05d
Compare
Choose a tag to compare

Added

  • Tests for distribution tar as part of CI
  • Support for subfields such as geometry/location and geometry/viewport in Places.

3.1.1

28 Aug 16:06
1549175
Compare
Choose a tag to compare

Changed

  • Added changelog to manifest

3.1.0

27 Aug 19:38
20da29d
Compare
Choose a tag to compare

Changed

  • Switched build system to use nox, pytest, and codecov. Added Python 3.7 to test framework.
  • Set precision of truncated latitude and longitude floats to 8 decimals instead of 6.
  • Minimum version of requests increased.
  • Session token parameter added to place().
  • Fixed issue where headers in request_kwargs were being overridden.

Added

  • Automation for PyPi uploads.
  • Long description to package.
  • Added tests to manifest and tarball.

Removed

  • Removed places places_autocomplete_session_token which can be replaced with uuid.uuid4().hex.
  • Removed deprecated `

3.0.2...3.1.0