Skip to content

Commit 11fc649

Browse files
committed
v5 CHANGELOG
1 parent e3bf9fc commit 11fc649

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,51 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Version 5.0.0 - 2026-04-10
9+
10+
### Added
11+
12+
[Traffic-influenced routing](https://stadiamaps.com/products/routing-navigation/traffic-influenced-routing/)
13+
is now available for cars, busses, taxis, and trucks!
14+
Traffic-influenced routing profiles come in two variants:
15+
16+
- Adaptive traffic profiles use either current conditions or predictive data,
17+
automatically selecting the best one given your request parameters.
18+
- Premium traffic profiles use both current conditions and predictive data
19+
to give you the best ETAs, isochrones, and routes.
20+
21+
We've also expanded the routing API with even more flexibility:
22+
23+
- Time-dependent routing: the new traffic profiles assume "departing now" by default.
24+
But you can also specify departure or arrival at a specific time.
25+
For time/distance matrix calculations, you can even specify this at the individual source/target level.
26+
- Penalties (routing is allowed, but discouraged, so that these features can be avoided)
27+
- Private access roads
28+
- Alleys
29+
- (Rail) ferries
30+
- Elevator use
31+
- Use of residential, service, or other undesirable roads by heavy vehicles
32+
- Hard exclusions
33+
- Cash-only tolls
34+
- Unpaved roads
35+
- Time vs distance preference: you can specify a percentage weight between the two instead of the default (time-based) or purely shortest
36+
- Truck axle restrictions
37+
38+
Finally, we've launched version 2 of our time zone API!
39+
There is no significant difference in the functionality,
40+
but we've rectified a long-standing point of confusion with how we communicated offsets from standard time.
41+
42+
### Changed
43+
44+
The most notable breaking change is that nearest roads requests now have their own costing model type.
45+
To migrate, simply switch to the new type.
46+
No endpoint functionality has changed.
47+
48+
We have also removed some properties from routing endpoint models which had no effect.
49+
For example, the Nearest Roads API does not return directions,
50+
but it still accepted a directions type parameter.
51+
Most existing code should continue to work as-is.
52+
853
## Version 4.0.1 - 2025-06-12
954

1055
### Fixed

0 commit comments

Comments
 (0)