Skip to content

Commit 5ecce0e

Browse files
mapbox-github-ci-writer-4[bot]root
authored andcommitted
Changelog for Nav Core Framework v3.10.0-beta.2 (#9321)
Co-authored-by: root <root@ef198d7884ed> GitOrigin-RevId: bd7ba3f7c4f8c139f1a062725b361aa570cda2b1
1 parent f1fa8f4 commit 5ecce0e

File tree

5 files changed

+25
-6
lines changed

5 files changed

+25
-6
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog for the Mapbox Navigation SDK Core Framework for Android
22

3+
## Navigation SDK Core Framework 3.10.0-beta.2 - 30 May, 2025
4+
#### Features
5+
- Now `SensorData.Weather` can be instantiated with a list of `@WeatherCondition.Type` or detailed weather information represented by `@WeatherDetail.Type`.
6+
- ⚠️ Breaking changes in Experimental API. `SensorData.Weather` no longer has public property `conditionType`
7+
- `RoadCamerasManager` in active guidance now relies on new `road_camera` Directions API annotation, which improves the performance of the camera data retrieval and quality of the data.
8+
- Added `MapboxRoadCamera::activeGuidanceInfo`, containing information about the route id, leg index, geometry index and step intersection of the camera in active guidance.
9+
- Added support of immediate update of location puck bearing in [NavigationLocationProvider] in case of overlapping key points.
10+
11+
#### Bug fixes and improvements
12+
- Fixed a bug where alternative routes from `RoutesUpdatedResult#ignoredRoutes` were set to `RoutesUpdatedResult#navigationRoutes` after the first route progress update.
13+
14+
#### Known issues :warning:
15+
16+
17+
#### Other changes
18+
19+
20+
### Mapbox dependencies
21+
This release depends on, and has been tested with, the following Mapbox dependencies:
22+
- Mapbox Maps SDK `v11.13.0-beta.1` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.13.0-beta.1))
23+
- Mapbox Navigation Native `v324.13.0-beta.1`
24+
- Mapbox Core Common `v24.13.0-beta.1`
25+
- Mapbox Java `v7.4.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v7.4.0))
26+
27+
328
## Navigation SDK Core Framework 3.10.0-beta.1 - 22 May, 2025
429
#### Features
530
- ⚠️ Breaking changes in Experimental API. `MapboxEvSearchClientFactory.#getInstance()` no longer accepts access token as a parameter. The default `MapboxOptions.accessToken` will be used.

changelog/unreleased/bugfixes/9259.md

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

changelog/unreleased/features/9098.md

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

changelog/unreleased/features/9181.md

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

changelog/unreleased/features/9315.md

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

0 commit comments

Comments
 (0)