From d45484877b26296519be6f760e9f502246f84dfb Mon Sep 17 00:00:00 2001 From: "mapbox-github-ci-writer-public-1[bot]" <93400552+mapbox-github-ci-writer-public-1[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:33:22 +0000 Subject: [PATCH] changelog for v2.14.1 (#7343) Co-authored-by: root --- CHANGELOG.md | 19 +++++++++++++++++++ changelog/unreleased/bugfixes/7322.md | 1 - changelog/unreleased/bugfixes/7324.md | 1 - changelog/unreleased/features/7322.md | 1 - 4 files changed, 19 insertions(+), 3 deletions(-) delete mode 100644 changelog/unreleased/bugfixes/7322.md delete mode 100644 changelog/unreleased/bugfixes/7324.md delete mode 100644 changelog/unreleased/features/7322.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ed87afe7a..9e1d8ff5a79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,25 @@ Mapbox welcomes participation and contributions from everyone. #### Features #### Bug fixes and improvements +## Mapbox Navigation SDK 2.14.1 - 06 July, 2023 +### Changelog +[Changes between v2.14.0 and v2.14.1](https://github.com/mapbox/mapbox-navigation-android/compare/v2.14.0...v2.14.1) + +#### Features +- Added new options to `RouteLineColorResources` to style congestion, restrictions, and closures colors on inactive legs when `MapboxRouteLineOptions#styleInactiveRouteLegsIndependently` is enabled. The values default to transparent. [#7322](https://github.com/mapbox/mapbox-navigation-android/pull/7322) + +#### Bug fixes and improvements +- Route request timeout errors are now considered failures as opposed to cancellations (`NavigationRouterCallback#onFailure` will be invoked instead of `NavigationRouterCallback#onCanceled`). [#7324](https://github.com/mapbox/mapbox-navigation-android/pull/7324) +- Fixed an issue where road closures where not displayed for inactive legs of the route. [#7322](https://github.com/mapbox/mapbox-navigation-android/pull/7322) + +### Mapbox dependencies +This release depends on, and has been tested with, the following Mapbox dependencies: +- Mapbox Maps SDK `v10.14.1` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.14.1)) +- Mapbox Navigation Native `v137.1.2` +- Mapbox Core Common `v23.6.0` +- Mapbox Java `v6.12.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.12.0)) + + ## Mapbox Navigation SDK 2.14.0 - 23 June, 2023 ### Changelog [Changes between v2.13.0 and v2.14.0](https://github.com/mapbox/mapbox-navigation-android/compare/v2.13.0...v2.14.0) diff --git a/changelog/unreleased/bugfixes/7322.md b/changelog/unreleased/bugfixes/7322.md deleted file mode 100644 index 058ed32aa9f..00000000000 --- a/changelog/unreleased/bugfixes/7322.md +++ /dev/null @@ -1 +0,0 @@ -- Fixed an issue where road closures where not displayed for inactive legs of the route. diff --git a/changelog/unreleased/bugfixes/7324.md b/changelog/unreleased/bugfixes/7324.md deleted file mode 100644 index 78c596dff9b..00000000000 --- a/changelog/unreleased/bugfixes/7324.md +++ /dev/null @@ -1 +0,0 @@ -- Route request timeout errors are now considered failures as opposed to cancellations (`NavigationRouterCallback#onFailure` will be invoked instead of `NavigationRouterCallback#onCanceled`). \ No newline at end of file diff --git a/changelog/unreleased/features/7322.md b/changelog/unreleased/features/7322.md deleted file mode 100644 index 8073f83796d..00000000000 --- a/changelog/unreleased/features/7322.md +++ /dev/null @@ -1 +0,0 @@ -- Added new options to `RouteLineColorResources` to style congestion, restrictions, and closures colors on inactive legs when `MapboxRouteLineOptions#styleInactiveRouteLegsIndependently` is enabled. The values default to transparent.