Skip to content

Commit 8b78d20

Browse files
Merge pull request #619 from OneBusAway/release-please--branches--main--changes--next
release: 1.8.0
2 parents fee5f76 + b061330 commit 8b78d20

16 files changed

Lines changed: 79 additions & 11 deletions

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.1"
2+
".": "1.8.0"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 30
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-b625345de7b9c51744ddc6c75b8c37a159a536204481404cca91d7d6a859149d.yml
3-
openapi_spec_hash: 9bf1e5bf00ef9936a9181ebd0956d5b8
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-4a35fd1e705bc2b75f44e2fd82144b95eeb56f329e4e05bbede7e6bc8adc479e.yml
3+
openapi_spec_hash: bc73be5518578c9ad8e878b82c540691
44
config_hash: c28ddf5b7754155603d9fd1c5fcaeeff

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.8.0 (2026-05-20)
4+
5+
Full Changelog: [v1.7.1...v1.8.0](https://github.com/OneBusAway/ruby-sdk/compare/v1.7.1...v1.8.0)
6+
7+
### Features
8+
9+
* **api:** api update ([48900b2](https://github.com/OneBusAway/ruby-sdk/commit/48900b22b5fada35d55e08599ef1c5d74bde150e))
10+
311
## 1.7.1 (2026-05-14)
412

513
Full Changelog: [v1.7.0...v1.7.1](https://github.com/OneBusAway/ruby-sdk/compare/v1.7.0...v1.7.1)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
onebusaway-sdk (1.7.1)
14+
onebusaway-sdk (1.8.0)
1515
cgi
1616
connection_pool
1717

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
1717
<!-- x-release-please-start-version -->
1818

1919
```ruby
20-
gem "onebusaway-sdk", "~> 1.7.1"
20+
gem "onebusaway-sdk", "~> 1.8.0"
2121
```
2222

2323
<!-- x-release-please-end -->

lib/onebusaway_sdk/models/trip_detail_retrieve_response.rb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,23 @@ class Entry < OnebusawaySDK::Internal::Type::BaseModel
5555
optional :situation_ids, OnebusawaySDK::Internal::Type::ArrayOf[String], api_name: :situationIds
5656

5757
# @!attribute status
58+
# Trip-specific status for the arriving transit vehicle.
5859
#
5960
# @return [OnebusawaySDK::Models::TripDetailRetrieveResponse::Data::Entry::Status, nil]
6061
optional :status, -> { OnebusawaySDK::Models::TripDetailRetrieveResponse::Data::Entry::Status }
6162

6263
# @!method initialize(trip_id:, frequency: nil, schedule: nil, service_date: nil, situation_ids: nil, status: nil)
6364
# @param trip_id [String]
65+
#
6466
# @param frequency [String, nil]
67+
#
6568
# @param schedule [OnebusawaySDK::Models::TripDetailRetrieveResponse::Data::Entry::Schedule]
69+
#
6670
# @param service_date [Integer]
71+
#
6772
# @param situation_ids [Array<String>]
68-
# @param status [OnebusawaySDK::Models::TripDetailRetrieveResponse::Data::Entry::Status]
73+
#
74+
# @param status [OnebusawaySDK::Models::TripDetailRetrieveResponse::Data::Entry::Status] Trip-specific status for the arriving transit vehicle.
6975

7076
# @see OnebusawaySDK::Models::TripDetailRetrieveResponse::Data::Entry#schedule
7177
class Schedule < OnebusawaySDK::Internal::Type::BaseModel
@@ -322,6 +328,8 @@ class Status < OnebusawaySDK::Internal::Type::BaseModel
322328
# {OnebusawaySDK::Models::TripDetailRetrieveResponse::Data::Entry::Status} for
323329
# more details.
324330
#
331+
# Trip-specific status for the arriving transit vehicle.
332+
#
325333
# @param active_trip_id [String] Trip ID of the trip the vehicle is actively serving.
326334
#
327335
# @param block_trip_sequence [Integer] Index of the active trip into the sequence of trips for the active block.

lib/onebusaway_sdk/models/trip_for_vehicle_retrieve_response.rb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,17 +55,23 @@ class Entry < OnebusawaySDK::Internal::Type::BaseModel
5555
optional :situation_ids, OnebusawaySDK::Internal::Type::ArrayOf[String], api_name: :situationIds
5656

5757
# @!attribute status
58+
# Trip-specific status for the arriving transit vehicle.
5859
#
5960
# @return [OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status, nil]
6061
optional :status, -> { OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status }
6162

6263
# @!method initialize(trip_id:, frequency: nil, schedule: nil, service_date: nil, situation_ids: nil, status: nil)
6364
# @param trip_id [String]
65+
#
6466
# @param frequency [String, nil]
67+
#
6568
# @param schedule [OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Schedule]
69+
#
6670
# @param service_date [Integer]
71+
#
6772
# @param situation_ids [Array<String>]
68-
# @param status [OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status]
73+
#
74+
# @param status [OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status] Trip-specific status for the arriving transit vehicle.
6975

7076
# @see OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry#schedule
7177
class Schedule < OnebusawaySDK::Internal::Type::BaseModel
@@ -322,6 +328,8 @@ class Status < OnebusawaySDK::Internal::Type::BaseModel
322328
# {OnebusawaySDK::Models::TripForVehicleRetrieveResponse::Data::Entry::Status} for
323329
# more details.
324330
#
331+
# Trip-specific status for the arriving transit vehicle.
332+
#
325333
# @param active_trip_id [String] Trip ID of the trip the vehicle is actively serving.
326334
#
327335
# @param block_trip_sequence [Integer] Index of the active trip into the sequence of trips for the active block.

lib/onebusaway_sdk/models/trips_for_location_list_response.rb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class List < OnebusawaySDK::Internal::Type::BaseModel
5252
required :schedule, -> { OnebusawaySDK::Models::TripsForLocationListResponse::Data::List::Schedule }
5353

5454
# @!attribute status
55+
# Trip-specific status for the arriving transit vehicle.
5556
#
5657
# @return [OnebusawaySDK::Models::TripsForLocationListResponse::Data::List::Status]
5758
required :status, -> { OnebusawaySDK::Models::TripsForLocationListResponse::Data::List::Status }
@@ -78,10 +79,15 @@ class List < OnebusawaySDK::Internal::Type::BaseModel
7879

7980
# @!method initialize(schedule:, status:, trip_id:, frequency: nil, service_date: nil, situation_ids: nil)
8081
# @param schedule [OnebusawaySDK::Models::TripsForLocationListResponse::Data::List::Schedule]
81-
# @param status [OnebusawaySDK::Models::TripsForLocationListResponse::Data::List::Status]
82+
#
83+
# @param status [OnebusawaySDK::Models::TripsForLocationListResponse::Data::List::Status] Trip-specific status for the arriving transit vehicle.
84+
#
8285
# @param trip_id [String]
86+
#
8387
# @param frequency [String, nil]
88+
#
8489
# @param service_date [Integer]
90+
#
8591
# @param situation_ids [Array<String>]
8692

8793
# @see OnebusawaySDK::Models::TripsForLocationListResponse::Data::List#schedule
@@ -339,6 +345,8 @@ class Status < OnebusawaySDK::Internal::Type::BaseModel
339345
# {OnebusawaySDK::Models::TripsForLocationListResponse::Data::List::Status} for
340346
# more details.
341347
#
348+
# Trip-specific status for the arriving transit vehicle.
349+
#
342350
# @param active_trip_id [String] Trip ID of the trip the vehicle is actively serving.
343351
#
344352
# @param block_trip_sequence [Integer] Index of the active trip into the sequence of trips for the active block.

lib/onebusaway_sdk/models/trips_for_route_list_response.rb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class List < OnebusawaySDK::Internal::Type::BaseModel
4141
required :schedule, -> { OnebusawaySDK::Models::TripsForRouteListResponse::Data::List::Schedule }
4242

4343
# @!attribute status
44+
# Trip-specific status for the arriving transit vehicle.
4445
#
4546
# @return [OnebusawaySDK::Models::TripsForRouteListResponse::Data::List::Status]
4647
required :status, -> { OnebusawaySDK::Models::TripsForRouteListResponse::Data::List::Status }
@@ -67,10 +68,15 @@ class List < OnebusawaySDK::Internal::Type::BaseModel
6768

6869
# @!method initialize(schedule:, status:, trip_id:, frequency: nil, service_date: nil, situation_ids: nil)
6970
# @param schedule [OnebusawaySDK::Models::TripsForRouteListResponse::Data::List::Schedule]
70-
# @param status [OnebusawaySDK::Models::TripsForRouteListResponse::Data::List::Status]
71+
#
72+
# @param status [OnebusawaySDK::Models::TripsForRouteListResponse::Data::List::Status] Trip-specific status for the arriving transit vehicle.
73+
#
7174
# @param trip_id [String]
75+
#
7276
# @param frequency [String, nil]
77+
#
7378
# @param service_date [Integer]
79+
#
7480
# @param situation_ids [Array<String>]
7581

7682
# @see OnebusawaySDK::Models::TripsForRouteListResponse::Data::List#schedule
@@ -327,6 +333,8 @@ class Status < OnebusawaySDK::Internal::Type::BaseModel
327333
# {OnebusawaySDK::Models::TripsForRouteListResponse::Data::List::Status} for more
328334
# details.
329335
#
336+
# Trip-specific status for the arriving transit vehicle.
337+
#
330338
# @param active_trip_id [String] Trip ID of the trip the vehicle is actively serving.
331339
#
332340
# @param block_trip_sequence [Integer] Index of the active trip into the sequence of trips for the active block.

lib/onebusaway_sdk/models/vehicles_for_agency_list_response.rb

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ class List < OnebusawaySDK::Internal::Type::BaseModel
8686
optional :trip_id, String, api_name: :tripId
8787

8888
# @!attribute trip_status
89+
# Trip-specific status for the arriving transit vehicle.
8990
#
9091
# @return [OnebusawaySDK::Models::VehiclesForAgencyListResponse::Data::List::TripStatus, nil]
9192
optional :trip_status,
@@ -94,16 +95,26 @@ class List < OnebusawaySDK::Internal::Type::BaseModel
9495

9596
# @!method initialize(last_location_update_time:, last_update_time:, vehicle_id:, location: nil, occupancy_capacity: nil, occupancy_count: nil, occupancy_status: nil, phase: nil, status: nil, trip_id: nil, trip_status: nil)
9697
# @param last_location_update_time [Integer]
98+
#
9799
# @param last_update_time [Integer]
100+
#
98101
# @param vehicle_id [String]
102+
#
99103
# @param location [OnebusawaySDK::Models::VehiclesForAgencyListResponse::Data::List::Location]
104+
#
100105
# @param occupancy_capacity [Integer]
106+
#
101107
# @param occupancy_count [Integer]
108+
#
102109
# @param occupancy_status [String]
110+
#
103111
# @param phase [String]
112+
#
104113
# @param status [String]
114+
#
105115
# @param trip_id [String]
106-
# @param trip_status [OnebusawaySDK::Models::VehiclesForAgencyListResponse::Data::List::TripStatus]
116+
#
117+
# @param trip_status [OnebusawaySDK::Models::VehiclesForAgencyListResponse::Data::List::TripStatus] Trip-specific status for the arriving transit vehicle.
107118

108119
# @see OnebusawaySDK::Models::VehiclesForAgencyListResponse::Data::List#location
109120
class Location < OnebusawaySDK::Internal::Type::BaseModel
@@ -300,6 +311,8 @@ class TripStatus < OnebusawaySDK::Internal::Type::BaseModel
300311
# {OnebusawaySDK::Models::VehiclesForAgencyListResponse::Data::List::TripStatus}
301312
# for more details.
302313
#
314+
# Trip-specific status for the arriving transit vehicle.
315+
#
303316
# @param active_trip_id [String] Trip ID of the trip the vehicle is actively serving.
304317
#
305318
# @param block_trip_sequence [Integer] Index of the active trip into the sequence of trips for the active block.

0 commit comments

Comments
 (0)