diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7d052085..eb4e0dba 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.2" + ".": "1.10.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index a3a2c778..5a004498 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 30 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-49611a380a238e29ad714c2f6d66a35ada42e3931d2aad2839afd1f13b585de1.yml -openapi_spec_hash: b03acca245aef78353d3b7a6a4a62eb2 -config_hash: ff7ff57d4c7f9c3f7a4f9bae39aa00e3 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/open-transit/open-transit-e8511c379642404d73fd2ff068f81d845054108160ccd58343021bbd0b444a37.yml +openapi_spec_hash: b8824d511c16ed314dc7cee996f4fd97 +config_hash: c28ddf5b7754155603d9fd1c5fcaeeff diff --git a/CHANGELOG.md b/CHANGELOG.md index eb3b66a2..627be90b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.10.0 (2026-07-09) + +Full Changelog: [v1.9.2...v1.10.0](https://github.com/OneBusAway/ruby-sdk/compare/v1.9.2...v1.10.0) + +### Features + +* **api:** api update ([fa9ea74](https://github.com/OneBusAway/ruby-sdk/commit/fa9ea7441f856cbd02576178dc2ea3845fa6f457)) + ## 1.9.2 (2026-06-30) Full Changelog: [v1.9.1...v1.9.2](https://github.com/OneBusAway/ruby-sdk/compare/v1.9.1...v1.9.2) diff --git a/Gemfile.lock b/Gemfile.lock index 9c993e77..255faace 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GIT PATH remote: . specs: - onebusaway-sdk (1.9.2) + onebusaway-sdk (1.10.0) cgi connection_pool diff --git a/README.md b/README.md index fc19ac69..44f1fd2e 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "onebusaway-sdk", "~> 1.9.2" +gem "onebusaway-sdk", "~> 1.10.0" ``` diff --git a/lib/onebusaway_sdk/models/trips_for_location_list_params.rb b/lib/onebusaway_sdk/models/trips_for_location_list_params.rb index 11af72fd..c63bc129 100644 --- a/lib/onebusaway_sdk/models/trips_for_location_list_params.rb +++ b/lib/onebusaway_sdk/models/trips_for_location_list_params.rb @@ -40,7 +40,7 @@ class TripsForLocationListParams < OnebusawaySDK::Internal::Type::BaseModel # @!attribute include_trip # Whether to include full trip elements in the references section. Defaults to - # false. + # true. # # @return [Boolean, nil] optional :include_trip, OnebusawaySDK::Internal::Type::Boolean @@ -65,7 +65,7 @@ class TripsForLocationListParams < OnebusawaySDK::Internal::Type::BaseModel # # @param include_schedule [Boolean] Whether to include full schedule elements in the tripDetails section. Defaults t # - # @param include_trip [Boolean] Whether to include full trip elements in the references section. Defaults to fal + # @param include_trip [Boolean] Whether to include full trip elements in the references section. Defaults to tru # # @param time [Integer] Specific time for the query. Defaults to the current time. # diff --git a/lib/onebusaway_sdk/resources/trips_for_location.rb b/lib/onebusaway_sdk/resources/trips_for_location.rb index e8854242..fa6c2edc 100644 --- a/lib/onebusaway_sdk/resources/trips_for_location.rb +++ b/lib/onebusaway_sdk/resources/trips_for_location.rb @@ -20,7 +20,7 @@ class TripsForLocation # # @param include_schedule [Boolean] Whether to include full schedule elements in the tripDetails section. Defaults t # - # @param include_trip [Boolean] Whether to include full trip elements in the references section. Defaults to fal + # @param include_trip [Boolean] Whether to include full trip elements in the references section. Defaults to tru # # @param time [Integer] Specific time for the query. Defaults to the current time. # diff --git a/lib/onebusaway_sdk/version.rb b/lib/onebusaway_sdk/version.rb index bd643d82..a2ce88a8 100644 --- a/lib/onebusaway_sdk/version.rb +++ b/lib/onebusaway_sdk/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OnebusawaySDK - VERSION = "1.9.2" + VERSION = "1.10.0" end diff --git a/rbi/onebusaway_sdk/models/trips_for_location_list_params.rbi b/rbi/onebusaway_sdk/models/trips_for_location_list_params.rbi index b2c91ae3..bd32bca8 100644 --- a/rbi/onebusaway_sdk/models/trips_for_location_list_params.rbi +++ b/rbi/onebusaway_sdk/models/trips_for_location_list_params.rbi @@ -39,7 +39,7 @@ module OnebusawaySDK attr_writer :include_schedule # Whether to include full trip elements in the references section. Defaults to - # false. + # true. sig { returns(T.nilable(T::Boolean)) } attr_reader :include_trip @@ -78,7 +78,7 @@ module OnebusawaySDK # to false. include_schedule: nil, # Whether to include full trip elements in the references section. Defaults to - # false. + # true. include_trip: nil, # Specific time for the query. Defaults to the current time. time: nil, diff --git a/rbi/onebusaway_sdk/resources/trips_for_location.rbi b/rbi/onebusaway_sdk/resources/trips_for_location.rbi index 584c8fce..89717541 100644 --- a/rbi/onebusaway_sdk/resources/trips_for_location.rbi +++ b/rbi/onebusaway_sdk/resources/trips_for_location.rbi @@ -29,7 +29,7 @@ module OnebusawaySDK # to false. include_schedule: nil, # Whether to include full trip elements in the references section. Defaults to - # false. + # true. include_trip: nil, # Specific time for the query. Defaults to the current time. time: nil,