|
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 ([868ef99](https://github.com/OneBusAway/python-sdk/commit/868ef99eaf83291b45775c524e86b47daf67645e)) |
| 10 | +* **client:** support digest authentication ([3c5f25e](https://github.com/OneBusAway/python-sdk/commit/3c5f25e9882aaf27656f1697719127412e62f916)) |
| 11 | + |
| 12 | + |
| 13 | +### Bug Fixes |
| 14 | + |
| 15 | +* **pydantic v1:** more robust ModelField.annotation check ([ce57155](https://github.com/OneBusAway/python-sdk/commit/ce571556b868dd873536d428d320da780ea0b39b)) |
| 16 | + |
| 17 | + |
| 18 | +### Chores |
| 19 | + |
| 20 | +* broadly detect json family of content-type headers ([729c07a](https://github.com/OneBusAway/python-sdk/commit/729c07a4f7a3764da47d1f2834c104b1baeaadb1)) |
| 21 | +* **ci:** add timeout thresholds for CI jobs ([1e875d6](https://github.com/OneBusAway/python-sdk/commit/1e875d648b21caf1948e211ae4f4f3a2dd73424c)) |
| 22 | +* **ci:** only use depot for staging repos ([f704a7a](https://github.com/OneBusAway/python-sdk/commit/f704a7a4e42e6b3afed4790745cc6775e398c487)) |
| 23 | +* **client:** minor internal fixes ([57a0951](https://github.com/OneBusAway/python-sdk/commit/57a0951c81d0ace5c8dd08f1f9cbfadb4367ce53)) |
| 24 | +* formatting ([3a1f625](https://github.com/OneBusAway/python-sdk/commit/3a1f6255316b831eec27a42deecfd7a51d55bb24)) |
| 25 | +* **internal:** base client updates ([16da581](https://github.com/OneBusAway/python-sdk/commit/16da5818e05456c61e7eff462a0e5eb1f0a0786f)) |
| 26 | +* **internal:** bump pyright version ([9710ac8](https://github.com/OneBusAway/python-sdk/commit/9710ac82da11efce69e6a70d8380e78f09b6a500)) |
| 27 | +* **internal:** codegen related update ([6c34ef9](https://github.com/OneBusAway/python-sdk/commit/6c34ef99325f98eee76827ab850dc5b23358b0bc)) |
| 28 | +* **internal:** fix list file params ([4299125](https://github.com/OneBusAway/python-sdk/commit/4299125fffdd925ef34b9c0a58855f6d495fa102)) |
| 29 | +* **internal:** import reformatting ([7179857](https://github.com/OneBusAway/python-sdk/commit/717985763d6c76b17551b07ef695089211562f25)) |
| 30 | +* **internal:** minor formatting changes ([9b82290](https://github.com/OneBusAway/python-sdk/commit/9b82290421ef47dc973fe98ad166db89e4440f3b)) |
| 31 | +* **internal:** refactor retries to not use recursion ([e8324bb](https://github.com/OneBusAway/python-sdk/commit/e8324bbb2c0134df5a01895df663af4d0f58493b)) |
| 32 | +* **internal:** update models test ([77ad78f](https://github.com/OneBusAway/python-sdk/commit/77ad78f0d7631a859d8e0670cc93932db13a171b)) |
| 33 | +* **internal:** update pyright settings ([0cb102f](https://github.com/OneBusAway/python-sdk/commit/0cb102fdacec2dc8adeb2c62193c77e33c582777)) |
| 34 | + |
3 | 35 | ## 1.8.6 (2025-05-15)
|
4 | 36 |
|
5 | 37 | Full Changelog: [v1.8.5...v1.8.6](https://github.com/OneBusAway/python-sdk/compare/v1.8.5...v1.8.6)
|
|
0 commit comments