From a5491d0dad53c1c67bfacdf04bcf72822feb4bfb 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, 23 Nov 2023 20:39:47 +0000 Subject: [PATCH] changelog for v2.17.5 (#7631) Co-authored-by: root --- CHANGELOG.md | 20 ++++++++++++++++++++ changelog/unreleased/bugfixes/7622.md | 1 - changelog/unreleased/bugfixes/7626.md | 1 - changelog/unreleased/issues/7626.md | 1 - 4 files changed, 20 insertions(+), 3 deletions(-) delete mode 100644 changelog/unreleased/bugfixes/7622.md delete mode 100644 changelog/unreleased/bugfixes/7626.md delete mode 100644 changelog/unreleased/issues/7626.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a7b72d3cb2c..d0eac384732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,26 @@ Mapbox welcomes participation and contributions from everyone. #### Features #### Bug fixes and improvements +## Mapbox Navigation SDK 2.17.5 - 23 November, 2023 +### Changelog +[Changes between v2.17.4 and v2.17.5](https://github.com/mapbox/mapbox-navigation-android/compare/v2.17.4...v2.17.5) + + +#### Bug fixes and improvements +- Optimised memory consumption of Copilot. [#7622](https://github.com/mapbox/mapbox-navigation-android/pull/7622) +- Fixed an issue when navigation could switch between alternative routes in cycle when a user moves backward. [#7626](https://github.com/mapbox/mapbox-navigation-android/pull/7626) + +### Known issues +- Seamless switch in case of deviation to an alternative route doesn't always work for multi legs routes, regular reroute happens instead. + +### Mapbox dependencies +This release depends on, and has been tested with, the following Mapbox dependencies: +- Mapbox Maps SDK `v10.16.2` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.16.2)) +- Mapbox Navigation Native `v161.1.1` +- Mapbox Core Common `v23.8.4` +- Mapbox Java `v6.15.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.15.0)) + + ## Mapbox Navigation SDK 2.17.4 - 13 November, 2023 ### Changelog [Changes between v2.17.3 and v2.17.4](https://github.com/mapbox/mapbox-navigation-android/compare/v2.17.3...v2.17.4) diff --git a/changelog/unreleased/bugfixes/7622.md b/changelog/unreleased/bugfixes/7622.md deleted file mode 100644 index 4259f480141..00000000000 --- a/changelog/unreleased/bugfixes/7622.md +++ /dev/null @@ -1 +0,0 @@ -- Optimised memory consumption of Copilot. \ No newline at end of file diff --git a/changelog/unreleased/bugfixes/7626.md b/changelog/unreleased/bugfixes/7626.md deleted file mode 100644 index a3f30603313..00000000000 --- a/changelog/unreleased/bugfixes/7626.md +++ /dev/null @@ -1 +0,0 @@ -- Fixed an issue when navigation could switch between alternative routes in cycle when a user moves backward. \ No newline at end of file diff --git a/changelog/unreleased/issues/7626.md b/changelog/unreleased/issues/7626.md deleted file mode 100644 index 6e7804a61ec..00000000000 --- a/changelog/unreleased/issues/7626.md +++ /dev/null @@ -1 +0,0 @@ -- Seamless switch to a route alternative doesn't always work for multi legs routes, regular reroute happens instead.