From 224e804f28cf656c6103f5e7e0f5f02fe204b54e 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: Fri, 3 Nov 2023 12:11:42 +0000 Subject: [PATCH] changelog for v2.17.3 (#7603) Co-authored-by: root --- CHANGELOG.md | 21 +++++++++++++++++++++ changelog/unreleased/features/7597.md | 3 --- 2 files changed, 21 insertions(+), 3 deletions(-) delete mode 100644 changelog/unreleased/features/7597.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5a1bb49c0..7538eadd82e 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.17.3 - 03 November, 2023 +### Changelog +[Changes between v2.17.2 and v2.17.3](https://github.com/mapbox/mapbox-navigation-android/compare/v2.17.2...v2.17.3) + +#### Features +- Introduced `RouterFailure#isRetryable` which indicates if that makes sense to retry with this type of failure. [#7597](https://github.com/mapbox/mapbox-navigation-android/pull/7597) + +For convenience, you can use an extension property `isRetryable` for the list of `RouterFailure` in `NavigationRouterCallback.onFailure`. +In case of reroute use `RerouteState.Failed.isRetryable`. + +#### Bug fixes and improvements + + +### Mapbox dependencies +This release depends on, and has been tested with, the following Mapbox dependencies: +- Mapbox Maps SDK `v10.16.1` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.16.1)) +- Mapbox Navigation Native `v161.0.1` +- Mapbox Core Common `v23.8.3` +- Mapbox Java `v6.14.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.14.0)) + + ## Mapbox Navigation SDK 2.17.2 - 27 October, 2023 ### Changelog [Changes between v2.17.1 and v2.17.2](https://github.com/mapbox/mapbox-navigation-android/compare/v2.17.1...v2.17.2) diff --git a/changelog/unreleased/features/7597.md b/changelog/unreleased/features/7597.md deleted file mode 100644 index 7278b65a365..00000000000 --- a/changelog/unreleased/features/7597.md +++ /dev/null @@ -1,3 +0,0 @@ -- Introduced `RouterFailure#isRetryable` which indicates if that makes sense to retry with this type of failure. -For convenience, you can use an extension property `isRetryable` for the list of `RouterFailure` in `NavigationRouterCallback.onFailure`. -In case of reroute use `RerouteState.Failed.isRetryable`. \ No newline at end of file