Skip to content

Commit 8f6012f

Browse files
changelog for v2.19.0-beta.2 (#7764)
Co-authored-by: root <root@747fc303c2d7>
1 parent 40c0eb5 commit 8f6012f

File tree

7 files changed

+32
-10
lines changed

7 files changed

+32
-10
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,38 @@ Mapbox welcomes participation and contributions from everyone.
66
#### Features
77
#### Bug fixes and improvements
88

9+
## Mapbox Navigation SDK 2.19.0-beta.2 - 26 February, 2024
10+
### Changelog
11+
[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)
12+
13+
#### Features
14+
- 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)
15+
- Fixed an issue where `RouterFailure.code` could have been null for Directions API errors. [#7753](https://github.com/mapbox/mapbox-navigation-android/pull/7753)
16+
- 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)
17+
18+
#### Bug fixes and improvements
19+
- 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)
20+
- Fixed ADASIS generator errors related to the split edges. [#7753](https://github.com/mapbox/mapbox-navigation-android/pull/7753)
21+
- Fixed ADAS cache tiles eviction mechanism. [#7753](https://github.com/mapbox/mapbox-navigation-android/pull/7753)
22+
- Started handling "unlilimited" speed limits in ADASIS. [#7753](https://github.com/mapbox/mapbox-navigation-android/pull/7753)
23+
- 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)
24+
- Fixed leak of CarAppLifecycleOwner on every Copilot start. [#7669](https://github.com/mapbox/mapbox-navigation-android/pull/7669)
25+
- Started sending special type POSITION messages in OFF-ROAD mode. [#7753](https://github.com/mapbox/mapbox-navigation-android/pull/7753)
26+
27+
#### Known issues :warning:
28+
29+
30+
#### Other changes
31+
- Added Polish translation for UI elements.
32+
33+
### Mapbox dependencies
34+
This release depends on, and has been tested with, the following Mapbox dependencies:
35+
- Mapbox Maps SDK `v10.16.5` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.16.5))
36+
- Mapbox Navigation Native `v202.0.0`
37+
- Mapbox Core Common `v23.9.0`
38+
- Mapbox Java `v6.15.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.15.0))
39+
40+
941
## Mapbox Navigation SDK 2.18.1 - 23 February, 2024
1042
### Changelog
1143
[Changes between v2.18.0 and v2.18.1](https://github.com/mapbox/mapbox-navigation-android/compare/v2.18.0...v2.18.1)

changelog/unreleased/bugfixes/7669.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/unreleased/bugfixes/7753.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/unreleased/bugfixes/7755.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/unreleased/features/7710.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/unreleased/features/7753.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/unreleased/other/7744.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)