Skip to content

Mapbox Navigation SDK 2.17.3

Compare
Choose a tag to compare
@mapbox-github-ci-writer-public-1 mapbox-github-ci-writer-public-1 released this 03 Nov 13:45
· 31 commits to release-v2.17 since this release
224e804

Mapbox Navigation SDK 2.17.3 - 03 November, 2023

Changelog

Changes between v2.17.2 and v2.17.3

Features

  • Introduced RouterFailure#isRetryable which indicates if that makes sense to retry with this type of failure. #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)
  • Mapbox Navigation Native v161.0.1
  • Mapbox Core Common v23.8.3
  • Mapbox Java v6.14.0 (release notes)