Skip to content

Releases: linkedconnections/gtfsrt2lc

v2.1.4

10 May 13:40
06868a0
Compare
Choose a tag to compare

Changes in this release include:

  • Handling edge case of update missing both departure and arrival information.
  • Write unit test for stateful transformations

v2.1.3

06 Mar 22:36
7a2a4a4
Compare
Choose a tag to compare

Changes in this release include:

  • Fix bug on date parsing

v2.1.2

06 Mar 22:12
43cea11
Compare
Choose a tag to compare

Changes in this release include:

  • Fix bug on differential update

v2.1.1

06 Mar 21:42
8d58e61
Compare
Choose a tag to compare

Changes in this release include:

  • Handle edge case where TripUpdate does not include trip.startDate nor trip.startTime
  • Remove hardcoded hack to deal with faulty data
  • Increase test coverage

v2.0.5

25 Nov 18:07
163d103
Compare
Choose a tag to compare

Changes in this release include:

  • Fix error handling bug on unzipping

v2.0.4

27 Sep 15:32
658f694
Compare
Choose a tag to compare

Changes in this release include:

  • Make JSON the default output format including nested object properties for stops, trips and routes
  • URI template is only required for RDF-based output formats (JSON-LD, Turtle and N-Triples)

v2.0.3

08 Jul 11:52
8379e40
Compare
Choose a tag to compare

Changes in this release include:

  • Extend test coverage
  • Fix unique ID building for checking historic records
  • Do not delete static sources that are being reused

v2.0.1

05 Jul 15:54
0d46b34
Compare
Choose a tag to compare

Changes include:

  • Allow decompressed GTFS folders as input
  • Add differential updates feature based on existing history LevelStore

v1.4.6

21 Mar 20:18
5cf7625
Compare
Choose a tag to compare

Changes include:

  • Update and clean up dependencies
  • Add CI Github action

v1.4.0

25 Feb 16:43
Compare
Choose a tag to compare
  • Fixed memory issues when dealing with big transport networks.
  • Handle GTFS-RT feeds that do not provide a tripId for trip updates.