File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.8.5 "
2
+ "." : " 1.8.6 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.8.6 (2025-05-15)
4
+
5
+ Full Changelog: [ v1.8.5...v1.8.6] ( https://github.com/OneBusAway/python-sdk/compare/v1.8.5...v1.8.6 )
6
+
7
+ ### Bug Fixes
8
+
9
+ * ** perf:** optimize some hot paths ([ ddf06ce] ( https://github.com/OneBusAway/python-sdk/commit/ddf06ce0964f841e82a46417d233bc309740e169 ) )
10
+ * ** perf:** skip traversing types for NotGiven values ([ 3ef7f7b] ( https://github.com/OneBusAway/python-sdk/commit/3ef7f7b6a016058d1d68e912d12e81e4c7b8f10f ) )
11
+
12
+
13
+ ### Chores
14
+
15
+ * ** internal:** codegen related update ([ #290 ] ( https://github.com/OneBusAway/python-sdk/issues/290 ) ) ([ ae2f18c] ( https://github.com/OneBusAway/python-sdk/commit/ae2f18c4204970d2f5021b0060c6be7c562dfb54 ) )
16
+ * ** internal:** expand CI branch coverage ([ 3ba0a52] ( https://github.com/OneBusAway/python-sdk/commit/3ba0a52f74ffdc7b0cabdf2dfdd44537c132dc06 ) )
17
+ * ** internal:** reduce CI branch coverage ([ c2e056e] ( https://github.com/OneBusAway/python-sdk/commit/c2e056e95068b3ffb80279d69b5a7603ffbc256c ) )
18
+ * ** internal:** slight transform perf improvement ([ #291 ] ( https://github.com/OneBusAway/python-sdk/issues/291 ) ) ([ f74def5] ( https://github.com/OneBusAway/python-sdk/commit/f74def5e32618dc6ff2fb364cad51c01940af849 ) )
19
+
3
20
## 1.8.5 (2025-05-15)
4
21
5
22
Full Changelog: [ v1.8.4...v1.8.5] ( https://github.com/OneBusAway/python-sdk/compare/v1.8.4...v1.8.5 )
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " onebusaway"
3
- version = " 1.8.5 "
3
+ version = " 1.8.6 "
4
4
description = " The official Python library for the onebusaway-sdk API"
5
5
dynamic = [" readme" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
3
3
__title__ = "onebusaway"
4
- __version__ = "1.8.5 " # x-release-please-version
4
+ __version__ = "1.8.6 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments