diff --git a/CHANGELOG.md b/CHANGELOG.md index 9065c3f4b3a..ff59082e125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ Mapbox welcomes participation and contributions from everyone. #### Features #### Bug fixes and improvements +## Mapbox Navigation SDK 2.13.2 - 15 June, 2023 +### Changelog +[Changes between v2.13.1 and v2.13.2](https://github.com/mapbox/mapbox-navigation-android/compare/v2.13.1...v2.13.2) + +#### Features + + +#### Bug fixes and improvements +- Fixed redundant route alternatives request when a single primary route is set. [#7267](https://github.com/mapbox/mapbox-navigation-android/pull/7267) +- Fixed lagging of enhanced location updates, i.e. when they're behind the real position, in tunnels. [#7267](https://github.com/mapbox/mapbox-navigation-android/pull/7267) +- Added experimental and temporary (i.e. it will be removed in one of the next releases) `OnlineRouteAlternativesSwitch` which requests online route when the current route is offline and automatically switches if such a route is found. It's designed for the case when platform's reachability API doesn't work reliably. [#7264](https://github.com/mapbox/mapbox-navigation-android/pull/7264) +- Changed `RouteProgress#hasUnexpectedUpcomingClosures` behavior: now it returns false if there are only "expected" closures. A closure is considered expected if it was present in the original route response. An unexpected closure is the one that appears after route refresh. [#7240](https://github.com/mapbox/mapbox-navigation-android/pull/7240) + +### Mapbox dependencies +This release depends on, and has been tested with, the following Mapbox dependencies: +- Mapbox Maps SDK `v10.13.0` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.13.0)) +- Mapbox Navigation Native `v132.5.1` +- Mapbox Core Common `v23.5.0` +- Mapbox Java `v6.11.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.11.0)) + + ## Mapbox Navigation SDK 2.13.1 - 31 May, 2023 ### Changelog [Changes between v2.13.0 and v2.13.1](https://github.com/mapbox/mapbox-navigation-android/compare/v2.13.0...v2.13.1) diff --git a/changelog/unreleased/bugfixes/7240.md b/changelog/unreleased/bugfixes/7240.md deleted file mode 100644 index df0dc0f3ca6..00000000000 --- a/changelog/unreleased/bugfixes/7240.md +++ /dev/null @@ -1 +0,0 @@ -- Changed `RouteProgress#hasUnexpectedUpcomingClosures` behavior: now it returns false if there are only "expected" closures. A closure is considered expected if it was present in the original route response. An unexpected closure is the one that appears after route refresh. \ No newline at end of file diff --git a/changelog/unreleased/bugfixes/7264.md b/changelog/unreleased/bugfixes/7264.md deleted file mode 100644 index 96e9f5071c5..00000000000 --- a/changelog/unreleased/bugfixes/7264.md +++ /dev/null @@ -1 +0,0 @@ -- Added experimental and temporary (i.e. it will be removed in one of the next releases) `OnlineRouteAlternativesSwitch` which requests online route when the current route is offline and automatically switches if such a route is found. It's designed for the case when platform's reachability API doesn't work reliably. \ No newline at end of file diff --git a/changelog/unreleased/bugfixes/7267.md b/changelog/unreleased/bugfixes/7267.md deleted file mode 100644 index 711974fe8d6..00000000000 --- a/changelog/unreleased/bugfixes/7267.md +++ /dev/null @@ -1,2 +0,0 @@ -- Fixed redundant route alternatives request when a single primary route is set. -- Fixed lagging of enhanced location updates, i.e. when they're behind the real position, in tunnels. \ No newline at end of file