From 1ce28ca641b05f23fdb1fa49da4db679145b3685 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: Tue, 12 Dec 2023 19:40:12 +0000 Subject: [PATCH] changelog for v2.17.8 (#7672) Co-authored-by: root --- CHANGELOG.md | 19 +++++++++++++++++++ changelog/unreleased/bugfixes/7661.md | 1 - changelog/unreleased/bugfixes/7667.md | 1 - 3 files changed, 19 insertions(+), 2 deletions(-) delete mode 100644 changelog/unreleased/bugfixes/7661.md delete mode 100644 changelog/unreleased/bugfixes/7667.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e22072d679..9d7c0d01e91 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.17.8 - 12 December, 2023 +### Changelog +[Changes between v2.17.7 and v2.17.8](https://github.com/mapbox/mapbox-navigation-android/compare/v2.17.7...v2.17.8) + +#### Features + + +#### Bug fixes and improvements +- Fixed an issue where route parsing might have crashes for invalid Directions Response. [#7667](https://github.com/mapbox/mapbox-navigation-android/pull/7667) +- Fixed an issue where the first voice instruction might have been played thrice when switching between regular session and replay with route being set. [#7661](https://github.com/mapbox/mapbox-navigation-android/pull/7661) + +### Mapbox dependencies +This release depends on, and has been tested with, the following Mapbox dependencies: +- Mapbox Maps SDK `v10.16.3` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.16.3)) +- Mapbox Navigation Native `v162.0.0` +- Mapbox Core Common `v23.8.5` +- Mapbox Java `v6.15.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.15.0)) + + ## Mapbox Navigation SDK 2.17.7 - 08 December, 2023 ### Changelog [Changes between v2.17.6 and v2.17.7](https://github.com/mapbox/mapbox-navigation-android/compare/v2.17.6...v2.17.7) diff --git a/changelog/unreleased/bugfixes/7661.md b/changelog/unreleased/bugfixes/7661.md deleted file mode 100644 index 53b31f3bebd..00000000000 --- a/changelog/unreleased/bugfixes/7661.md +++ /dev/null @@ -1 +0,0 @@ -- Fixed an issue where the first voice instruction might have been played thrice when switching between regular session and replay with route being set. \ No newline at end of file diff --git a/changelog/unreleased/bugfixes/7667.md b/changelog/unreleased/bugfixes/7667.md deleted file mode 100644 index 48cda9c26dc..00000000000 --- a/changelog/unreleased/bugfixes/7667.md +++ /dev/null @@ -1 +0,0 @@ -- Fixed an issue where route parsing might have crashes for invalid Directions Response. \ No newline at end of file