Releases: googlemaps/google-maps-services-java
Releases · googlemaps/google-maps-services-java
v0.14.0
v0.13.0
v0.12.0
Version 0.11.0
Version 0.10.2
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
, andscope
#605
Commits
Version 0.10.1
Version 0.10.0
- 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
Tidyup release, thanks to @eliskapulcova, @petedmarsh, @danieldsf, @danoscarmike, @AChepurnoi, @grant, and @rchopda for bug fixes and clean ups.
Version 0.9.3
This release is mainly about fixing #553 but it also includes version updates of the dependencies.
Version 0.9.2
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
.