You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[maps-android] changelogs for 11.17.0-beta.2 (#8130)
Updated CHANGELOG.md (aligned with Common SDK and Gl-native)
cc @mapbox/maps-android
cc @mapbox/sdk-ci
GitOrigin-RevId: e889d6ddee4a4e31d601b21c92538cad768b6c38
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,6 @@ Mapbox welcomes participation and contributions from everyone.
6
6
7
7
# main
8
8
9
-
# 11.17.0-beta.2 November 14, 2025
10
-
## Dependencies
11
-
* Update gl-native to [v11.17.0-beta.2](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.17.0-beta.2), common to [v24.17.0-beta.2](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.17.0-beta.2).
12
-
13
-
14
9
# 11.17.0-rc.1
15
10
## Features ✨ and improvements 🏁
16
11
* Promote `ModelLayer` to stable.
@@ -22,6 +17,19 @@ Mapbox welcomes participation and contributions from everyone.
22
17
## Bug fixes 🐞
23
18
* Fix camera listener not unsubscribed when disabling ScaleBar via `updateSettings { enabled = false }`
24
19
20
+
# 11.17.0-beta.2 November 14, 2025
21
+
## Features ✨ and improvements 🏁
22
+
* Improved error reporting for offline tile region downloads on Android.
23
+
* Enhanced reliability of network connections by improving how Cronet timeouts are handled.
24
+
25
+
## Bug fixes 🐞
26
+
* Fixed a crash when switching map styles quickly.
27
+
* Fixed a threading bug to eliminate 3D rendering issues and instability.
28
+
* Internal fixes and performance improvements.
29
+
30
+
## Dependencies
31
+
* Update gl-native to [v11.17.0-beta.2](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.17.0-beta.2), common to [v24.17.0-beta.2](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.17.0-beta.2).
32
+
25
33
# 11.17.0-beta.1 November 05, 2025
26
34
## Breaking changes ⚠️
27
35
* Require passing required argument to the constructor of experimental `GeofencingState.Builder`, `GeofencingError.Builder`, `GeofencingEvent.Builder` and `GeofencingOptions.Builder` APIs.
0 commit comments