Releases: motis-project/motis
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
v0.7.1: Fix for Environment Variables Containing Underscores
Translate config values to environment variables:
- prepend
MOTIS_
- all uppercase / all-caps
- replace
.
by_
- replace
_
by__
(two_
characters)
The last replacement was missing in v0.7 which made it impossible to set configuration values containing _
in their name via environment variables.
v0.7: GTFS-RT Update from HTTP(S) Timer and Apple Silicon Support
MOTIS can now read config values from environment variables!
Translation from the config keys / command line flags from motis --help
:
- prepend
MOTIS_
- all-caps
- replace
.
by_
.
The config value ris.input
can now take URLs (+ Authorization HTTP(S) header) or file system paths:
Single timetable:
[import]
input=schedule:/input/gtfs-nl
input=osm:path_to_osm
[ris]
input=http://gtfs.ovapi.nl/nl/tripUpdates.pb
# ...
Multi-timetable:
[import]
input=schedule-nl:/input/gtfs-nl
input=schedule-swiss:/input/gtfs-swiss
input=osm:path_to_osm
[ris]
input=nl|http://gtfs.ovapi.nl/nl/tripUpdates.pb
input=swiss|https://api.opentransportdata.swiss/gtfsrt2020|my_auth_key
# ...
What's Changed
- Apple Silicon Support (Mac OS on ARM M1) by @felixguendling in #206
- ris gtfs rt http update by @felixguendling in #209
Full Changelog: v0.6.3...v0.7
v0.6.3: Support URL parameters
Support for ?lang=de|en|pl
and other query parameters that are handled in the frontend JavaScript.
v0.6.2: add Polish translation
add Polish translation by @wkulesza
v0.6.1: Improve Error Reporting
small improvements for error reporting in the real-time receiver module ("ris")
v0.6.0: GTFS-RT Multi-Schedule Support
What's Changed
- mcd backward search, fix waiting at second to last station by @julianharbarth in #96
- fix interchange lowerbounds for oneway footpaths by @julianharbarth in #95
- Platform interchange times by @pablohoch in #99
- gtfs: make parser more robust by not requiring every trip to exist by @felixguendling in #183
- Improve GTFS-RT Support by @felixguendling in #182
- fix for cancelled trips by @felixguendling in #187
Full Changelog: v0.5.2...0.6.0
v0.5.2: Improved Memory Allocator
Alloc (#156)
v0.5.1: Fix Import, Improve Error Messages
import: fix published schedule.raw path