Recent Releases of googlemaps

googlemaps - v4.10.0

4.10.0 (2023-01-26)

Features

  • add new place details fields and reviews request modifiers (#474) (6c69310)

- Python
Published by googlemaps-bot about 3 years ago

googlemaps - v4.9.0

4.9.0 (2023-01-24)

Features

  • add support for sorting reviews in Place Details requests (#468) (8afe628)

- Python
Published by googlemaps-bot about 3 years ago

googlemaps - v4.8.0

4.8.0 (2023-01-24)

Features

  • add editorial_summary to Place Details atmosphere fields (#472) (9f09ccb)

- Python
Published by googlemaps-bot about 3 years ago

googlemaps - v4.7.3

4.7.3 (2022-11-22)

Bug Fixes

  • correct lazy attribute inside logger (#457) (dcebf77)

- Python
Published by googlemaps-bot over 3 years ago

googlemaps - v4.7.2

4.7.2 (2022-11-21)

Bug Fixes

- Python
Published by googlemaps-bot over 3 years ago

googlemaps - v4.7.1

4.7.1 (2022-11-21)

Bug Fixes

- Python
Published by googlemaps-bot over 3 years ago

googlemaps - v4.7.0

4.7.0 (2022-11-09)

Features

  • Adds support for Address Validation API (#448) (3bcb05f)

- Python
Published by googlemaps-bot over 3 years ago

googlemaps - v4.6.0

4.6.0 (2022-02-02)

Features

- Python
Published by googlemaps-bot about 4 years ago

googlemaps - v4.5.3

4.5.3 (2021-07-29)

Bug Fixes

- Python
Published by googlemaps-bot over 4 years ago

googlemaps - v4.5.1

4.5.1 (2021-07-29)

Bug Fixes

- Python
Published by googlemaps-bot over 4 years ago

googlemaps - v4.4.7

4.4.7 (2021-07-14)

Bug Fixes

  • run sdist after tag created (a8afb86)

- Python
Published by googlemaps-bot over 4 years ago

googlemaps - v4.4.5

4.4.5 (2021-03-15)

Bug Fixes

  • Add parameter 'origin' to places autocomplete (#392) (b963ff9)

- Python
Published by googlemaps-bot almost 5 years ago

googlemaps - v4.4.4

4.4.4 (2021-03-12)

Bug Fixes

  • make Places textsearch query parameter optional (#399) (6b29efd)

- Python
Published by googlemaps-bot almost 5 years ago

googlemaps - v4.4.3

4.4.3 (2021-03-01)

Bug Fixes

- Python
Published by googlemaps-bot almost 5 years ago

googlemaps - v4.4.2

4.4.2 (2020-07-28)

Bug Fixes

- Python
Published by googlemaps-bot over 5 years ago

googlemaps - v4.4.1

4.4.1 (2020-05-26)

Bug Fixes

  • mark permanently_closed as deprecated (#365) (5b289d7)

- Python
Published by googlemaps-bot almost 6 years ago

googlemaps - v4.4.0

4.4.0 (2020-05-14)

Features

  • Allow overriding base_url on Client object initialization (#364) (c875f35)

- Python
Published by googlemaps-bot almost 6 years ago

googlemaps - v4.3.1

4.3.1 (2020-04-27)

Bug Fixes

  • cleanup test and remove from package (#361) (428b5c9)

- Python
Published by googlemaps-bot almost 6 years ago

googlemaps - v4.3.0

4.3.0 (2020-04-27)

Features

- Python
Published by googlemaps-bot almost 6 years ago

googlemaps - v4.2.2

4.2.2 (2020-04-24)

Bug Fixes

  • use timezone-aware timestamp() instead of timetuple() (#350) (fc69668)

- Python
Published by googlemaps-bot almost 6 years ago

googlemaps - v4.2.1

4.2.1 (2020-04-23)

Bug Fixes

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

- Python
Published by googlemaps-bot almost 6 years ago

googlemaps - 4.2.0

Added

  • Add support for Maps Static API (#344)

- Python
Published by jpoehnelt about 6 years ago

googlemaps - 4.1.0

Added

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

- Python
Published by arriolac about 6 years ago

googlemaps - 4.0.0

Changed

  • Python 2 is no longer supported
  • Removed place fields: alt_id, id, reference, and scope. Read more about this at https://developers.google.com/maps/deprecations.

- Python
Published by jpoehnelt about 6 years ago

googlemaps - 3.1.4

Changes

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

- Python
Published by jpoehnelt over 6 years ago

googlemaps - 3.1.3

Changed

  • deprecation warning for place fields: alt_id, id, reference, and scope. Read more about this at https://developers.google.com/maps/deprecations.

- Python
Published by jpoehnelt over 6 years ago

googlemaps - 3.1.2

Added

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

- Python
Published by jpoehnelt over 6 years ago

googlemaps - 3.1.1

Changed

  • Added changelog to manifest

- Python
Published by jpoehnelt over 6 years ago

googlemaps - 3.1.0

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 `

https://github.com/googlemaps/google-maps-services-python/compare/3.0.2...3.1.0

- Python
Published by jpoehnelt over 6 years ago