Releases: googlemaps/android-places-ktx
Releases · googlemaps/android-places-ktx
v3.3.1
3.3.1 (2024-10-29)
Bug Fixes
v3.2.0
3.2.0 (2024-05-21)
Features
- adds support for SearchByText and tests (#253) (83fc2e3)
v3.1.1
3.1.1 (2024-02-07)
Bug Fixes
- sets the correct permissions on PlacesClient.awaitFindCurrentPlace @RequiresPermission annotation (#231) (791ec4f)
v3.1.0
3.1.0 (2023-12-09)
Features
- update to Places SDK v3.3.0 and remove experimental annotations (#216) (29416f3)
v3.0.0
3.0.0 (2023-11-07)
Features
BREAKING CHANGES
- The upgrade from Places SDK from Android 2.5.0 to 3.2.0 includes a breaking change in Place Autocomplete types filters. See changes in the demo /app folder for migration example. This version also removes the version of the library based on the decommissioned v3 beta.
v2.0.0
2.0.0 (2022-03-15)
- feat!: Remove function literal with receiver. (#103) (f4f6061), closes #103
BREAKING CHANGES
- Removes function literal receiver from await
extensions that don't require it.
Change-Id: If646464c26351a41114fb8390734f62f72ed80f9
v1.0.0
1.0.0 (2021-07-20)
Bug Fixes
Features
- Support bidirectional cancellation for await* calls (#43) (36b7279)
BREAKING CHANGES
- This alters the signature of all await* calls. Rather
than taking in a fully built request, the new signatures require passing
in a function literal receiver for the request builder object so that
a CancellableTokenSource
can be provided.
Change-Id: I0372780bd0c96aa3df89c15b5d77855109155532
v0.4.0
0.4.0 (2020-09-16)
Features
v0.3.1
0.3.1 (2020-08-27)
Bug Fixes
- Silently catch exceptions from offer when channel is closed. (#13) (a6c9a01)
v0.3.0
0.3.0 (2020-08-03)
Features
- Add DSL for AutocompletePrecition.Builder (#10) (cdb346c)