Skip to content

Releases: vingerha/gtfs2

Rework fix for missing agency_id in routes table

28 Feb 07:25
Compare
Choose a tag to compare

Changes

Fix:
Missing agency_id fix (introduced rel. 0.5.6) caused issues with large db and multiple agency, addresses: #132

Service calls for Departures, SIRI, config #stop limit for local

27 Feb 16:48
Compare
Choose a tag to compare

Changes

New:

Fixes:

  • properly extract tomorrow's slots for providers using slots in table calendar_dates (instead of calendar-table)
  • transport 'direction' was not properly used when using train stations<>station setup, addresses: #128
  • improve error handling to allow the sensor to remain alive despite any error when collecting RT data
  • agency handling, when route records in the table are not supplied with their agency, the SQL returned 0
  • donot crash when RT trip data fails, addresses #124
  • Accept-header can only be used in 'header' and not query-string, addresses: #123
  • issue with local_stop realtime, addresses: #122

Add service/action to extract route departures for today/tomorrow

25 Feb 14:33
Compare
Choose a tag to compare

Changes

New: added a service/action in support of automation purposes, applies only to the start/end configuration (fixed route)
Fix: properly extract tomorrow's slots for providers using calendar_dates (instead of calendar-table)

See Service / Action documentation

image

Improve direction handling

12 Feb 07:09
Compare
Choose a tag to compare
Pre-release

Direction was not properly used when using train stations<>station setup, addresses #128

Allow to change #stops limit for local stop setup

05 Feb 07:53
Compare
Choose a tag to compare

Changes

Allow to modify max #stops for local-stop configuration, this was limited to 15 first, addresses #125
improve error handling to allow the sensor to remain alive despite any error when collecting RT data

Fix 2nd issue with missing agency on routes table

03 Feb 06:02
Compare
Choose a tag to compare

When routes are not populated with their agency, the SQL returned 0, fixed for local stops

Fix issue with missing agency on routes table

02 Feb 15:53
Compare
Choose a tag to compare

When routes are not populated with their agency, the SQL returned 0, fixed

Fix crash if RT trip data call fails, for local stored rt-data

27 Jan 13:14
Compare
Choose a tag to compare

adds on top of 0.5.6b3

Fix crash if RT trip data call fails

27 Jan 12:44
Compare
Choose a tag to compare
Pre-release

Addresses : #124

Fix issue with accept-header being used in query-string

23 Jan 06:05
Compare
Choose a tag to compare

Accept-header can only be used in 'header' and not query-string, addresses issue: #123