Releases: conveyal/gtfs-lib
Releases · conveyal/gtfs-lib
v4.1.1
v4.1.0
4.1.0 (2018-11-26)
Bug Fixes
- calendar_dates: properly store calendar_dates as schedule_exceptions. (d819f33)
- editor: allow null values for foreign ref fields allowed to be empty (d63d0fb), closes catalogueglobal/datatools-ui#224
- editor: permit empty values if required field allows it (40ef82d), closes catalogueglobal/datatools-ui/#237
- export: make sure TimeFields are always exported in proper format (a3a1721)
- exporter: ensure GTFS feeds with only calendar_dates are exported properly (40fd8d6)
- fields: round outputted double feeds to avoid excessive precision (2a770b2)
- snapshot: check for null namespace in tableExists method (5b87be8)
Features
- delete: add delete feed feature to SQL code path (94323ae)
v4.0.0
4.0.0 (2018-08-29)
Bug Fixes
- graphql: properly set limit in fetchers with autolimit set to false (e62b8fb)
- JdbcTableWriter: fix a sql injection vulnerability (0870a6e)
- SQLErrorStorage: ensure valid namespace when instantiating SQLErrorStorage (8e5a421)
Features
- editor: add create/update/delete API for RDBMS feeds (5fd7a58)
BREAKING CHANGES
- editor: Entity#sourceFileLine --> Entity#id