Skip to content

Commit eb7bcd6

Browse files
authored
Port v11.9.1 changelog and update v11.9.0 (#2920)
1 parent 4d0e61a commit eb7bcd6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,24 @@ Mapbox welcomes participation and contributions from everyone.
1919
* Mark `BackgroundLayer.backgroundPitchAlignment` as experimental.
2020
* Skip any map scroll (panning) if shove gesture is already in progress preventing camera flying away.
2121

22+
# 11.9.1
23+
## Bug fixes 🐞
24+
* Add missing experimental annotation to `backgroundPitchAlignment` property.
25+
* Fix crash on style reload if a config referenced in the expression was missing.
26+
* Fix high cpu usage when map goes to background.
27+
* Fix missing on style loaded call if sprite is absent in cache and there is no network connection.
28+
* Fix background layers which used images from a mapbox-hosted style.
29+
* Fix disappearing tiles in some rare conditions.
30+
31+
## Dependencies
32+
* Update gl-native to v11.9.2.
33+
2234
# 11.9.0 December 18, 2024
35+
## Known issues 🛑
36+
We do not recommend using this version. Please use [11.9.1](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.9.1) or newer.
37+
38+
* When a map is currently visible and user press home button the [MapboxRenderThread](maps-sdk/src/main/java/com/mapbox/maps/renderer/RenderHandlerThread.kt) consumes CPU (potentially keeping **one** CPU busy).
39+
2340
## Breaking changes ⚠️
2441
* Expose experimental Geofencing with `com.mapbox.annotation.MapboxExperimental`.
2542
* Move experimental geofencing classes to `com.mapbox.common.geofencing` package from `com.mapbox.common.experimental.geofencing`.

0 commit comments

Comments
 (0)