Skip to content

Releases: motis-project/motis

v0.7.4: Fix In/Out Allowed for GTFS, Fix Errors in Timers

04 Mar 22:18
Compare
Choose a tag to compare

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

02 Mar 17:08
8e54361
Compare
Choose a tag to compare

Fixes the routing response for TripBased routing for earlier/later search.

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2: Ignore Unkown MOTIS_* Environment Variables

02 Mar 09:32
Compare
Choose a tag to compare
conf update: ignore unrecognized env vars

v0.7.1: Fix for Environment Variables Containing Underscores

01 Mar 11:00
Compare
Choose a tag to compare

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

27 Feb 15:48
81110b7
Compare
Choose a tag to compare

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

Full Changelog: v0.6.3...v0.7

v0.6.3: Support URL parameters

05 Jan 17:52
Compare
Choose a tag to compare

Support for ?lang=de|en|pl and other query parameters that are handled in the frontend JavaScript.

v0.6.2: add Polish translation

05 Jan 15:58
Compare
Choose a tag to compare

add Polish translation by @wkulesza

v0.6.1: Improve Error Reporting

05 Jan 14:08
Compare
Choose a tag to compare

small improvements for error reporting in the real-time receiver module ("ris")

v0.6.0: GTFS-RT Multi-Schedule Support

26 Dec 14:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...0.6.0

v0.5.2: Improved Memory Allocator

11 Sep 16:53
060d6b3
Compare
Choose a tag to compare