Skip to content

Mapbox Navigation SDK 2.12.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@mapbox-github-ci-writer-public-1 mapbox-github-ci-writer-public-1 released this 31 Mar 16:16
· 5 commits to release-v2.12 since this release
480a106

Mapbox Navigation SDK 2.12.0-rc.1 - 31 March, 2023

Changelog

Changes between v2.12.0-beta.3 and v2.12.0-rc.1

Features

  • Added support for voice languages in offline: Lithuanian, Hungarian, Finnish, Serbian, Greek, Czech, and Slovak. #7061
  • Introduced RoutesRenderedCallback along with overloads to MapboxRouteLineView#renderRouteDrawData and MapboxRouteLineView#renderClearRouteLineValue to notified whenever the routes are rendered on map / cleared from map. #7058

Bug fixes and improvements

  • Fixed Native crash signal 11 (SIGSEGV), code 1 (SEGV_MAPERR) that may happen at libmapbox-common.so at SqlitePersistentStorage#createQuery. #7061

Known issues ⚠️

  • Route refresh base URL is not set via RouteOptions#baseUrl. Instead, NavigationOptions#routingTilesOptions#tilesBaseUri is used for refresh.

Other changes

Mapbox dependencies

This release depends on, and has been tested with, the following Mapbox dependencies:

  • Mapbox Maps SDK v10.12.1 (release notes)
  • Mapbox Navigation Native v130.0.0
  • Mapbox Core Common v23.4.0
  • Mapbox Java v6.11.0 (release notes)