Releases: runloopai/api-client-python
Releases · runloopai/api-client-python
v1.8.0
1.8.0 (2026-02-12)
Full Changelog: v1.7.0...v1.8.0
Features
- benchmarks: scenario scoring timeout (#7300) (6615183)
- devbox: expose snapshot size (in bytes) (#7444) (b25c3f7)
Bug Fixes
Chores
v1.7.0
v1.5.1
v1.5.0
v1.4.0
v1.3.2
v1.3.1
1.3.1 (2026-01-28)
Full Changelog: v1.3.0...v1.3.1
Features
Chores
- ci: upgrade
actions/github-script(7ba3962)
v1.3.0
v1.3.0-alpha
1.3.0-alpha (2026-01-20)
Full Changelog: v1.2.0...v1.3.0-alpha
⚠ BREAKING CHANGES
- remove support for pydantic-v1, pydantic-v2 is now default (#710)
Features
- benchmarks: add
update_scenariosmethod to benchmarks resource (71ec221) - blueprint: Set cilium network policy on blueprint build (#7006) (95c62ac)
- client: add support for binary request streaming (d6c2200)
- devbox: added stdin streaming endpoint (83ae56a)
- devbox: remove this one (91854d5)
- network-policy: add network policies to api (1d98bb1)
- scenarios: add scenario builder to sdk (#706) (2d41a15)
- sdk: add Benchmark and AsyncBenchmark classes (#714) (8909d8a)
- sdk: add BenchmarkOps and AsyncBenchmarkOps to SDK (#716) (9b434d9)
- sdk: add BenchmarkRun and AsyncBenchmarkRun classes (#712) (6aa83e2)
Bug Fixes
- benchmarks:
update()for benchmarks and scenarios replaces all provided fields and does not modify unspecified fields (#6702) (cfd04b6) - types: allow pyright to infer TypedDict types within SequenceNotStr (3241717)
- use async_to_httpx_files in patch method (88f8fb9)
Chores
- add documentation url to pypi project page (#711) (7afb327)
- add missing docstrings (a198632)
- devbox: Remove network policy from devbox view; use launch params instead (#7025) (d53af14)
- internal: add
--fixargument to lint script (c381201) - internal: add missing files argument to base client (b7065e2)
- internal: codegen related update (75fecdf)
- internal: update
actions/checkoutversion (7a57030) - remove support for pydantic-v1, pydantic-v2 is now default (#710) (fb3cc3d)
Documentation
- reformat sidebar and index pages to be more transparent, add favicon to browser tab (#715) (1161b8f)
Refactors
v1.2.0
1.2.0 (2025-12-09)
Full Changelog: v1.1.0...v1.2.0
Features
Bug Fixes
- ensure streams are always closed (d01aae2)
Chores
- bump required
uvversion (8ad519f) - deps: mypy 1.18.1 has a regression, pin to 1.17 (e56582a)
- docs: use environment variables for authentication in code snippets (55cf613)
- internal: version bump (2fa85c6)
- remove some unnecessary changes to reduce diff from Stainless (#705) (715c9d0)
- update lockfile (7e0136d)
- update requirements-dev.lock (#707) (a2d5326)
- update uv.lock (b9e0729)