From 5d7e9984ee233c73d2e756469749a8d3a770a928 Mon Sep 17 00:00:00 2001 From: "mapbox-github-ci-writer-public-1[bot]" <93400552+mapbox-github-ci-writer-public-1[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 17:16:11 +0000 Subject: [PATCH] changelog for v2.19.0-beta.1 (#7724) Co-authored-by: root --- CHANGELOG.md | 25 +++++++++++++++++++++++++ changelog/unreleased/bugfixes/7688.md | 1 - changelog/unreleased/bugfixes/7694.md | 4 ---- changelog/unreleased/bugfixes/7709.md | 1 - changelog/unreleased/features/7538.md | 1 - changelog/unreleased/features/7713.md | 1 - 6 files changed, 25 insertions(+), 8 deletions(-) delete mode 100644 changelog/unreleased/bugfixes/7688.md delete mode 100644 changelog/unreleased/bugfixes/7694.md delete mode 100644 changelog/unreleased/bugfixes/7709.md delete mode 100644 changelog/unreleased/features/7538.md delete mode 100644 changelog/unreleased/features/7713.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 37235af7ff4..5f279e498dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,31 @@ Mapbox welcomes participation and contributions from everyone. #### Features #### Bug fixes and improvements +## Mapbox Navigation SDK 2.19.0-beta.1 - 23 January, 2024 +### Changelog +[Changes between v2.18.0 and v2.19.0-beta.1](https://github.com/mapbox/mapbox-navigation-android/compare/v2.18.0...v2.19.0-beta.1) + +#### Features +- Added Advanced Driver Assistance Systems (ADAS) functionality as an experimental API. [#7538](https://github.com/mapbox/mapbox-navigation-android/pull/7538) +- Added `NavigationViewApi#recenterCamera()` that allows to programatically recenter the camera position as if the recenter button was clicked. [#7713](https://github.com/mapbox/mapbox-navigation-android/pull/7713) + +#### Bug fixes and improvements +- Fixed an issue where reroute for multi-leg routes used to fail in case waypoint_names or waypoint_targets parameters were specified without an explicit waypoint_indices parameter. [#7709](https://github.com/mapbox/mapbox-navigation-android/pull/7709) + +#### Known issues :warning: + + +#### Other changes + + +### Mapbox dependencies +This release depends on, and has been tested with, the following Mapbox dependencies: +- Mapbox Maps SDK `v10.16.4` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.16.4)) +- Mapbox Navigation Native `v201.0.0` +- Mapbox Core Common `v23.8.6` +- Mapbox Java `v6.15.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.15.0)) + + ## Mapbox Navigation SDK 2.17.10 - 19 January, 2024 ### Changelog [Changes between v2.17.9 and v2.17.10](https://github.com/mapbox/mapbox-navigation-android/compare/v2.17.9...v2.17.10) diff --git a/changelog/unreleased/bugfixes/7688.md b/changelog/unreleased/bugfixes/7688.md deleted file mode 100644 index 0c130f6fa9f..00000000000 --- a/changelog/unreleased/bugfixes/7688.md +++ /dev/null @@ -1 +0,0 @@ -- Fixed a bug with multiple instances of cache which resulted in excessive memory consumption. \ No newline at end of file diff --git a/changelog/unreleased/bugfixes/7694.md b/changelog/unreleased/bugfixes/7694.md deleted file mode 100644 index ede343665ce..00000000000 --- a/changelog/unreleased/bugfixes/7694.md +++ /dev/null @@ -1,4 +0,0 @@ -- Improved Map Matching to avoid false deviation of the location puck to a parallel street. -- Improved handling of no storage available during navigation tiles downloading. -- Improved handling of invalid config in `DeviceProfile#customConfig`. -- Fixed a native crash in E-Horizon implementation caused by internal race condition. \ No newline at end of file diff --git a/changelog/unreleased/bugfixes/7709.md b/changelog/unreleased/bugfixes/7709.md deleted file mode 100644 index 651f2d5860e..00000000000 --- a/changelog/unreleased/bugfixes/7709.md +++ /dev/null @@ -1 +0,0 @@ -- Fixed an issue where reroute for multi-leg routes used to fail in case waypoint_names or waypoint_targets parameters were specified without an explicit waypoint_indices parameter. \ No newline at end of file diff --git a/changelog/unreleased/features/7538.md b/changelog/unreleased/features/7538.md deleted file mode 100644 index fa598c0a7cd..00000000000 --- a/changelog/unreleased/features/7538.md +++ /dev/null @@ -1 +0,0 @@ -- Added Advanced Driver Assistance Systems (ADAS) functionality as an experimental API. \ No newline at end of file diff --git a/changelog/unreleased/features/7713.md b/changelog/unreleased/features/7713.md deleted file mode 100644 index 44bd519f805..00000000000 --- a/changelog/unreleased/features/7713.md +++ /dev/null @@ -1 +0,0 @@ -- Added `NavigationViewApi#recenterCamera()` that allows to programatically recenter the camera position as if the recenter button was clicked. \ No newline at end of file