From 3d604718e1367d54eed179107258c69c7a1c582e 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: Fri, 18 Aug 2023 13:34:14 +0000 Subject: [PATCH] changelog for v2.16.0-beta.1 (#7471) Co-authored-by: root --- CHANGELOG.md | 38 +++++++++++++++++++++++++++ changelog/unreleased/bugfixes/7393.md | 1 - changelog/unreleased/bugfixes/7399.md | 1 - changelog/unreleased/bugfixes/7401.md | 1 - changelog/unreleased/bugfixes/7404.md | 3 --- changelog/unreleased/bugfixes/7416.md | 1 - changelog/unreleased/bugfixes/7430.md | 1 - changelog/unreleased/bugfixes/7431.md | 6 ----- changelog/unreleased/features/7408.md | 1 - changelog/unreleased/features/7467.md | 1 - 10 files changed, 38 insertions(+), 16 deletions(-) delete mode 100644 changelog/unreleased/bugfixes/7393.md delete mode 100644 changelog/unreleased/bugfixes/7399.md delete mode 100644 changelog/unreleased/bugfixes/7401.md delete mode 100644 changelog/unreleased/bugfixes/7404.md delete mode 100644 changelog/unreleased/bugfixes/7416.md delete mode 100644 changelog/unreleased/bugfixes/7430.md delete mode 100644 changelog/unreleased/bugfixes/7431.md delete mode 100644 changelog/unreleased/features/7408.md delete mode 100644 changelog/unreleased/features/7467.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f0174aaf7b..7851f1ecc0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,44 @@ Mapbox welcomes participation and contributions from everyone. #### Features #### Bug fixes and improvements +## Mapbox Navigation SDK 2.16.0-beta.1 - 18 August, 2023 +### Changelog +[Changes between v2.15.1 and v2.16.0-beta.1](https://github.com/mapbox/mapbox-navigation-android/compare/v2.15.1...v2.16.0-beta.1) + +#### Features +- Added `IncidentInfo#length` property. [#7467](https://github.com/mapbox/mapbox-navigation-android/pull/7467) +- Added `IncidentInfo#trafficCodes` property. [#7408](https://github.com/mapbox/mapbox-navigation-android/pull/7408) + +#### Bug fixes and improvements +- Added `RouteLineColorResources#inactiveRouteLegCasingColor` to specify the color used for inactive legs casing. [#7393](https://github.com/mapbox/mapbox-navigation-android/pull/7393) +- Added `IncidentInfo#multilingualAffectedRoadNames`. [#7430](https://github.com/mapbox/mapbox-navigation-android/pull/7430) +- Map matching now uses emergency roads. [#7404](https://github.com/mapbox/mapbox-navigation-android/pull/7404) +- Improved algorithm that chooses fork during dead-reckoning. [#7404](https://github.com/mapbox/mapbox-navigation-android/pull/7404) +- Dead-reckoning is allowed even in short tunnels and bridges. [#7404](https://github.com/mapbox/mapbox-navigation-android/pull/7404) +- Improved arrival detection in case of off-road. [#7431](https://github.com/mapbox/mapbox-navigation-android/pull/7431) +- Fixed an issue where RouteProgress might have contained the same incident twice. [#7431](https://github.com/mapbox/mapbox-navigation-android/pull/7431) +- Fixed an issue where the app might have crashed due to JNI reference table overflow. [#7431](https://github.com/mapbox/mapbox-navigation-android/pull/7431) +- Fixed an issue with broken map-matching after significant teleports. [#7431](https://github.com/mapbox/mapbox-navigation-android/pull/7431) +- Fixed an issue where map-matching might have jumped on parallel roads. [#7431](https://github.com/mapbox/mapbox-navigation-android/pull/7431) +- Started using fallback to onboard routing in case of 5xx Directions Response codes. [#7431](https://github.com/mapbox/mapbox-navigation-android/pull/7431) +- Fixed an issue where soft gradient was not applied for active legs. [#7416](https://github.com/mapbox/mapbox-navigation-android/pull/7416) +- Fixed an issue where in rare cases `BannerInstructionsObserver` might not have been invoked for an instruction when the route was being refreshed. [#7399](https://github.com/mapbox/mapbox-navigation-android/pull/7399) +- Reverted sticky charging stations feature for rerouting. [#7401](https://github.com/mapbox/mapbox-navigation-android/pull/7401) + +#### 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.0-beta.1` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.16.0-beta.1)) +- Mapbox Navigation Native `v155.0.0` +- Mapbox Core Common `v23.8.0-beta.1` +- Mapbox Java `v6.13.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.13.0)) + + ## Mapbox Navigation SDK 2.14.2 - 08 August, 2023 ### Changelog [Changes between v2.14.1 and v2.14.2](https://github.com/mapbox/mapbox-navigation-android/compare/v2.14.1...v2.14.2) diff --git a/changelog/unreleased/bugfixes/7393.md b/changelog/unreleased/bugfixes/7393.md deleted file mode 100644 index 397ec2b1b9c..00000000000 --- a/changelog/unreleased/bugfixes/7393.md +++ /dev/null @@ -1 +0,0 @@ -- Added `RouteLineColorResources#inactiveRouteLegCasingColor` to specify the color used for inactive legs casing. \ No newline at end of file diff --git a/changelog/unreleased/bugfixes/7399.md b/changelog/unreleased/bugfixes/7399.md deleted file mode 100644 index 1f563e0a368..00000000000 --- a/changelog/unreleased/bugfixes/7399.md +++ /dev/null @@ -1 +0,0 @@ -- Fixed an issue where in rare cases `BannerInstructionsObserver` might not have been invoked for an instruction when the route was being refreshed. \ No newline at end of file diff --git a/changelog/unreleased/bugfixes/7401.md b/changelog/unreleased/bugfixes/7401.md deleted file mode 100644 index 40465c0c8b0..00000000000 --- a/changelog/unreleased/bugfixes/7401.md +++ /dev/null @@ -1 +0,0 @@ -- Reverted sticky charging stations feature for rerouting. diff --git a/changelog/unreleased/bugfixes/7404.md b/changelog/unreleased/bugfixes/7404.md deleted file mode 100644 index 4f58f00dbc2..00000000000 --- a/changelog/unreleased/bugfixes/7404.md +++ /dev/null @@ -1,3 +0,0 @@ -- Map matching now uses emergency roads. -- Improved algorithm that chooses fork during dead-reckoning. -- Dead-reckoning is allowed even in short tunnels and bridges. \ No newline at end of file diff --git a/changelog/unreleased/bugfixes/7416.md b/changelog/unreleased/bugfixes/7416.md deleted file mode 100644 index b41a8295d6f..00000000000 --- a/changelog/unreleased/bugfixes/7416.md +++ /dev/null @@ -1 +0,0 @@ -- Fixed an issue where soft gradient was not applied for active legs. \ No newline at end of file diff --git a/changelog/unreleased/bugfixes/7430.md b/changelog/unreleased/bugfixes/7430.md deleted file mode 100644 index 1dc2e623854..00000000000 --- a/changelog/unreleased/bugfixes/7430.md +++ /dev/null @@ -1 +0,0 @@ -- Added `IncidentInfo#multilingualAffectedRoadNames`. \ No newline at end of file diff --git a/changelog/unreleased/bugfixes/7431.md b/changelog/unreleased/bugfixes/7431.md deleted file mode 100644 index 655a5268de1..00000000000 --- a/changelog/unreleased/bugfixes/7431.md +++ /dev/null @@ -1,6 +0,0 @@ -- Improved arrival detection in case of off-road. -- Fixed an issue where RouteProgress might have contained the same incident twice. -- Fixed an issue where the app might have crashed due to JNI reference table overflow. -- Fixed an issue with broken map-matching after significant teleports. -- Fixed an issue where map-matching might have jumped on parallel roads. -- Started using fallback to onboard routing in case of 5xx Directions Response codes. \ No newline at end of file diff --git a/changelog/unreleased/features/7408.md b/changelog/unreleased/features/7408.md deleted file mode 100644 index 8daa7c643b9..00000000000 --- a/changelog/unreleased/features/7408.md +++ /dev/null @@ -1 +0,0 @@ -- Added `IncidentInfo#trafficCodes` property. \ No newline at end of file diff --git a/changelog/unreleased/features/7467.md b/changelog/unreleased/features/7467.md deleted file mode 100644 index 2590e4366c5..00000000000 --- a/changelog/unreleased/features/7467.md +++ /dev/null @@ -1 +0,0 @@ -- Added `IncidentInfo#length` property.