|
1 | 1 | # Changelog for the Mapbox Navigation SDK Core Framework for Android |
2 | 2 |
|
| 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 | + |
3 | 70 | ## Navigation SDK Core Framework 3.17.0-beta.1 - 07 November, 2025 |
4 | 71 | #### Features |
5 | 72 | - Reworked tile-loading delay in the predictive cache: both tile loading and tile calculation are now deferred for improved performance. |
|
0 commit comments