Releases: googlemaps/google-maps-services-java
Version 0.2.3
Version 0.2.2
The majority of this release is a major clean up of the JavaDoc by @apjanke, making the documentation way clearer and easier to read!
Other changes include:
- Changing of the Guava version to bring back Java7 compatibility, initially by @gabrielsalmeida and then by @AEtherSurfer
- Giving
LatLng
a default constructor, to fix #303 - Adding structured formatting to
AutocompletePrediction
to fix #244
Version 0.2.1
This is a community powered release!
Andrew Janke (@apjanke) landed documentation fixes, made the usage of adapter
consistent by removing the adaptor
classes we had lying around in internal, suppressed deprecation warnings in our test cases, and made central repo links in our readme way more useful.
Gabriel Santos de Almeida (@gabrielsalmeida) created a fix for making the newly re-formatted builder pattern work for our GAE users as well.
Thanks all!
Version 0.2.0
This is the much anticipated OkHttp3 release. The biggest change in this release is that we have introduced a Builder into GeoApiContext
to match the same change in the underlying OkHttp interface. There were changes to the names of configuration builder methods to make more sense in a fluent API context.
Please kick the tyres and let me know what broke in the issue tracker!
Version 0.1.22
This is a quick respin to fix #292.
The changes included in this release are:
- @robmarsh's fix for where runnable was running incorrectly on the RateLimitExecutorDelayThread thread
- Application of google-java-format to the codebase
I know I said this last time, but the next release will absolutely be the OkHttp3 upgrade. Unless something else breaks.
Version 0.1.21
This is the last release in the 0.1.x series. The next release will be based on the OkHttp3 library, as previewed in #283
The changes rolled up in this release include:
Version 0.1.20
Version 0.1.19
- Fix for #248 GeoApiContext throwing 403 Forbidden with enterprise credentials
Version 0.1.18
- Updated Gradle version to 3.4.1
- Updated dependency versions (including
joda-time
for #241) - Linkified travis badge and mavencentral badge in README, thanks to @daisy1754
- Exception handling cleaned up, thanks to @daisy1754
- Properly exposing
TextSearchRequest
constructor, thanks to @amirmiller - Adding documentation for correct usage of GeoApiContext, thanks to @jmarcelo
- Support
nearestRoads
API call, thanks to @dancingrobot84 - Add support for address type 'postal_code_prefix', thanks to @amyboyd
- Save waypoints, thanks to @amc6
- Change Java Util Logging to SLF4J and add SLF4J simple logger for tests, thanks to @mprus and @hth
Version 0.1.17
- Supporting custom parameters, to enable temporary parameters like
new_forward_geocoder
. See Address Geocoding in the Google Maps APIs for details. - Refactoring out TestUtils, thanks to @slukes and @amyboyd
- Allowing specific exception types to be retried or not retried, thanks to @amyboyd
- Adding support for multiple type to PlacesApi, thanks to @dopse
- Documentation fixes, thanks to @ejwmoreau
- Add AddressType: light_rail_station, thanks to @edwilcox1
- Bumping up the number of threads in the ThreadPoolExecutor, thanks to @Ismamai
- Adding waypoints method that takes in an array of LatLng, thanks to @amc6