Skip to content

Conversation

@googlemaps-bot
Copy link
Contributor

🤖 I have created a release beep boop

6.0.0 (2025-12-18)

⚠ BREAKING CHANGES

  • Since android-maps-utils v3.2.0 introduced z-index to marker clusters, this change propagates that change. See release notes from android-maps-utils v3.2.0 https://github.com/googlemaps/android-maps-utils/releases/tag/v3.2.0
  • updated Gradle version, plugins and libraries (#212)
  • awaitAnimation renamed to awaitAnimateCamera
  • compile-time and run-time dependencies have changed.
  • Moved KTX for utils from com.google.maps.android.ktx to com.google.maps.android.ktx.utils to avoid package name conflicts with the new maps-ktx module.

Features

  • Add Kotlin Flow extensions for maps-ktx and maps-v3-ktx (#144) (e5cc99f)
  • Add KTX addMarker helper (#36) (8999aa1)
  • Add KTX for Utility V3 Beta (#56) (4f23cc8)
  • Add model helpers to Manager objects. (#42) (4f3f582)
  • Add suspending awaitAnimation() (#112) (2afde31)
  • Add suspending fun to MapView and StreetViewPanorama (#71) (7245873)
  • Adding ability to publish to maven central (#5) (5cfa6b1)
  • Adding cameraEvents() method to consume camera events using Kotlin Flow (#78) (4eb4f4e)
  • Adding KTX for Maps SDK V3 Beta (#51) (e2d787d)
  • Adding KTX to Maps SDK (#21) (3313167)
  • Adding PolyUtil extensions to List<LatLng> (#16) (d4cd6f5)
  • Adding suspending functions awaitSnapshot and awaitMapLoad. (#119) (82b6d19)
  • Bump android-maps-utils to 1.1.0 (#38) (5b52d2c)
  • Bump Kotlin and coroutines to 1.6 (#178) (d794acf)
  • Bump Kotlin to 1.5.30 and KotlinX Coroutines to 1.5.1 (#162) (df90327)
  • Create maps-ktx module (#20) (597a70c)
  • Enable LatLng destructuring. (#39) (73b1d8a)
  • increases Play Services Maps version (#312) (2ea5682)
  • Modifying transitive dependencies (#75) (08de8e6)
  • Remove MapsExperimentalFeature annotation requirement. (#62) (310704e)
  • Update gradle version and Kotlin. (#103) (8cc48ad)
  • Update Maps to 18.0.0 (#172) (8f5b46d)
  • updated to Maps SDK 19.0.0 (#260) (9a69770)

Bug Fixes

  • Add dependencies of maps-utils-ktx in pom. (#14) (d2f14e4)
  • Add missing reason for cameraMoveStartedEvents() flow (#169) (2166001), closes #168
  • Assign unique package names to libs. (#137) (49ef442)
  • bring back Java 8 compatibility (#267) (fded4c0)
  • Corrected broken links in Support section of README.md (#355) (838913b)
  • fixed release config (#313) (03eb8c0)
  • next repositories inside publishing (38e8dbc)
  • Remove listeners in awaitClose block in GoogleMaps.cameraEvents(): Flow<CameraEvent> implementation and remove unnecessary inline. (#82) (7756605)
  • Rename awaitAnimation to awaitAnimateCamera (#126) (770b068)
  • Silently catch exception if channel is closed. (#86) (8a8fc7c)
  • update gradle wrapper to 9.1.0 (#345) (52fbecf)
  • updated Gradle version, plugins and libraries (#212) (d622499)
  • upgrade build dependencies (#216) (ac28a84)
  • Use api instead of implementation. (#10) (ac40f46)
  • Use suspendCancellationCoroutine instead of suspendCoroutine (#98) (483215d)

This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Kotlin Flow: cameraMoveStartedEvents missing reason

3 participants