Skip to content

Commit

Permalink
changelog for v2.19.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Feb 26, 2024
1 parent 40c0eb5 commit f0eb18b
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 10 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion changelog/unreleased/bugfixes/7669.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/unreleased/bugfixes/7753.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/unreleased/bugfixes/7755.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/unreleased/features/7710.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/unreleased/features/7753.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/unreleased/other/7744.md

This file was deleted.

0 comments on commit f0eb18b

Please sign in to comment.