From f0eb18bf8dd38fba61501f3a77c7c252b52bd212 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 26 Feb 2024 16:12:35 +0000 Subject: [PATCH] changelog for v2.19.0-beta.2 --- CHANGELOG.md | 32 +++++++++++++++++++++++++++ changelog/unreleased/bugfixes/7669.md | 1 - changelog/unreleased/bugfixes/7753.md | 4 ---- changelog/unreleased/bugfixes/7755.md | 1 - changelog/unreleased/features/7710.md | 1 - changelog/unreleased/features/7753.md | 2 -- changelog/unreleased/other/7744.md | 1 - 7 files changed, 32 insertions(+), 10 deletions(-) delete mode 100644 changelog/unreleased/bugfixes/7669.md delete mode 100644 changelog/unreleased/bugfixes/7753.md delete mode 100644 changelog/unreleased/bugfixes/7755.md delete mode 100644 changelog/unreleased/features/7710.md delete mode 100644 changelog/unreleased/features/7753.md delete mode 100644 changelog/unreleased/other/7744.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 89b0a636639..932ba55b3a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,38 @@ Mapbox welcomes participation and contributions from everyone. #### Features #### Bug fixes and improvements +## Mapbox Navigation SDK 2.19.0-beta.2 - 26 February, 2024 +### Changelog +[Changes between v2.19.0-beta.1 and v2.19.0-beta.2](https://github.com/mapbox/mapbox-navigation-android/compare/v2.19.0-beta.1...v2.19.0-beta.2) + +#### Features +- Added new property `AdasisDataSendingConfig.treeTrailingLength` that allows to specify the trailing length of the path tree, relative to the map-matched position, in the ADASIS provider. [#7753](https://github.com/mapbox/mapbox-navigation-android/pull/7753) +- Fixed an issue where `RouterFailure.code` could have been null for Directions API errors. [#7753](https://github.com/mapbox/mapbox-navigation-android/pull/7753) +- Added billing explanation logs. Now Navigation SDK explains in the logs why certain Active Guidance or Free Drive Trip session started/stopped/paused/resumed. Billing explanations have `[BillingExplanation]` prefix in the logcat. [#7710](https://github.com/mapbox/mapbox-navigation-android/pull/7710) + +#### Bug fixes and improvements +- Resolved an issue where a crash could occur if telemetry sending settings were changed after creating `MapboxNavigation`. [#7755](https://github.com/mapbox/mapbox-navigation-android/pull/7755) +- Fixed ADASIS generator errors related to the split edges. [#7753](https://github.com/mapbox/mapbox-navigation-android/pull/7753) +- Fixed ADAS cache tiles eviction mechanism. [#7753](https://github.com/mapbox/mapbox-navigation-android/pull/7753) +- Started handling "unlilimited" speed limits in ADASIS. [#7753](https://github.com/mapbox/mapbox-navigation-android/pull/7753) +- Fixed possible `java.lang.UnsatisfiedLinkError` crash on application startup when Mapbox native libraries could not yet be found. [#7753](https://github.com/mapbox/mapbox-navigation-android/pull/7753) +- Fixed leak of CarAppLifecycleOwner on every Copilot start. [#7669](https://github.com/mapbox/mapbox-navigation-android/pull/7669) +- Started sending special type POSITION messages in OFF-ROAD mode. [#7753](https://github.com/mapbox/mapbox-navigation-android/pull/7753) + +#### Known issues :warning: + + +#### Other changes +- Added Polish translation for UI elements. + +### Mapbox dependencies +This release depends on, and has been tested with, the following Mapbox dependencies: +- Mapbox Maps SDK `v10.16.5` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.16.5)) +- Mapbox Navigation Native `v202.0.0` +- Mapbox Core Common `v23.9.0` +- Mapbox Java `v6.15.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.15.0)) + + ## Mapbox Navigation SDK 2.18.1 - 23 February, 2024 ### Changelog [Changes between v2.18.0 and v2.18.1](https://github.com/mapbox/mapbox-navigation-android/compare/v2.18.0...v2.18.1) diff --git a/changelog/unreleased/bugfixes/7669.md b/changelog/unreleased/bugfixes/7669.md deleted file mode 100644 index 0f5d596b451..00000000000 --- a/changelog/unreleased/bugfixes/7669.md +++ /dev/null @@ -1 +0,0 @@ -- Fixed leak of CarAppLifecycleOwner on every copilot start. diff --git a/changelog/unreleased/bugfixes/7753.md b/changelog/unreleased/bugfixes/7753.md deleted file mode 100644 index d3b6fc00f6f..00000000000 --- a/changelog/unreleased/bugfixes/7753.md +++ /dev/null @@ -1,4 +0,0 @@ -- Fix adasis generator errors related to the split edges. -- Fix adas cache tiles eviction mechanism. -- Handle "unlilimited" speed limits in Adasis. -- Fixed possible `java.lang.UnsatisfiedLinkError` crash on application startup when Mapbox native libraries could not yet be found. \ No newline at end of file diff --git a/changelog/unreleased/bugfixes/7755.md b/changelog/unreleased/bugfixes/7755.md deleted file mode 100644 index f0ca30832e5..00000000000 --- a/changelog/unreleased/bugfixes/7755.md +++ /dev/null @@ -1 +0,0 @@ -- Resolved an issue where a crash could occur if telemetry sending settings were changed after creating `MapboxNavigation`. \ No newline at end of file diff --git a/changelog/unreleased/features/7710.md b/changelog/unreleased/features/7710.md deleted file mode 100644 index aad8411a538..00000000000 --- a/changelog/unreleased/features/7710.md +++ /dev/null @@ -1 +0,0 @@ -- Added billing explanation logs. Now Navigation SDK explains in the logs why certain Active Guidance or Free Drive Trip session started/stopped/paused/resumed. Billing explanations have `[BillingExplanation]` prefix in the logcat. \ No newline at end of file diff --git a/changelog/unreleased/features/7753.md b/changelog/unreleased/features/7753.md deleted file mode 100644 index 21b4f7b6d62..00000000000 --- a/changelog/unreleased/features/7753.md +++ /dev/null @@ -1,2 +0,0 @@ -- Added new property `AdasisDataSendingConfig.treeTrailingLength` that allows to specify the trailing length of the path tree, relatively to the map-matched position, in the adasis provider. -- Meaningful `RouterFailure.code` for directions api errors. \ No newline at end of file diff --git a/changelog/unreleased/other/7744.md b/changelog/unreleased/other/7744.md deleted file mode 100644 index ff195e30054..00000000000 --- a/changelog/unreleased/other/7744.md +++ /dev/null @@ -1 +0,0 @@ -- Added Polish translation for UI elements. \ No newline at end of file