Releases: conveyal/gtfs-lib
Releases · conveyal/gtfs-lib
v7.1.0
7.1.0 (2022-02-25)
Features
- RouteTypeValidator: Add route type validation. (0d58b1a)
v7.0.4
7.0.4 (2022-02-07)
Bug Fixes
- validator: check stop#parent_station references (707636a), closes #274
v7.0.3
7.0.3 (2021-10-08)
Bug Fixes
- model: Make continuous_pickup/drop_off not required. Also fix a field loading error. (ba4dd36)
v7.0.2
7.0.2 (2021-09-30)
Bug Fixes
- ForeignRefExistsCheck: Fix foreign key value. (35a5215)
v7.0.1
7.0.1 (2021-09-29)
Bug Fixes
- import continuous_drop_off correctly (31c6da2)
- LineContext: Add (failing) test for querying missing fields. (31940f1)
- LineContext: Return POSTGRES_NULL_TEXT if field not found. (39a7842)
v7.0.0
7.0.0 (2021-08-16)
Bug Fixes
- build: remove gpg signing (8d77501)
- JDBCTableWriter: Add stop_times linked fields continuous_pickup, continuous_drop_off. (f8cd0ca)
Code Refactoring
- Fixed broken unit tests: Fixed broken unit tests as a result of pattern stop updates (38b5e34)
BREAKING CHANGES
- Fixed broken unit tests: This PR contains schema changes to the following tables routes, stop times, stop
and feed info
v6.2.4
6.2.4 (2021-05-04)
Bug Fixes
- StopTime: add hashCode and equals method (c454db9)
v6.2.3
6.2.3 (2021-04-09)
Bug Fixes
- NewGTFSErrorType.java: Modified error priority and added javadoc (18b1e92)
v6.2.2
6.2.2 (2021-03-08)
Bug Fixes
- deps: bump guava to latest release (e07fa33)
- PatternFinder: use LinkedHashMap for patterns and fix snapshots (fd059ce)
v6.2.1
6.2.1 (2020-12-09)
Bug Fixes
- pom.xml: update developer info (0cacdca)