Releases: warpdotdev/warp-sdk-python
Releases · warpdotdev/warp-sdk-python
v0.4.0
0.4.0 (2026-02-06)
Full Changelog: v0.3.0...v0.4.0
⚠ BREAKING CHANGES
- api: catch up openapi, rename tasks -> runs
Features
- api: add addnl filters to runs endpoint (c8bf51d)
- api: add artifacts, worker_host, and new source types (4aa1225)
- api: add computer_use_enabled param (69cf9ca)
- api: add models for agent skill, user profile (8105304)
- api: add schedules to runs (df1b59a)
- api: add schedules, agent list, skill-spec (1927318)
- api: catch up openapi, rename tasks -> runs (fe8c5b3)
- api: created at filter in list view (71adb45)
- api: new run source types (3237b0f)
- api: update artifacts (578be41)
- client: add custom JSON encoder for extended type support (68f4b61)
- client: add support for binary request streaming (c64e6c4)
Chores
Documentation
- dev: Add WARP.md file (7f1b835)
v0.3.0
0.3.0 (2026-01-05)
Full Changelog: v0.2.1...v0.3.0
Features
- api: fix array query parameter formatting (d1a1243)
v0.2.1
0.2.1 (2025-12-19)
Full Changelog: v0.2.0...v0.2.1
Bug Fixes
- use async_to_httpx_files in patch method (c02afdb)
Chores
- internal: add
--fixargument to lint script (46a9b4b)
v0.2.0
0.2.0 (2025-12-17)
Full Changelog: v0.1.1...v0.2.0
Features
- api: manual updates (2fc23de)
Chores
- update SDK settings (a94be20)
v0.1.1
0.1.1 (2025-12-17)
Full Changelog: v0.1.0...v0.1.1
Documentation
- add environment and config usage documentation (487b1cf)