Skip to content

Releases: OneBusAway/onebusaway-gtfs-modules

v10.2.0

09 Oct 10:43
44873ef

Choose a tag to compare

What's Changed

Dependency upgrades

  • Update dependency com.diffplug.spotless:spotless-maven-plugin to v3 by @renovate[bot] in #406

Non-breaking changes

Full Changelog: v10.1.0...v10.2.0

v10.1.0

02 Oct 11:32
c7090fa

Choose a tag to compare

What's Changed

Dependency upgrades

  • Update Maven plugins by @renovate[bot] in #394
  • Update dependency org.sonatype.central:central-publishing-maven-plugin to v0.9.0 by @renovate[bot] in #396
  • Update Maven plugins by @renovate[bot] in #403

Non-breaking changes

Full Changelog: v10.0.1...v10.1.0

v10.0.1

22 Sep 11:22
73de3ac

Choose a tag to compare

Full Changelog: v10.0.0...v10.0.1

v10.0.0

22 Sep 10:41
b3eb244

Choose a tag to compare

What's Changed

Breaking changes

Dependency upgrades

  • Update Test dependencies to v5.13.3 by @renovate[bot] in #376
  • Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.46.1 by @renovate[bot] in #379
  • Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.8 by @renovate[bot] in #380
  • Update dependency com.fasterxml.jackson.core:jackson-databind to v2.20.0 by @renovate[bot] in #377
  • Update dependency commons-io:commons-io to v2.20.0 by @renovate[bot] in #378
  • Update dependency com.mysql:mysql-connector-j to v9.4.0 by @renovate[bot] in #382
  • Update dependency io.github.classgraph:classgraph to v4.8.181 by @renovate[bot] in #383
  • Update dependency commons-cli:commons-cli to v1.10.0 by @renovate[bot] in #384
  • Update actions/checkout action to v5 by @renovate[bot] in #385
  • Update actions/setup-java action to v5 by @renovate[bot] in #386
  • Update Test dependencies by @renovate[bot] in #388

Non-breaking changes

Full Changelog: v9.0.1...v10.0.0

v9.0.1

15 Jul 10:21
48ba136

Choose a tag to compare

What's Changed

Non-breaking changes

Full Changelog: v9.0.0...v9.0.1

v9.0.0

15 Jul 09:42
25cd5e3

Choose a tag to compare

What's Changed

Breaking changes

  • Remove support for non-standard wrong_way_concurrencies.txt, route_name_exceptions.txt, direction_name_exception.txt, alternate_stop_name_exceptions.txt route and stop_time fields by @leonardehrenfried in #367

Dependency upgrades

  • Update dependency com.google.cloud.tools:jib-maven-plugin to v3.4.6 by @renovate[bot] in #369
  • Update dependency org.sonatype.central:central-publishing-maven-plugin to v0.8.0 by @renovate[bot] in #370
  • Update dependency org.apache.maven.plugins:maven-assembly-plugin to v3 by @renovate[bot] in #371
  • Update dependency io.github.classgraph:classgraph to v4.8.180 by @renovate[bot] in #373
  • Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.45.0 by @renovate[bot] in #374

Non-breaking changes

Full Changelog: v8.0.0...v9.0.0

v8.0.0

17 Jun 21:10
27b14c8

Choose a tag to compare

In order to improve CSV parsing performance this release rewrites the CSV parser and makes it stricter. You will not notice a difference as long as you adhere RFC4180 with the following exceptions:

  • newline support (within quotes) (RFC 4180 rule 6)
  • double quotes do not appear if the column is not wrapped in double quotes (RFC 4180 rule 6)

To be specific, the following features are now dropped:

  • skipping preceding and trailing whitespace
  • keeping characters after end quote (RFC 4180 rule 5)

What's Changed

Breaking changes

Dependency upgrades

  • Update dependency com.fasterxml.jackson.core:jackson-databind to v2.19.1 by @renovate in #365
  • Update Test dependencies by @renovate in #366

Full Changelog: v7.0.4...v8.0.0

v7.0.4

10 Jun 20:58
0f48061

Choose a tag to compare

What's Changed

Performance improvements

Non-breaking changes

Full Changelog: v7.0.3...v7.0.4

v7.0.3

01 Jun 19:23
ad20806

Choose a tag to compare

What's Changed

Non-breaking changes

Full Changelog: v7.0.2...v7.0.3

v7.0.2

01 Jun 16:45
826eddc

Choose a tag to compare

What's Changed

Performance improvements

Dependency upgrades

  • Update dependency org.apache.commons:commons-beanutils2 to v2.0.0-M2 by @renovate in #349
  • Update jmh.version to v1.37 by @renovate in #351

Non-breaking changes

New Contributors

Full Changelog: v7.0.1...v7.0.2