You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,35 @@
1
1
# Changelog
2
2
3
+
## 1.9.0 (2025-05-15)
4
+
5
+
Full Changelog: [v1.8.6...v1.9.0](https://github.com/OneBusAway/python-sdk/compare/v1.8.6...v1.9.0)
6
+
7
+
### Features
8
+
9
+
***client:** support digest authentication ([a25538d](https://github.com/OneBusAway/python-sdk/commit/a25538d18ac2ac8290b36c8c343e338a903322dd))
10
+
11
+
12
+
### Bug Fixes
13
+
14
+
***pydantic v1:** more robust ModelField.annotation check ([288619b](https://github.com/OneBusAway/python-sdk/commit/288619b9d52623593c58671ae05630dfc471b4b1))
15
+
16
+
17
+
### Chores
18
+
19
+
* broadly detect json family of content-type headers ([c0050dc](https://github.com/OneBusAway/python-sdk/commit/c0050dcb67338c63133a357569ad2df9380cc2c8))
20
+
***ci:** add timeout thresholds for CI jobs ([4e28ec8](https://github.com/OneBusAway/python-sdk/commit/4e28ec83354b639c25e2d3b5b861ff1120282c82))
21
+
***ci:** only use depot for staging repos ([d263678](https://github.com/OneBusAway/python-sdk/commit/d263678f5097477ee59d2848d2d71232eb63b9be))
22
+
***client:** minor internal fixes ([fa30df7](https://github.com/OneBusAway/python-sdk/commit/fa30df71bd95656381bea7fea573a1edba600317))
23
+
***internal:** base client updates ([0573875](https://github.com/OneBusAway/python-sdk/commit/0573875ce38e91c1d4d4fe40990c2a67c1233755))
24
+
***internal:** bump pyright version ([c1e9fa7](https://github.com/OneBusAway/python-sdk/commit/c1e9fa7703a157534f210f5db957db249670d019))
25
+
***internal:** codegen related update ([1941f7e](https://github.com/OneBusAway/python-sdk/commit/1941f7ef3981614cc4430fdad76372ce1a9e637f))
26
+
***internal:** fix list file params ([e9f7e43](https://github.com/OneBusAway/python-sdk/commit/e9f7e4363bbd961380a2c7aa174eb40702c4665d))
***internal:** minor formatting changes ([a9a2885](https://github.com/OneBusAway/python-sdk/commit/a9a2885ad8cb5f2c25e70902474f78ffb750963e))
29
+
***internal:** refactor retries to not use recursion ([2054b65](https://github.com/OneBusAway/python-sdk/commit/2054b6501dc27c4a1cc31ff1daa765a6dfacc4bb))
30
+
***internal:** update models test ([a77cb90](https://github.com/OneBusAway/python-sdk/commit/a77cb90730f91d01486ffb12adda854abdf320b0))
0 commit comments