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 (#8143)
Updated CHANGELOG.md (11.17.0-beta.2)
this changelog was added in [11.17.0-beta.2 release
PR](mapbox/mapbox-sdk#8130).
Current PR is created to keep main branch updated.
cc @mapbox/maps-android
cc @mapbox/sdk-ci
GitOrigin-RevId: 38404d93ece4b31f92e647f41dabc3a69c4e91ed
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,19 @@ Mapbox welcomes participation and contributions from everyone.
18
18
## Bug fixes 🐞
19
19
* Fix camera listener not unsubscribed when disabling ScaleBar via `updateSettings { enabled = false }`
20
20
21
+
# 11.17.0-beta.2 November 14, 2025
22
+
## Features ✨ and improvements 🏁
23
+
* Improved error reporting for offline tile region downloads on Android.
24
+
* Enhanced reliability of network connections by improving how Cronet timeouts are handled.
25
+
26
+
## Bug fixes 🐞
27
+
* Fixed a crash when switching map styles quickly.
28
+
* Fixed a threading bug to eliminate 3D rendering issues and instability.
29
+
* Internal fixes and performance improvements.
30
+
31
+
## Dependencies
32
+
* 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).
0 commit comments