Skip to content

Releases: Intersection/gtfs-realtime-translators

v1.10.1

25 Nov 22:48
3efa9f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.0...v1.10.1

v1.10.0

25 Nov 12:26
aa84493
Compare
Choose a tag to compare

This release adds a run_number field in the cta-subway modules.
aa84493 TRAN-8345: Add run number (#70)

v1.9.0

07 Nov 09:54
ac3fb40
Compare
Choose a tag to compare

This release adds route_icon field in the njt-rails and cta-subway modules.

ac3fb40 TRAN-8309: Add route icon (#69)

v1.8.0

29 Jan 19:42
b1197bb
Compare
Choose a tag to compare

This release updates the cta-subway and cta-bus. This includes the addition of the scheduled_interval field to the Intersection proto.

b1197bb (HEAD -> master, origin/master, origin/HEAD) TRAN-7701: add custom_status to cta_subway; and scheduled_interval field to proto (#61)
460be20 TRAN-7700: add cta-bus translator (#62)

v1.7.0

19 Dec 22:12
f1163e0
Compare
Choose a tag to compare

This release adds a translator for MNMT's stop-level NexTripv2 feeds (ex: https://svc.metrotransit.org/NexTripv2/34?format=json).

f1163e0 (origin/master, origin/HEAD) TRAN-7600: Add translator for MNMT (#60)

v1.6.16

30 Nov 16:14
ecece56
Compare
Choose a tag to compare

This PR casts directionId from swiftly feeds from a string to an integer.

ecece56 (HEAD -> master, origin/master, origin/HEAD) NOJIRA: cast to int (#59)

Release v1.6.15

30 Nov 15:12
b248ef6
Compare
Choose a tag to compare

What's Changed

  • NOJIRA: Use DirectionId if available in SwiftlyGtfsRealTimeTranslator by @JorgeBillini in #58

Full Changelog: v1.6.14...v1.6.15

v1.6.14

29 Nov 14:43
321b046
Compare
Choose a tag to compare

This PR adds a check for None in the njt-bus translator.

321b046 (HEAD -> master, origin/master, origin/HEAD) TRAN-7530-2: None check (#57)

v1.6.13

22 Nov 15:58
dad00de
Compare
Choose a tag to compare

This PR adds some code that will minimize index, NoneType, and key error exceptions.

dad00de (HEAD -> master, origin/master, origin/HEAD) TRAN-7530: Add none checks and similar defenses against exceptions (#56)

v1.6.12

18 Oct 15:16
6576540
Compare
Choose a tag to compare

This PR hardcodes the Amtrak route_color and route_text_color.

6576540 (HEAD -> master, origin/master, origin/HEAD) TRAN-7485-2: hardcode amtrak colors (#55)