Skip to content

Commit ef09bfd

Browse files
mapbox-github-ci-writer-4[bot]root
authored andcommitted
Changelog for Nav Core Framework v3.21.0-rc.1 (#13367)
Co-authored-by: root <root@6062c3bad2e2> GitOrigin-RevId: 4d89630d5f948749fd389c2c029552840e8a1698
1 parent b49869d commit ef09bfd

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## Navigation SDK Core Framework 3.21.0-rc.1 - 25 March, 2026
4+
5+
#### Bug fixes and improvements
6+
- Added `geometryPointAt(index, precision)` extension on `RouteLeg` that decodes leg geometry one step at a time and stops at the target index, avoiding allocation of all subsequent points.
7+
- Fixed an issue where requesting road cameras using `RoadCamerasProvider` could potential stall the main thread.
8+
- Fix redundant leg geometry decoding in `SlowTrafficSegmentsFinder` by caching decoded points per route instance, and eliminate iterator allocations in congestion range lookup.
9+
- Added a minimum speed threshold for applying avoid-maneuver-radius for continuou alternative route, so that Nav SDK can suggest alternatives with maneuver being close in case of low speed.
10+
- Improved off-road mode detection in parking aisles that are marked as tunnels.
11+
- Improved ADAS cache performance.
12+
- Fixed a crash that could occur after navigation shutdown.
13+
- Improved performance on routes with a large number of road alerts.
14+
15+
### Mapbox dependencies
16+
This release depends on, and has been tested with, the following Mapbox dependencies:
17+
- Mapbox Maps SDK `v11.21.0-rc.1` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.21.0-rc.1))
18+
- Mapbox Navigation Native `v324.21.0-rc.1`
19+
- Mapbox Core Common `v24.21.0-rc.1`
20+
- Mapbox Java `v7.10.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v7.10.0))
21+
22+
323
## Navigation SDK Core Framework 3.20.0 - 17 March, 2026
424
#### Features
525

changelog/unreleased/bugfixes/13039.md

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

changelog/unreleased/bugfixes/13057.md

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

changelog/unreleased/bugfixes/13245.md

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

0 commit comments

Comments
 (0)