Skip to content

Commit 89a2e42

Browse files
changelog for v2.11.0-rc.1 (#6960)
Co-authored-by: root <root@7f462ce7ab9c>
1 parent 61b4d9d commit 89a2e42

File tree

5 files changed

+30
-8
lines changed

5 files changed

+30
-8
lines changed

CHANGELOG.md

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

9+
## Mapbox Navigation SDK 2.11.0-rc.1 - 17 February, 2023
10+
### Changelog
11+
[Changes between v2.11.0-beta.3 and v2.11.0-rc.1](https://github.com/mapbox/mapbox-navigation-android/compare/v2.11.0-beta.3...v2.11.0-rc.1)
12+
13+
#### Features
14+
- Added `RoadObjectType.IC` and `RoadObjectType.JCT` for interchanges and junctions and the corresponding classes `Interchange` and `Junction`. [#6943](https://github.com/mapbox/mapbox-navigation-android/pull/6943)
15+
16+
#### Bug fixes and improvements
17+
- Limited number of reported alternatives to 2, i.e. the `alternatives` parameter in `RouteAlternativesObserver#onRouteAlternatives` has maximum size of 2.. [#6943](https://github.com/mapbox/mapbox-navigation-android/pull/6943)
18+
- Sped up onboard routing cancellation. [#6943](https://github.com/mapbox/mapbox-navigation-android/pull/6943)
19+
- Fixed null pointer dereference in RouteRefreshController. [#6943](https://github.com/mapbox/mapbox-navigation-android/pull/6943)
20+
- Fixed unexpected NaN values in location data. [#6943](https://github.com/mapbox/mapbox-navigation-android/pull/6943)
21+
- Increased terminal offboard route request timeout from 4 to 15 seconds. [#6943](https://github.com/mapbox/mapbox-navigation-android/pull/6943)
22+
- Fixed a rare race condition where the alternative routes might have not been in sync with the current primary route. [#6942](https://github.com/mapbox/mapbox-navigation-android/pull/6942)
23+
- Fixed an issue where all `UpcomingRoadObject`'s had the same `distanceToStart`. [#6945](https://github.com/mapbox/mapbox-navigation-android/pull/6945)
24+
25+
#### Known issues :warning:
26+
27+
28+
#### Other changes
29+
30+
31+
### Mapbox dependencies
32+
This release depends on, and has been tested with, the following Mapbox dependencies:
33+
- Mapbox Maps SDK `v10.11.0` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.11.0))
34+
- Mapbox Navigation Native `v126.0.0`
35+
- Mapbox Core Common `v23.3.1`
36+
- Mapbox Java `v6.11.0-beta.1` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.11.0-beta.1))
37+
38+
939
## Mapbox Navigation SDK 2.10.2 - 17 February, 2023
1040
### Changelog
1141
[Changes between v2.10.1 and v2.10.2](https://github.com/mapbox/mapbox-navigation-android/compare/v2.10.1...v2.10.2)

changelog/unreleased/bugfixes/6942.md

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

changelog/unreleased/bugfixes/6943.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog/unreleased/bugfixes/6945.md

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

changelog/unreleased/features/6943.md

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

0 commit comments

Comments
 (0)