Skip to content

Releases: conveyal/gtfs-lib

v4.1.1

30 Nov 21:29
Compare
Choose a tag to compare

4.1.1 (2018-11-30)

Bug Fixes

v4.1.0

26 Nov 17:50
Compare
Choose a tag to compare

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

29 Aug 19:13
Compare
Choose a tag to compare

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