Releases: linkedconnections/gtfsrt2lc
Releases · linkedconnections/gtfsrt2lc
v2.1.4
v2.1.3
Changes in this release include:
- Fix bug on date parsing
v2.1.2
Changes in this release include:
- Fix bug on differential update
v2.1.1
Changes in this release include:
- Handle edge case where TripUpdate does not include
trip.startDate
nortrip.startTime
- Remove hardcoded hack to deal with faulty data
- Increase test coverage
v2.0.5
Changes in this release include:
- Fix error handling bug on unzipping
v2.0.4
Changes in this release include:
- Make JSON the default output format including nested object properties for
stops
,trips
androutes
- URI template is only required for RDF-based output formats (JSON-LD, Turtle and N-Triples)
v2.0.3
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
Changes include:
- Allow decompressed GTFS folders as input
- Add differential updates feature based on existing history LevelStore
v1.4.6
Changes include:
- Update and clean up dependencies
- Add CI Github action
v1.4.0
- Fixed memory issues when dealing with big transport networks.
- Handle GTFS-RT feeds that do not provide a tripId for trip updates.