Skip to content

Releases: KatsuteDev/OneMTA

3.0.2

02 Apr 00:35
b0c4861
Compare
Choose a tag to compare

Changes

Dependencies

  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 #206 (@dependabot)
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 #208 (@dependabot)
  • Update GTFS protobuf #210 (@Katsute)

Full Changelog: 3.0.1...3.0.2

3.0.1

21 Mar 01:06
4926b77
Compare
Choose a tag to compare

Changes

Documentation

Full Changelog: 3.0.0...3.0.1

3.0.0

20 Mar 00:36
4378a90
Compare
Choose a tag to compare

Changes

Breaking Change

  • Tokens are no longer required for GTFS feeds #204 (@Katsute)

    API tokens are no longer required for GTFS requests, this includes all alerts, subway, LIRR, and MNR.

    The subwayToken parameter has been removed from the MTA.create method.

Dependencies

  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 #180 (@dependabot)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 #179 (@dependabot)
  • Bump the protobuf group with 2 updates #178 (@dependabot)
  • Bump the protobuf group with 2 updates #182 (@dependabot)
  • Bump actions/setup-java from 3 to 4 #184 (@dependabot)
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 #185 (@dependabot)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 #186 (@dependabot)
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 #187 (@dependabot)
  • Bump onebusaway-gtfs-realtime-api from fa611a5 to f1105e7 #190 (@dependabot)
  • Bump the protobuf group with 2 updates #191 (@dependabot)
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 #192 (@dependabot)
  • Bump the junit group with 2 updates #194 (@dependabot)
  • Bump the protobuf group with 2 updates #198 (@dependabot)
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 #200 (@dependabot)
  • Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 #202 (@dependabot)
  • Bump protobuf from 3.25.3 to 4.26.0 #203 (@kdevbot)

Full Changelog: 2.1.0...3.0.0

2.1.0

07 Nov 04:12
d5f5205
Compare
Choose a tag to compare

Changes

Removed

Dependencies

Full Changelog: 2.0.5...2.1.0

2.0.5

21 Oct 01:38
0c94f9e
Compare
Choose a tag to compare

Changes

Dependencies

Full Changelog: 2.0.4...2.0.5

2.0.4

16 Aug 17:42
70b7d2a
Compare
Choose a tag to compare

Changes

Dependencies

Full Changelog: 2.0.3...2.0.4

2.0.3

01 Jun 18:05
6f8fdb7
Compare
Choose a tag to compare

Changes

Dependencies

Full Changelog: 2.0.2...2.0.3

2.0.2

09 Apr 21:29
7d430c9
Compare
Choose a tag to compare

Changes

🐞 Bug Fixes

Full Changelog: 2.0.1...2.0.2

2.0.1

14 Mar 16:58
0c0de8b
Compare
Choose a tag to compare

Changes

📘 Dependencies

Full Changelog: 2.0.0...2.0.1

2.0.0

11 Jan 19:42
a2b392a
Compare
Choose a tag to compare

🌈 Changes

⚠️ Breaking Change

  • Use GTFS bus feed #111 (@Katsute)

    🛑 This major update includes breaking changes 🛑

    This update drops the SIRI bus API in favor of the GTFS bus API. This update is most likely not compatible with previous versions of the bus API; all other modes should still be compatible with this update.

    • Removed Json and JsonSyntaxException
    • Removed RailroadStop
    • Removed RailroadTripStop
    • Replaced merged GTFS types into transit types
    • Optimizations to request headers
    • Optimizations to token usage
    • Optimizations to vehicle feeds
    • Optimizations to vehicle requests
    • Optimizations to alert requests

    Attributes

    Inlined several attributes and removed respective interfaces:

    • Removed Bearing
    • Condensed RouteReference, StopReference, TripReference, and VehiclesReference into a single Reference class
    • Removed RouteDescription
    • Removed RouteShortName

    Alerts

    • Added created time
    • Added updated time
    • Removed alert effect
    • Added alert type

    Bus

    Dropped SIRI API in favor of GTFS API.

    Stop
    • Removed origin stop
    • Removed destination
    • Removed progress rate
    • Removed progress status
    • Removed aimed arrival time
    • Removed expected departure time
    Vehicle
    • Added passenger count
    • Removed arrival proximity
    • Removed stop distance
    Trip
    • Added stop sequence
    • Added delay

    Subway

    Vehicle
    • Added assigned indicator
    • Added rerouted indicator
    • Added skip stop indicator
    • Added turn train indicator
    • Added stop sequence

    Long Island Railroad (LIRR)

    Trip
    • Added trip stop sequence
    • Added trip stop schedule relationship

    Metro North Railroad (MNR)

    Vehicle
    • Added status

📘 Dependencies

Full Changelog: 1.2.3...2.0.0