|
1 | 1 | # Changelog for the Mapbox Navigation SDK Core Framework for Android |
2 | 2 |
|
| 3 | +## Navigation SDK Core Framework 3.10.0-rc.1 - 06 June, 2025 |
| 4 | +#### Features |
| 5 | +- Introduced performance trace points for navigation |
| 6 | +- Added filtering inaccurate wheel speed for Dead Reckoning to reduce possible location jumps in case of wheel slippage |
| 7 | +- Added provide the latest tiles version when tileset descriptors requested with empty version. |
| 8 | +- Added support for delta updates for routing and ADAS tiles |
| 9 | +- Added reading of life-traffic-service and reporting them to ADASIS traffic events |
| 10 | +- Improved heading interpolation |
| 11 | + |
| 12 | +#### Bug fixes and improvements |
| 13 | +- Fixed incorrect route request with user added charging station |
| 14 | +- Fixed incorrect edge expansion during simulation by teleporting |
| 15 | +- Improved behavior on roundabouts: avoid cases when the vehicle position circles around the roundabout in case of matching errors |
| 16 | +- Fixed re-enabling route refresh after leg change |
| 17 | +- Removed caching of mapbox access token |
| 18 | + |
| 19 | +#### Known issues :warning: |
| 20 | + |
| 21 | + |
| 22 | +#### Other changes |
| 23 | + |
| 24 | + |
| 25 | +### Mapbox dependencies |
| 26 | +This release depends on, and has been tested with, the following Mapbox dependencies: |
| 27 | +- Mapbox Maps SDK `v11.13.0-rc.1` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.13.0-rc.1)) |
| 28 | +- Mapbox Navigation Native `v324.13.0-rc.1` |
| 29 | +- Mapbox Core Common `v24.13.0-rc.1` |
| 30 | +- Mapbox Java `v7.4.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v7.4.0)) |
| 31 | + |
| 32 | + |
3 | 33 | ## Navigation SDK Core Framework 3.10.0-beta.2 - 30 May, 2025 |
4 | 34 | #### Features |
5 | 35 | - Now `SensorData.Weather` can be instantiated with a list of `@WeatherCondition.Type` or detailed weather information represented by `@WeatherDetail.Type`. |
|
0 commit comments