From 18f2271e803d06a1d08c96d694b047d33e01b6ad Mon Sep 17 00:00:00 2001 From: Skander Chouchene Date: Mon, 27 Apr 2026 13:35:27 -0400 Subject: [PATCH 1/4] Update revision history with April 2026 changes Added safe duration fields to `trips.txt` for better trip time estimates. --- gtfs/spec/en/revision-history.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtfs/spec/en/revision-history.md b/gtfs/spec/en/revision-history.md index eb64a72b..74ab37e9 100644 --- a/gtfs/spec/en/revision-history.md +++ b/gtfs/spec/en/revision-history.md @@ -1,5 +1,8 @@ ### Revision History +#### April 2026 +* Added safe duration fields to `trips.txt` to provide better flexible trip time estimates. See [discussion](https://github.com/google/transit/pull/598). + #### February 2026 * Required `from_stop_id` and `to_stop_id` when transfer_type = 0 or is empty (recommended transfer point). See [discussion](https://github.com/google/transit/pull/591). * Improved currency amount description. See [discussion](https://github.com/google/transit/pull/615). From 0bd693b6c1470b787805749aad484c9759e5b39c Mon Sep 17 00:00:00 2001 From: Skander Chouchene Date: Mon, 27 Apr 2026 13:35:47 -0400 Subject: [PATCH 2/4] Update revision date in reference document --- gtfs/spec/en/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtfs/spec/en/reference.md b/gtfs/spec/en/reference.md index 027faeb0..164a9a80 100644 --- a/gtfs/spec/en/reference.md +++ b/gtfs/spec/en/reference.md @@ -1,6 +1,6 @@ ## General Transit Feed Specification Reference -**Revised March 3, 2026. See [Revision History](https://gtfs.org/schedule/process/#revision-history) for more details.** +**Revised April 27, 2026. See [Revision History](https://gtfs.org/schedule/process/#revision-history) for more details.** This document defines the format and structure of the files that comprise a GTFS dataset. From acb32528304d3dfa7b73b30b2288327c006e2328 Mon Sep 17 00:00:00 2001 From: Skander Chouchene Date: Mon, 27 Apr 2026 13:36:40 -0400 Subject: [PATCH 3/4] Update revision history with recent changes Fixed typos in gtfs-realtime.proto and updated revision history. --- gtfs-realtime/spec/en/revision-history.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtfs-realtime/spec/en/revision-history.md b/gtfs-realtime/spec/en/revision-history.md index 63404065..7bcba1b1 100644 --- a/gtfs-realtime/spec/en/revision-history.md +++ b/gtfs-realtime/spec/en/revision-history.md @@ -2,6 +2,10 @@ #### February 2026 +* Fixed typos in gtfs-realtime.proto. See [discussion](https://github.com/google/transit/pull/541). + +#### February 2026 + * Corrected trip_ids requirement and cardinality for selectedTrips. See [discussion](https://github.com/google/transit/pull/609). * Added missing spaces. See [discussion](https://github.com/google/transit/pull/587). From 6b61616c62c02589387bcf1af0fe8cd7c4bfcfd8 Mon Sep 17 00:00:00 2001 From: Skander Chouchene Date: Mon, 27 Apr 2026 13:37:54 -0400 Subject: [PATCH 4/4] Update revision date from February 2026 to April 2026 --- gtfs-realtime/spec/en/revision-history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtfs-realtime/spec/en/revision-history.md b/gtfs-realtime/spec/en/revision-history.md index 7bcba1b1..1361a8f2 100644 --- a/gtfs-realtime/spec/en/revision-history.md +++ b/gtfs-realtime/spec/en/revision-history.md @@ -1,6 +1,6 @@ ### Revision History -#### February 2026 +#### April 2026 * Fixed typos in gtfs-realtime.proto. See [discussion](https://github.com/google/transit/pull/541).