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
[geofencing] Remove experimental from Geofencing APIs. (#8323)
Fixes https://mapbox.atlassian.net/browse/MAPSSDK-914
This PR promotes the Geofencing API to stable by removing the
`experimental` attribute across several layers.
## Core Changes
* IDL Updates: The [Experimental] attribute is removed from all
Geofencing API Interface Definition Languages (IDLs).
* Maps SDKs: The MapboxExperimental attribution is removed from both the
Android and iOS Maps SDKs.
## ⚠️ Potential Breaking Changes (C++)
Action Required for C++ Consumers: The removal of the experimental flag
includes the removal of the experimental C++ namespace. Consumers
integrating the Geofencing C++ API must update their code to reflect the
new, stable namespace to avoid compilation errors.
cc @mapbox/core-sdk
cc @mapbox/maps-android
cc @mapbox/sdk-ci
cc @mapbox/maps-ios
---------
Co-authored-by: Changelog autocreator bot <[email protected]>
Co-authored-by: Mai Mai <[email protected]>
GitOrigin-RevId: 1cebb6718082ef08870e8a416f9cc452c954cbb3
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,13 @@ Mapbox welcomes participation and contributions from everyone.
5
5
> **16 KB Page Size Support:** Starting with version 11.7.0 and 10.19.0, **NDK 27 is supported** with dedicated artifacts that include [support for 16 KB page sizes](https://developer.android.com/guide/practices/page-sizes). If your app does not require 16 KB page size support, you can keep using our default artifacts without `-ndk27` suffix. For more information about our NDK support, see https://docs.mapbox.com/android/maps/guides/#ndk-support
6
6
7
7
# main
8
-
9
8
## Breaking changes ⚠️
10
9
* Remove line-cutout-width and change line-cutout-opacity default to 1.0
11
10
11
+
# 11.17.0
12
+
## Features ✨ and improvements 🏁
13
+
* Promote Geofencing APIs to stable, remove `MapboxExperimental` annotations from Geofencing APIs.
Copy file name to clipboardExpand all lines: extension-compose/src/main/java/com/mapbox/maps/extension/compose/ornaments/attribution/MapAttributionScope.kt
0 commit comments