Skip to content

Commit

Permalink
changelog for v2.17.2 (#7592)
Browse files Browse the repository at this point in the history
Co-authored-by: root <root@87830f26c51c>
  • Loading branch information
mapbox-github-ci-writer-public-1[bot] and root authored Oct 27, 2023
1 parent d06e82f commit 39ddcd7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ Mapbox welcomes participation and contributions from everyone.
#### Features
#### Bug fixes and improvements

## Mapbox Navigation SDK 2.17.2 - 27 October, 2023
### Changelog
[Changes between v2.17.1 and v2.17.2](https://github.com/mapbox/mapbox-navigation-android/compare/v2.17.1...v2.17.2)

#### Features
- Introduced `NavigationOptions#longRoutesOptimisationOptions` which changes the Nav SDK behavior so that it's able to handle heavy routes objects. See documentation of `OptimiseNavigationForLongRoutes` to learn more about it. [#7564](https://github.com/mapbox/mapbox-navigation-android/pull/7564)
- Route refresh now refreshes `LegAnnotation#freeflowSpeed` and `LegAnnotation#currentSpeed`. [#7587](https://github.com/mapbox/mapbox-navigation-android/pull/7587)

#### Bug fixes and improvements
- Fixed an issue where route refreshes might not have been paused after invoking `RouteRefreshController#pauseRouteRefreshes`. [#7581](https://github.com/mapbox/mapbox-navigation-android/pull/7581)
- Fixed backward positioning jumps after GPS signal jump detection. [#7586](https://github.com/mapbox/mapbox-navigation-android/pull/7586)
- Improved processing of ETC signals. [#7586](https://github.com/mapbox/mapbox-navigation-android/pull/7586)

### Mapbox dependencies
This release depends on, and has been tested with, the following Mapbox dependencies:
- Mapbox Maps SDK `v10.16.1` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v10.16.1))
- Mapbox Navigation Native `v161.0.0`
- Mapbox Core Common `v23.8.3`
- Mapbox Java `v6.14.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v6.14.0))


## Mapbox Navigation SDK 2.17.1 - 18 October, 2023
### Changelog
[Changes between v2.17.0 and v2.17.1](https://github.com/mapbox/mapbox-navigation-android/compare/v2.17.0...v2.17.1)
Expand Down
1 change: 0 additions & 1 deletion changelog/unreleased/bugfixes/7581.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/unreleased/bugfixes/7586.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 39ddcd7

Please sign in to comment.