Skip to content

Releases: googlemaps/google-maps-services-java

v0.14.0

26 May 15:30
Compare
Choose a tag to compare

0.14.0 (2020-05-26)

Bug Fixes

  • change permanently_closed to deprecated (#684) (4a9c986)

Features

  • Add distance_meters and origin support for Places Autocomplete (#686) (c899321)

v0.13.0

27 Apr 15:52
Compare
Choose a tag to compare

0.13.0 (2020-04-27)

Features

v0.12.0

23 Apr 01:23
Compare
Choose a tag to compare

0.12.0 (2020-04-23)

Bug Fixes

  • Add secondary_school and drugstore as AdressType to silence SafeEnumAdapter warnings (#660) (9a91654)
  • Fix regexp in .releaserc. (bb99aee)
  • missing enum type town square (#662) (93f870e)

Features

  • Add an OpenCensus stats implementation. (#665) (5c9135a)

Version 0.11.0

22 Jan 22:58
04b58f5
Compare
Choose a tag to compare

Bug Fixes

  • increase stale bot window (22a2b4c)
  • added path exception when there is no center or no zoom (#650) (47acc92), closes #650
  • added primary school as a poi AddressType to silence SafeEnumAdapter … (#646) (6500947), closes #646
  • typo in FieldMask lon to lng (#654) (244d188)

Features

Version 0.10.2

10 Dec 18:09
3822338
Compare
Choose a tag to compare

Merged

  • fix: Add MAX_ROUTE_LENGTH_EXCEEDED Exception #632
  • fix: Add more AddressComponentTypes #633
  • automate publish to staging repository with additional nexus plugins #610
  • mark additional deprecations for alt_id and scope in PlaceDetails #613
  • update okhttp dependency #614
  • direct users to https://www.javadoc.io/doc/com.google.maps/google-maps-services #612
  • add additional place types and deprecate non supported #608
  • deprecation warning for place fields: alt_id, id, reference, and scope #605

Commits

Version 0.10.1

23 Sep 17:31
943c0d9
Compare
Choose a tag to compare

Added

  • add github issue templates #595
  • Include plus_code in PlaceDetailsRequest.FieldMask #594
  • add subfields to mask values for place details request 0bd8211

Changed

  • Fix pom dependencies #606

Version 0.10.0

27 Aug 20:19
08fed9a
Compare
Choose a tag to compare
  • adds support for userRatingsTotal in PlaceDetails requests
  • adds overloaded method for making textQuery requests with location and query params
  • upgrades build/release to use maven-publish

Version 0.9.4

07 Aug 01:37
6352e0c
Compare
Choose a tag to compare

Tidyup release, thanks to @eliskapulcova, @petedmarsh, @danieldsf, @danoscarmike, @AChepurnoi, @grant, and @rchopda for bug fixes and clean ups.

Version 0.9.3

20 Mar 12:48
Compare
Choose a tag to compare

This release is mainly about fixing #553 but it also includes version updates of the dependencies.

Version 0.9.2

28 Feb 05:36
49cdfea
Compare
Choose a tag to compare

This release received some wonderful additions from @feinstein, ranging from exposing additional Places API functionality and documentation fixes. It also includes a bunch of dependency revision uplifts, and a migration from Apache's common-lang to common-lang3.