Skip to content

Commit 149e349

Browse files
authored
Update glNative to 11.8.0-rc.1, common to 24.8.0-rc.1 (#2810)
* Update glNative to 11.8.0-rc.1, common to 24.8.0-rc.1 * Fix build-from-source CI job * add missing changelog entry
1 parent 7ef1864 commit 149e349

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,18 @@ Mapbox welcomes participation and contributions from everyone.
88
* Fix an Android 12 specific bug where location puck custom animator options lambda without explicit `ValueAnimator.duration` resulted in `duration = 0`.
99
* Fix rare `android.content.res.Resources$NotFoundException` happening when creating a `MapView`.
1010
* Fix a rare `NullPointerException` happening when fling gesture event is recognized.
11-
* Fix `StandardPoiFeature.geometry` to be have a concrete `Point` type instead of `Geometry` interface.
11+
* Fix `StandardPoiFeature.geometry` to have a concrete `Point` type instead of `Geometry` interface.
12+
* Fix a bug in `GeoJsonSource.autoMaxZoom` leading to rendering artifacts with long dotted line layers.
13+
* Fix a crash if Cronet failed to init on device by fallbacking to OkHttp.
14+
15+
## Dependencies
16+
* Update gl-native to v11.8.0-rc.1 and common to v24.8.0-rc.1.
1217

1318
# 11.8.0-beta.1 October 14, 2024
1419
## Features ✨ and improvements 🏁
1520
* Introduce `Style.STANDARD_EXPERIMENTAL` style supporting featuresets and map interactions. **Important: this style should not be used in production as the style definition on backend is a subject to change after v11.8.0 stable release!**
1621
* Introduce fully typed map click and long click interactions working with `Style.STANDARD_EXPERIMENTAL`: `standardPoi`, `standardPlaceLabels`, `standardBuildings`.
17-
* Use [Cronet](https://developer.android.com/develop/connectivity/cronet) as the default network stack. If Cronet is not available, network stack defaults to [OkHttp](https://square.github.io/okhttp/) used in previous versions.
22+
* Use [Cronet](https://developer.android.com/develop/connectivity/cronet) as the default network stack. If Cronet is not available, network stack defaults to [OkHttp](https://square.github.io/okhttp/) used in previous versions. More information available [here](https://docs.mapbox.com/android/maps/guides/install/#managing-google-play).
1823
* Introduce `OnClusterClickListener` and `OnClusterLongClickListener` for `CircleAnnotationManager` and `PointAnnotationManager`. These callbacks receive the clicked cluster represented by a `ClusterFeature`.
1924
* Introduce experimental `getStyleGlyphURL` / `setStyleGlyphURL` functions for `MapboxMap` and `Style`.
2025
* Make `fill-extrusion-emissive-strength` property data-driven.
@@ -50,7 +55,6 @@ Mapbox welcomes participation and contributions from everyone.
5055
## Dependencies
5156
* Update gl-native to v11.8.0-beta.1 and common to v24.8.0-beta.1.
5257

53-
5458
# 11.7.1 October 10, 2024
5559
## Bug fixes 🐞
5660
* Respect polygons with holes on querying rendered features.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ License: [The Apache Software License, Version 2.0](http://www.apache.org/licens
474474

475475
===========================================================================
476476

477-
### MapboxCoreMaps,11.8.0-beta.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
477+
### MapboxCoreMaps,11.8.0-rc.1,Mapbox ToS,Mapbox,https://www.mapbox.com/
478478

479479
```
480480
Mapbox Core Maps version 11.0

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ japicmp = "0.4.1"
3434
# Dependencies
3535

3636
# GlNative and Common are used by the convention plugin
37-
mapboxGlNative = "11.8.0-beta.1"
38-
mapboxCommon = "24.8.0-beta.1"
37+
mapboxGlNative = "11.8.0-rc.1"
38+
mapboxCommon = "24.8.0-rc.1"
3939

4040
mapboxBase = "0.11.0"
4141
mapboxGestures = "0.8.0"

0 commit comments

Comments
 (0)