Releases: OneBusAway/python-sdk
Releases · OneBusAway/python-sdk
v1.14.1
v1.14.0
1.14.0 (2025-07-15)
Full Changelog: v1.13.5...v1.14.0
Features
- clean up environment call outs (ecac1f6)
v1.13.5
1.13.5 (2025-07-12)
Full Changelog: v1.13.4...v1.13.5
Bug Fixes
- client: don't send Content-Type header on GET requests (935e2d2)
Chores
- readme: fix version rendering on pypi (e29e75d)
v1.13.4
1.13.4 (2025-07-10)
Full Changelog: v1.13.3...v1.13.4
Bug Fixes
- parsing: correctly handle nested discriminated unions (d1bb078)
v1.13.3
v1.13.2
v1.13.1
1.13.1 (2025-07-02)
Full Changelog: v1.13.0...v1.13.1
Bug Fixes
- ci: correct conditional (1b938b2)
Chores
v1.13.0
1.13.0 (2025-06-27)
Full Changelog: v1.12.2...v1.13.0
Features
- client: add support for aiohttp (30eada9)
Bug Fixes
- ci: release-doctor — report correct token name (32bbbb3)
Chores
- tests: skip some failing tests on the latest python versions (6a88517)
v1.12.2
1.12.2 (2025-06-19)
Full Changelog: v1.12.1...v1.12.2
Bug Fixes
- tests: fix: tests which call HTTP endpoints directly with the example parameters (355779a)
Chores
- ci: enable for pull requests (2b9118f)
- internal: update conftest.py (a2b6c3e)
- readme: update badges (dc50499)
- tests: add tests for httpx client instantiation & proxies (55c4719)
Documentation
- client: fix httpx.Timeout documentation reference (5e8cb3a)
v1.12.1
1.12.1 (2025-06-13)
Full Changelog: v1.12.0...v1.12.1
Bug Fixes
- client: correctly parse binary response | stream (4bc049c)
Chores
- tests: run tests in parallel (1329bbe)