Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency com.conveyal:gtfs-lib from v3.3.0 to v6 #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.conveyal:gtfs-lib 3.3.0 -> 6.2.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

conveyal/gtfs-lib (com.conveyal:gtfs-lib)

v6.2.0

Compare Source

Features
Performance Improvements
  • PolylineFetcher: speed up shapes query by splitting into two queries (bbc7ae0)

v6.1.0

Compare Source

Bug Fixes
Features
  • MTCValidator: Add validation for calendar days. (202038d)

v6.0.4

Compare Source

Bug Fixes

v6.0.3

Compare Source

Bug Fixes
  • snapshot: properly load/export/snapshot feeds w/ mixed calendar defs (c5faeff)

v6.0.2

Compare Source

Bug Fixes
  • snapshots: add normalizeStopTimes flag to preserve stop_sequence vals (f9399cf), closes #​283

v6.0.1

Compare Source

Bug Fixes
  • Table: do not skip empty lines in csv reader (130ff68), closes #​280

v6.0.0

Compare Source

Bug Fixes
  • JsonManager: remove Conveyal geojson module (c52a020)
  • pom: update geotools repo URL (9b11ec7)
  • tests: Fix tests (7e97461)
Features
  • MTCValidator: Implement MTC validator and complete test. (eeb6b32)
Tests
  • MTC: Set up test files for MTC field length validation. (8b72831)
BREAKING CHANGES
  • MTC: Change in the type of optional arguments for GTFS.validate and Feed.validate

v5.1.0

Compare Source

Features
  • graphql: allow fetching of the priority of a validation error type (46c2b8e)
  • graphql: include error priority in feed error_counts (b85a669)

v5.0.7

Compare Source

Bug Fixes
  • pom: update all plugins and increase nexus staging timeout (ec20760)

v5.0.6

Compare Source

Bug Fixes
  • ci-deploy: attempt to fix issue where mult. builds deployed to maven central (2498b53)

v5.0.5

Compare Source

Bug Fixes
  • feed_info: add feed_id to JDBC code path (95d17ce), closes #​260
  • table: change transfers#transfer_type column to ShortField (54d34a7), closes #​255

v5.0.4

Compare Source

Bug Fixes
  • validator: fix false pos. missing stop_time#shape_dist_traveled (8e4cdaf)

v5.0.3

Compare Source

Bug Fixes
  • GTFS#delete: add missing deleted column to create table statements (ece0af7), closes #​248
  • ReferenceTracker: add table name to full id (0882019), closes #​251

v5.0.2

Compare Source

Bug Fixes
  • ReferenceTracker: properly track primary keys in proprietary files (3e9101f)

v5.0.1

Compare Source

Bug Fixes
  • load: fix NPE in GTFSFeed loading of entity with null id (f3dfa82), closes #​242

v5.0.0

Compare Source

Bug Fixes
  • GTFSFeed: remove unneeded expensive indexes (153d6af)
Code Refactoring
  • GTFSFeed: remove commented out code (c5d4eba)
BREAKING CHANGES
  • GTFSFeed: This PR removes a few heavyweight indexes that are no longer used. It also removes
    the FeedStats class/stats package.

v4.3.6

Compare Source

Bug Fixes
  • ReferencesTripValidator: skip stop unused error for parent stations (afabb04), closes #​237
  • validator: add fare transfer duration validator (60124ee), closes #​167
  • validator: add frequency overlap validation; add tests (2437438), closes #​167
  • validator: add missing stop_times validation items (c1b3b23), closes #​167
  • validator: fix time zone error message (d0f849c), closes #​167

v4.3.5

Compare Source

Bug Fixes
  • editor: fix issue w empty fare_attributes#transfers val (1bf8b4d), closes conveyal/datatools-ui#346
  • ReferenceTracker: fix false positive ref int. for calendar_date#service_id (ac8e4f8), closes #​231
  • StopTimes: add dropoff/pick up type = 3 (coordinate with driver) (e44f6ed)

v4.3.4

Compare Source

Bug Fixes
  • illegal-char: do not log error for unescaped backslashes (d53b6a3), closes #​228

v4.3.3

Compare Source

Bug Fixes
  • reference-tracker: move check references method to ReferenceTracker, closes #​221 (5fb4f49)

v4.3.2

Compare Source

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

v4.3.1

Compare Source

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

v4.3.0

Compare Source

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

Compare Source

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

Compare Source

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

v4.2.3

Compare Source

Bug Fixes
  • entity: add route_sort_order to setStatementParameters (b60a00a)

v4.2.2

Compare Source

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

v4.2.1

Compare Source

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

v4.2.0

Compare Source

Bug Fixes
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

Compare Source

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

v4.1.1

Compare Source

Bug Fixes

v4.1.0

Compare Source

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

Compare Source

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-gtfs-lib.version branch from 8a4dc07 to c973e1d Compare December 18, 2024 12:13
@renovate renovate bot force-pushed the renovate/major-gtfs-lib.version branch from c973e1d to 6a23eef Compare January 6, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants