Skip to content

Releases: conveyal/gtfs-lib

v4.3.2

08 Apr 16:00
Compare
Choose a tag to compare

4.3.2 (2019-04-08)

Bug Fixes

  • graphql: omit where clauses containing columns missing from table (3571eeb), closes #217

v4.3.1

03 Apr 21:40
Compare
Choose a tag to compare

4.3.1 (2019-04-03)

Bug Fixes

  • editor: fix schedule exceptions bug in DateListField (18cbc65), closes #214
  • test: add missing ')' (f2eefee)

v4.3.0

01 Apr 19:48
Compare
Choose a tag to compare

4.3.0 (2019-04-01)

Bug Fixes

  • editor: only delete stop_times/freq when deleting a pattern (90d5c3e), closes #203
  • load: handle bad refs found in calendar dates (3be3d21), closes #202
  • loader: refactor field loader to clean value and return errors (2f0cb34), closes #191
  • normalize stop times: add test for and normalize stop times (4b7c74f)
  • snapshot: create feed registry if not exists when snapshotting (1a91296), closes conveyal/datatools-server#154
  • Table: refactor table; add comments (6774ccd)
  • validate: fix rounded travel times check (fb45651)
  • validate: re-enable overlapping trips check (263ee5a), closes #207

Features

v4.2.5

13 Feb 19:52
Compare
Choose a tag to compare

4.2.5 (2019-02-13)

Bug Fixes

  • exporter: fix exception in cleanUpZipFile() on Windows (622eb43), closes #170
  • GraphQL: change route#route_type to int (ad86897), closes #186
  • Pattern: populate pattern#direction_id on import (52fc6a6), closes #187
  • shape-editor: copy on update for shapes referenced by multiple patterns (45bc5af), closes #189

v4.2.4

07 Jan 19:11
Compare
Choose a tag to compare

4.2.4 (2019-01-07)

Bug Fixes

  • entity: add missing fields route_route_sort_order and fare_attribute#agency_id (b15744f)

v4.2.3

07 Jan 18:53
Compare
Choose a tag to compare

4.2.3 (2019-01-07)

Bug Fixes

  • entity: add route_sort_order to setStatementParameters (b60a00a)

v4.2.2

07 Jan 01:41
Compare
Choose a tag to compare

4.2.2 (2019-01-07)

Bug Fixes

  • EntityPopulator: use missing val if double is null (d604908), closes #180

v4.2.1

06 Jan 19:00
Compare
Choose a tag to compare

4.2.1 (2019-01-06)

Bug Fixes

  • validation: speeds up name validation and fixes shape_dist check (5229d6c), closes #178

v4.2.0

04 Jan 18:25
Compare
Choose a tag to compare

4.2.0 (2019-01-04)

Bug Fixes

  • editor: update stop_time travel times when frequency pattern is updated (f773972), closes #165
  • frequencies: increase headway seconds max to 6 hours (e07f019), closes #148
  • load: skip bad (null) dates when validating services (87faf8b)
  • shape-edits: update trip#shape_id if pattern value changes (a4d43a2), closes conveyal/datatools-ui#385 #109

Features

  • validator: validate stop names and trip headsigns (57566ec), closes #167
  • validator: validate stop_time#shape_dist_traveled for increasing values (b96299a), closes #163

v4.1.2

03 Jan 15:42
Compare
Choose a tag to compare

4.1.2 (2019-01-03)

Bug Fixes

  • snapshot: fix duplicated schedule exceptions issue with multimap (18fe593), closes #161
  • validation: handle zero hops separately if all travel times rounded (76d89e9), closes #110