Skip to content

Commit 33eba60

Browse files
changelog for v2.10.2 (#6955)
Co-authored-by: root <root@763faa740042>
1 parent 1d2ab7a commit 33eba60

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ Mapbox welcomes participation and contributions from everyone.
66
#### Features
77
#### Bug fixes and improvements
88

9+
## Mapbox Navigation SDK 2.10.2 - 17 February, 2023
10+
### Changelog
11+
[Changes between v2.10.1 and v2.10.2](https://github.com/mapbox/mapbox-navigation-android/compare/v2.10.1...v2.10.2)
12+
13+
#### Features
14+
15+
16+
#### Bug fixes and improvements
17+
- Fixed a rare race condition where the alternative routes might have not been in sync with the current primary route. [#6949](https://github.com/mapbox/mapbox-navigation-android/pull/6949)
18+
- Fixed an issue where alternative routes refresh might have finished with response code 422. [#6936](https://github.com/mapbox/mapbox-navigation-android/pull/6936)
19+
- Removed access token from TileStore Logs. [#6954](https://github.com/mapbox/mapbox-navigation-android/pull/6954)
20+
- Limited number of reported alternatives to 2, i.e. the `alternatives` parameter in `RouteAlternativesObserver#onRouteAlternatives` has maximum size of 2. [#6954](https://github.com/mapbox/mapbox-navigation-android/pull/6954)
21+
- Stopped fetching alternatives on off-routes and near destination points. [#6954](https://github.com/mapbox/mapbox-navigation-android/pull/6954)
22+
- Increased alternatives discarding distance to ensure map matcher is confident enough. [#6954](https://github.com/mapbox/mapbox-navigation-android/pull/6954)
23+
- Fixed redundant memory usage for routing algorithm. [#6954](https://github.com/mapbox/mapbox-navigation-android/pull/6954)
24+
- Fixed null pointer dereference in RouteRefreshController. [#6954](https://github.com/mapbox/mapbox-navigation-android/pull/6954)
25+
26+
### Mapbox dependencies
27+
This release depends on, and has been tested with, the following Mapbox dependencies:
28+
- Mapbox Maps SDK `v10.10.2` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.10.2))
29+
- Mapbox Navigation Native `v123.3.2`
30+
- Mapbox Core Common `v23.2.3`
31+
- Mapbox Java `v6.10.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.10.0))
32+
33+
934
## Mapbox Navigation SDK 2.11.0-beta.3 - 10 February, 2023
1035
### Changelog
1136
[Changes between v2.11.0-beta.2 and v2.11.0-beta.3](https://github.com/mapbox/mapbox-navigation-android/compare/v2.11.0-beta.2...v2.11.0-beta.3)

0 commit comments

Comments
 (0)