Skip to content

Commit 387e622

Browse files
mapbox-github-ci-writer-3[bot]root
authored andcommitted
Changelog for Nav Core Framework v3.11.0-beta.1 (#9631)
Co-authored-by: root <root@eaed53585a56> GitOrigin-RevId: bffeff5330a8820ed57862d7e8932abc88c4e644
1 parent a8d51ee commit 387e622

File tree

13 files changed

+31
-15
lines changed

13 files changed

+31
-15
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog for the Mapbox Navigation SDK Core Framework for Android
22

3+
## Navigation SDK Core Framework 3.11.0-beta.1 - 04 July, 2025
4+
#### Features
5+
- Added support for Android 16 KB page-size devices. To consume SDK compatible with NDK 27 you need to add `-ndk27` suffix to the artifact name, for example, `com.mapbox.navigationcore:navigation` -> `com.mapbox.navigationcore:navigation-ndk27`.
6+
- Added method overload `TilesetDescriptorFactory#getLatest(Boolean)` that allows to specify whether to include ADAS tiles.
7+
- Extracted TTS functionality into a new module `audio`.
8+
- DR improvements - more robust models for GNSS trust, road calibration, and wheel speed trust;
9+
- Improve main thread utilization by removing unintended locks (visible on systems with overloaded CPU)
10+
- Disable the defaults for collection of tunnel/bridge subgraphs in free drive. The clients will need to specify explicitly which objects to collect via AlertServiceOptions in the public SDK interface.
11+
- Added support of immediate update of location puck bearing in [NavigationLocationProvider] in case of overlapping key points.
12+
- `RoadCamerasManager` in active guidance now relies on new `road_camera` Directions API annotation, which improves the performance of the camera data retrieval and quality of the data.
13+
- Added `MapboxRoadCamera::activeGuidanceInfo`, containing information about the route id, leg index, geometry index and step intersection of the camera in active guidance.
14+
15+
#### Bug fixes and improvements
16+
- Fixed an issue where after a reroute the vanishing point on the route line might have been ahead of the actual vehicle's position.
17+
- Added `HistoryRecorderOptions#shouldRecordRouteLineEvents` property to enable/disable route line events collection for manual recording (see `CopilotOptions#shouldRecordRouteLineEvents` for the same functionality with Copilot); it is disabled by default.
18+
- Fixed an issue where the Speed Camera notification would appear prematurely when the car's speed was 0.
19+
- Fix Route replayer: normalize bearing values to be in the range of [0..360) degrees.
20+
- Fixed a bug where alternative routes from `RoutesUpdatedResult#ignoredRoutes` were set to `RoutesUpdatedResult#navigationRoutes` after the first route progress update.
21+
- Fix when already passed part of route appears behind CCP
22+
23+
#### Known issues :warning:
24+
25+
26+
#### Other changes
27+
28+
29+
### Mapbox dependencies
30+
This release depends on, and has been tested with, the following Mapbox dependencies:
31+
- Mapbox Java `v7.4.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v7.4.0))
32+
33+
334
## Navigation SDK Core Framework 3.10.0-beta.1 - 22 May, 2025
435
#### Features
536
- ⚠️ Breaking changes in Experimental API. `MapboxEvSearchClientFactory.#getInstance()` no longer accepts access token as a parameter. The default `MapboxOptions.accessToken` will be used.

changelog/unreleased/bugfixes/9259.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/unreleased/bugfixes/9266.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/unreleased/bugfixes/9406.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/unreleased/bugfixes/9434.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/unreleased/bugfixes/9510.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/unreleased/bugfixes/9590.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/unreleased/features/9098.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/unreleased/features/9181.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/unreleased/features/9299.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)