From ae3ac487dd4f6a1b05d561cc28515a3b7f66ead7 Mon Sep 17 00:00:00 2001 From: Peng Liu Date: Tue, 30 Apr 2024 21:17:06 +0300 Subject: [PATCH] [deps] Update glNative to 11.4.0-beta.2 and common to 24.4.0-beta.2. (#2416) --- CHANGELOG.md | 8 ++++++++ LICENSE.md | 2 +- gradle/libs.versions.toml | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1781c5d717..4af3ee3156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ Mapbox welcomes participation and contributions from everyone. ## Features ✨ and improvements 🏁 * Avoid locking main thread when it is not needed on map destroy. +## Bug fixes 🐞 +* Fix TilePrefetch for GeoJSON sources. +* Fix snapshotter latency when 3d tiles involved. +* Fix renderer destruction being blocked by 3d models parsing completion. + +## Dependencies +* Update gl-native to v11.4.0-beta.2 and common to v24.4.0-beta.2. + # 11.4.0-beta.1 April 29, 2024 ## Breaking changes ⚠️ * [compose] Remove `locationComponentSettings` from `MapboxMap` composable function, `MapEffect` with location component API should be used instead. More compose-friendly location component API will be introduced in future releases. diff --git a/LICENSE.md b/LICENSE.md index 9062a6660a..788d37332f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -444,7 +444,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens =========================================================================== -### MapboxCoreMaps,11.4.0-beta.1,Mapbox ToS,Mapbox,https://www.mapbox.com/ +### MapboxCoreMaps,11.4.0-beta.2,Mapbox ToS,Mapbox,https://www.mapbox.com/ ``` Mapbox Core Maps version 10.0 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8dce6a6744..070f12b0df 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -35,8 +35,8 @@ japicmp = "0.4.1" # Dependencies mapboxBase = "0.11.0" -mapboxGlNative = "11.4.0-beta.1" -mapboxCommon = "24.4.0-beta.1" +mapboxGlNative = "11.4.0-beta.2" +mapboxCommon = "24.4.0-beta.2" mapboxGestures = "0.8.0" mapboxJavaServices = "5.4.1"