Skip to content

Latest commit

 

History

History
259 lines (157 loc) · 15.6 KB

File metadata and controls

259 lines (157 loc) · 15.6 KB

Changelog

0.11.0 (2026-04-09)

Full Changelog: v0.10.1...v0.11.0

Features

  • [Artifacts] public API file artifact downloads (1d2007e)
  • Add harness enum to openAPI spec (c8b44e5)
  • Add parent_run_id to retrieve/list runs API response (c5752fb)
  • Add VMIdleTimeoutMinutes param to API (31b5a63)
  • Address Stainless diagnostics (58d59e3)
  • api: api update (9140132)
  • api: api update (204505c)
  • api: api update (5e2d3ee)
  • api: api update (1238769)
  • api: api update (75b1c92)
  • api: api update (4b777eb)
  • api: api update (9fe02aa)
  • api: api update (7fc79ef)
  • api: manual updates (ed9f4cf)
  • api: manual updates (e52643f)
  • Create run for every local conversation and add filter (aac84c5)
  • Define auth secrets and inject them into the environment. (54c505b)
  • Endpoint to upload third-party harness block snapshots (2f71989)
  • Fix the harness type in the openAPI spec (71d7204)
  • ian/fix_conversation_id_nameing (658c50b)
  • internal: implement indices array format for query and form serialization (c518876)
  • Orchestrations V2: Public API endpoints (5514980)
  • Use correct branch for Stainless PRs (d7b298d)

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (5da3150)

0.10.1 (2026-03-24)

Full Changelog: v0.10.0...v0.10.1

Chores

0.10.0 (2026-03-24)

Full Changelog: v0.9.0...v0.10.0

Features

  • api: api update (41658e2)
  • api: error and error_code as types (9766f85)
  • api: fix ScheduledAgentHistoryItem name (ac75431)
  • api: fix schema version issues (9c2f6a3)
  • api: sorting (0cc041e)

Bug Fixes

  • deps: bump minimum typing-extensions version (4f3ec38)
  • pydantic: do not pass by_alias unless set (45e0377)
  • sanitize endpoint path params (da2a124)

Chores

  • ci: skip lint on metadata-only changes (c2c0d4a)
  • ci: skip uploading artifacts on stainless-internal branches (1ef523c)
  • internal: tweak CI branches (21f9e2e)
  • internal: update gitignore (e9e4aef)
  • update SDK settings (b897579)
  • update SDK settings (e4510a6)

0.9.0 (2026-03-03)

Full Changelog: v0.8.0...v0.9.0

Features

0.8.0 (2026-03-03)

Full Changelog: v0.7.0...v0.8.0

Features

Chores

  • ci: bump uv version (646ee4e)
  • docs: add missing descriptions (4777a8f)
  • internal: make test_proxy_environment_variables more resilient to env (3c14f7a)

0.7.0 (2026-02-23)

Full Changelog: v0.6.2...v0.7.0

Features

Chores

  • internal: make test_proxy_environment_variables more resilient (de1744e)

0.6.2 (2026-02-23)

Full Changelog: v0.6.1...v0.6.2

Chores

  • format all api.md files (99ca557)
  • internal: add request options to SSE classes (f66a316)
  • internal: bump dependencies (c487a61)
  • internal: fix lint error on Python 3.14 (25d5626)
  • internal: remove mock server code (e4b9075)
  • update mock server docs (c253a23)
  • update SDK settings (82ead07)

0.6.1 (2026-02-08)

Full Changelog: v0.6.0...v0.6.1

Chores

0.6.0 (2026-02-08)

Full Changelog: v0.5.0...v0.6.0

Features

0.5.0 (2026-02-08)

Full Changelog: v0.4.0...v0.5.0

Features

  • api: modify openapi trigger (db2d311)

Chores

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

  • ci: upgrade actions/github-script (713ae7d)
  • internal: update actions/checkout version (fd0a90f)

Documentation

0.3.0 (2026-01-05)

Full Changelog: v0.2.1...v0.3.0

Features

  • api: fix array query parameter formatting (d1a1243)

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 --fix argument to lint script (46a9b4b)

0.2.0 (2025-12-17)

Full Changelog: v0.1.1...v0.2.0

Features

Chores

0.1.1 (2025-12-17)

Full Changelog: v0.1.0...v0.1.1

Documentation

  • add environment and config usage documentation (487b1cf)

0.1.0 (2025-12-17)

Full Changelog: v0.0.1...v0.1.0

Features

Chores

  • internal: add missing files argument to base client (041d054)
  • speedup initial import (c6fa047)
  • update SDK settings (217b866)
  • update SDK settings (cc95759)

Refactors

  • internal: switch from rye to uv (d4cdfd0)