Skip to content

Commit 492f0f9

Browse files
dzinadgithub-actions[bot]
authored andcommitted
cherry-pick 3.17.0-rc.3 changelog to main
GitOrigin-RevId: 3b2f1b558f0a0694bf00c840887f2a5e2cb104ca
1 parent a292964 commit 492f0f9

File tree

1 file changed

+67
-0
lines changed

1 file changed

+67
-0
lines changed

CHANGELOG.md

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

3+
## Navigation SDK Core Framework 3.17.0-rc.3 - 01 December, 2025
4+
#### Features
5+
- Added ZStd support.
6+
7+
#### Bug fixes and improvements
8+
- Fixed an issue when adding a stop point on top of an already traversed route, which could show a carried-over vanishing portion from the previous route. That is accomplished by ensuring that `MapboxRouteLineApi.getVanishPointOffset()` returns `0.0` in case the point was in the `VanishingPointState.DISABLED` state.
9+
10+
#### Known issues :warning:
11+
12+
13+
#### Other changes
14+
15+
16+
### Mapbox dependencies
17+
This release depends on, and has been tested with, the following Mapbox dependencies:
18+
- Mapbox Maps SDK `v11.17.0-rc.3` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.17.0-rc.3))
19+
- Mapbox Navigation Native `v324.17.0-rc.3`
20+
- Mapbox Core Common `v24.17.0-rc.3`
21+
- Mapbox Java `v7.9.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v7.9.0))
22+
23+
24+
## Navigation SDK Core Framework 3.17.0-rc.2 - 24 November, 2025
25+
#### Features
26+
27+
28+
#### Bug fixes and improvements
29+
30+
31+
#### Known issues :warning:
32+
33+
34+
#### Other changes
35+
36+
37+
### Mapbox dependencies
38+
This release depends on, and has been tested with, the following Mapbox dependencies:
39+
- Mapbox Maps SDK `v11.17.0-rc.2` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.17.0-rc.2))
40+
- Mapbox Navigation Native `v324.17.0-rc.2`
41+
- Mapbox Core Common `v24.17.0-rc.2`
42+
- Mapbox Java `v7.9.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v7.9.0))
43+
44+
45+
## Navigation SDK Core Framework 3.17.0-rc.1 - 20 November, 2025
46+
#### Features
47+
- Reduce map-matcher latency in urban areas with lots of small tunnels
48+
- Add a feature to override location bearing with yaw from orientation data (inactive by default)
49+
- Improve behavior on elevated highways (new ramp detection algorithm)
50+
- Improve tunnel mode behavior after tunnel exists
51+
- Added `freeFlowSpeed` and `constrainedFlowSpeed` properties to `EHorizonEdgeMetadata` to provide free flow and constrained flow speed information for edges
52+
53+
#### Bug fixes and improvements
54+
- Fix an issue where transitionEndListener passed to `NavigationCamera#requestNavigationCameraTo...` might not have been invoked.
55+
- Added RouterFailureType.ROUTER_RECREATION_ERROR when route request failed due to related reason and made this error retriable
56+
57+
#### Known issues :warning:
58+
59+
60+
#### Other changes
61+
62+
63+
### Mapbox dependencies
64+
This release depends on, and has been tested with, the following Mapbox dependencies:
65+
- Mapbox Maps SDK `v11.17.0-rc.1` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.17.0-rc.1))
66+
- Mapbox Navigation Native `v324.17.0-rc.1`
67+
- Mapbox Core Common `v24.17.0-rc.1`
68+
- Mapbox Java `v7.9.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v7.9.0))
69+
370
## Navigation SDK Core Framework 3.17.0-beta.1 - 07 November, 2025
471
#### Features
572
- Reworked tile-loading delay in the predictive cache: both tile loading and tile calculation are now deferred for improved performance.

0 commit comments

Comments
 (0)