Releases: motis-project/motis
Releases · motis-project/motis
v0.8.5: Bugfixes
What's Changed
- Fix Infinite Loop (memory hog) in routing module label creation, fix RT-performance issues by @felixguendling in #264
- web ui: reset connections when input is empty by @felixguendling in #265
Full Changelog: v0.8.4...v0.8.5
v0.8.4: Bugfix: Remove Duplicate GTFS Services with `block_id` set
v0.8.3: Fix GTFS-RT Downloads for Large Streams
- Fixes a problem with GTFS-RT stream files >2MB
- Colors trains without delay info grey
Full Changelog: v0.8.2...v0.8.3
v0.8.2: GTFS-RT SSL fix
What's Changed
- Real-time updates for expanded trips by @pablohoch in #124
Full Changelog: v0.8.1...v0.8.2
v0.8.1: Bugfix for CSV files that only contain a header
What's Changed
- Bugfix for CSV files that only contain a header: e0bb02e
- web server: redirect /dir => /dir/ by @pablohoch in #252
- Add french translation by @kalon33 in #259
New Contributors
Full Changelog: v0.8.0...v0.8.1
v0.8.0: Initial Experimental GBFS Support
What's Changed
- GBFS Support by @felixguendling in #198
- GBFS Journey Details by @felixguendling in #237
- Parking Module Improvements + ParkenDD Support by @pablohoch in #223
- GBFS: support for car sharing by @felixguendling in #239
- BugFix: add footpaths if input footpaths are not symmetric by @felixguendling in #245
- Support GBFS Direct Connections (start - destionation without public transport) by @felixguendling in #240
- loader: handle file access errors on windows by @pablohoch in #248
- GBFS map by @felixguendling in #247
- GBFS Multi Provider Map by @felixguendling in #250
Full Changelog: v0.7.5...v0.8.8
v0.7.5: Fixes for GTFS-RT
- fix: Multi-Schedule GTFS-RT didn't use tag which prevented station ID matches
- fix: Explicitly specified port (like
https://example.com:8083
) works now for GTFS-RT URLs
v0.7.4: Fix In/Out Allowed for GTFS, Fix Errors in Timers
Fixes
- GTFS pickup_type / drop_off_type 2 and 3 were handled like 1 (not allowed). Now they are handled like 0 (allowed).
- Exceptions in timers are caught now. Exceptions in timers were crashing the whole process.
Full Changelog: v0.7.3...v0.7.4
v0.7.3: Fix for TripBased Routing Interval
Fixes the routing response for TripBased routing for earlier/later search.
What's Changed
- RI Basis AMQP Receiver Buffering Fix by @pablohoch in #216
- tripbased: fix interval in routing response by @pablohoch in #217
Full Changelog: v0.7.2...v0.7.3
v0.7.2: Ignore Unkown MOTIS_* Environment Variables
conf update: ignore unrecognized env vars