Releases: motis-project/motis
v0.11.27: Start/Dest URL Params
What's Changed
- Update PPR + Boost by @pablohoch in #472
- ui: web: Allow passing preselected start and destination by @jbruechert in #475
Full Changelog: v0.11.26...v0.11.27
v0.11.26: GZIP for GTFS-RT
What's Changed
Full Changelog: v0.11.25...v0.11.26
v0.11.25: Fixes
What's Changed
- Update deps to fix compilation on GCC 13 by @jbruechert in #463
- CI Update by @pablohoch in #466
- RSL: Add /paxmon/trip_transfers API by @pablohoch in #465
- CI: Use macos-14 (arm64) + update libressl by @pablohoch in #467
- Update dependencies for Clang 17 compatibility by @vkrause in #468
- fix parking module by @felixguendling in #469
- nigiri: fix transitivization footpath performance by @felixguendling in #464
- fix skip cancellations by @felixguendling in #470
Please delete your parking database when upgrading!
Full Changelog: v0.11.24...v0.11.25
v0.11.24: Fix Overflows
What's Changed
- RSL: Show current stop times/status for group routes by @pablohoch in #461
- update nigiri (fix overflow source_idx, timezone_idx) by @felixguendling in #462
motis-project/nigiri#74 by @vkrause
motis-project/nigiri#75 by @Pi-Cla
Full Changelog: v0.11.23...v0.11.24
v0.11.23: redirect fix
What's Changed
Full Changelog: v0.11.22...v0.11.23
v0.11.22 GTFS-RT Performance Fix
What's Changed
- RSL: Forecast Evaluation by @pablohoch in #456
- RiBasisFormation: Fix for new version by @pablohoch in #457
- RSL: Fix simulation of reroutes/cancellations by @pablohoch in #458
- update nigiri: fix gtfsrt performance issue by @felixguendling in #459
Full Changelog: v0.11.21...v0.11.22
v0.11.21
What's Changed
- nigiri clasz filter by @felixguendling in #453
Full Changelog: v0.11.20...v0.11.21
New optional allowed_claszes
attribute in IntermodalRoutingRequest
and RoutingRequest
is an array of allowed clasz
values (integers).
Example query:
curl 'https://europe.motis-project.de/' \
-X 'POST' \
-H 'Content-Type: application/json' \
--data-binary '{
"destination":{
"type":"Module",
"target":"/intermodal"
},
"content_type":"IntermodalRoutingRequest",
"content":{
"start_type":"PretripStart",
"start":{
"station":{
"name":"Darmstadt Hauptbahnhof",
"id":"delfi_de:06411:4734"
},
"interval":{
"begin":1719493560,
"end":1719497160
},
"min_connection_count":5,
"extend_interval_earlier":true,
"extend_interval_later":true
},
"start_modes":[
{
"mode_type":"FootPPR",
"mode":{
"search_options":{
"profile":"default",
"duration_limit":900
}
}
}
],
"destination_type":"InputStation",
"destination":{
"name":"Frankfurt (M) Hbf",
"id":"nl_stoparea:17791"
},
"destination_modes":[
{
"mode_type":"FootPPR",
"mode":{
"search_options":{
"profile":"default",
"duration_limit":900
}
}
}
],
"search_type":"Accessibility",
"search_dir":"Forward",
"router":"",
"allowed_claszes": [5, 6, 7, 8, 9, 10, 11, 12]
}
}'
Transport classes:
Air = 0,
HighSpeed = 1,
LongDistance = 2,
Coach = 3,
Night = 4,
RegionalFast = 5,
Regional = 6,
Metro = 7,
Subway = 8,
Tram = 9,
Bus = 10,
Ship = 11,
Other = 12,
v0.11.20: Update PPR
What's Changed
- Update PPR + fix documentation by @pablohoch in #449
Update PPR to the latest version, including the following updates (PPR data needs to be imported again to benefit from the improvements):
- Fix stairs direction ppr#58
- Crossing path improvements ppr#60
- Create fewer crossings at nodes ppr#61
- Wheelchair profile: remove elevation cost ppr#62
Also fixes #448 (mistake in an example in the PPR api docs).
Full Changelog: v0.11.19...v0.11.20
v0.11.19: Route Colors, Timeout
What's Changed
- udpate fmt by @felixguendling in #447
- Allow to set a timeout for searches by @jbruechert in #445
- Provide GTFS colors in the routing and stop event APIs when available by @vkrause in #444
Full Changelog: v0.11.18...v0.11.19
v0.11.18: GBFS Icon Paths
What's Changed
- Fix typo in schema description by @1Maxnet1 in #441
- Load {bike,car}_marker.png from static endpoint by @jbruechert in #442
New Contributors
- @jbruechert made their first contribution in #442
Full Changelog: v0.11.17...v0.11.18