Releases: runloopai/api-client-python
Releases · runloopai/api-client-python
Release list
v0.49.0
0.49.0 (2025-07-15)
Full Changelog: v0.48.2...v0.49.0
Features
Bug Fixes
- client: don't send Content-Type header on GET requests (5d9b833)
v0.48.2
0.48.2 (2025-07-11)
Full Changelog: v0.48.1...v0.48.2
Chores
- readme: fix version rendering on pypi (73af53e)
v0.48.1
0.48.1 (2025-07-11)
Full Changelog: v0.48.0...v0.48.1
Bug Fixes
- parsing: correctly handle nested discriminated unions (82f669a)
Chores
What's Changed
- Update retry docs in README by @alb-rl in #612
- Add long poll endpoint for querying async exec status by @alb-rl in #613
- Skip strict mode tests for flakey tests by @alb-rl in #614
- Add tests for long polling logic by @alb-rl in #615
- release: 0.48.1 by @stainless-app[bot] in #611
Full Changelog: v0.48.0...v0.48.1
v0.48.0
0.48.0 (2025-07-09)
Full Changelog: v0.47.1...v0.48.0
v0.47.1
0.47.1 (2025-07-08)
Full Changelog: v0.47.0...v0.47.1
Chores
What's Changed
- Use new wait for status endpoint in await_running by @alb-rl in #608
- release: 0.47.1 by @stainless-app in #607
New Contributors
Full Changelog: v0.47.0...v0.47.1
v0.47.0
v0.46.0
0.46.0 (2025-07-01)
Full Changelog: v0.45.0...v0.46.0
Features
- api: api update (f8b3493)
Bug Fixes
Chores
- ci: only run for pushes and fork pull requests (c914e94)
v0.45.0
0.45.0 (2025-06-24)
Full Changelog: v0.44.0...v0.45.0
Features
Chores
- tests: skip some failing tests on the latest python versions (27007c0)
v0.44.0
0.44.0 (2025-06-21)
Full Changelog: v0.43.0...v0.44.0
Features
Bug Fixes
- tests: fix: tests which call HTTP endpoints directly with the example parameters (038fe71)
Chores
- ci: enable for pull requests (f64b8a2)
- internal: update conftest.py (d840c86)
- readme: update badges (4b5af3f)
- tests: add tests for httpx client instantiation & proxies (938b9aa)
Documentation
- client: fix httpx.Timeout documentation reference (b8df915)
v0.43.0
0.43.0 (2025-06-14)
Full Changelog: v0.42.0...v0.43.0
Features
- api: api update (695b29a)
Bug Fixes
- client: correctly parse binary response | stream (1d815d4)
Chores
- tests: run tests in parallel (fdeee42)