Skip to content

Commit dcd47a2

Browse files
Update changelogs for v0.25.0-rc.1 release
GitOrigin-RevId: d72c699070659a5b635fdf8893777c4766baf56c
1 parent 12a6047 commit dcd47a2

6 files changed

Lines changed: 22 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## Navigation SDK Core Framework 3.25.0-rc.1 - 02 June, 2026
2+
#### Features
3+
- Update `MapboxRouteCalloutsApi` to include an extra guard condition to prevent creating `Callouts` if no **Alternative metadata** are sent for alternative routes provided. [#13870](https://github.com/mapbox/mapbox-sdk/pull/13870)
4+
- Improve view port calculation for a very small route. [#13970](https://github.com/mapbox/mapbox-sdk/pull/13970)
5+
6+
#### Bug fixes and improvements
7+
- Fixed race condition that caused an inconsistency between the tracked active primary route and the actual primary route. This is done by ensuring that the `RouteRefresh` operation taking place, is still relevant and not stale with an old `PrimaryRouteId`. [#13238](https://github.com/mapbox/mapbox-sdk/pull/13238)
8+
- Fixed unbounded memory growth in route geometry cache for long routes. [#13861](https://github.com/mapbox/mapbox-sdk/pull/13861)
9+
- Fixed race condition where an in-flight route refresh could overwrite a reroute result when both completed at the same time. [#13925](https://github.com/mapbox/mapbox-sdk/pull/13925)
10+
11+
#### Known issues
12+
13+
#### Other changes
14+
15+
16+
### Mapbox dependencies
17+
This release depends on, and has been tested with, the following Mapbox dependencies:
18+
- Mapbox Maps SDK `v11.25.0-rc.1` ([release notes](https://github.com/mapbox/mapbox-maps-android/releases/tag/v11.25.0-rc.1))
19+
- Mapbox Navigation Native `v324.25.0-rc.1`
20+
- Mapbox Core Common `v24.25.0-rc.1`
21+
- Mapbox Java `v7.10.0` ([release notes](https://github.com/mapbox/mapbox-java/releases/tag/v7.10.0))
22+
123
# Changelog for the Mapbox Navigation SDK Core Framework for Android
224
## Navigation SDK Core Framework 3.24.3 - 27 May, 2026
325
#### Features

changelog/bugfixes/13238.md

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

changelog/bugfixes/13861.md

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

changelog/bugfixes/13925.md

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

changelog/features/13870.md

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

changelog/features/13970.md

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

0 commit comments

Comments
 (0)