Skip to content

Releases: scaleapi/scale-agentex-python

v0.9.7

31 Mar 12:43

Choose a tag to compare

0.9.7 (2026-03-30)

Full Changelog: v0.9.6...v0.9.7

Features

  • lib: Add task updates to adk (ff12ae1)

v0.9.6

30 Mar 18:46
017c5bb

Choose a tag to compare

0.9.6 (2026-03-30)

Full Changelog: v0.9.5...v0.9.6

Features

  • api: add task state update methods (d699e24)
  • api: keep backwards compatible models (3ec2a1e)
  • api: use DeploymentHistory instead of DeploymentHistoryRetrieveResponse (4c63d9c)
  • internal: implement indices array format for query and form serialization (3bf3db1)

Bug Fixes

  • deps: bump minimum typing-extensions version (fd76bc9)
  • pydantic: do not pass by_alias unless set (235636b)
  • sanitize endpoint path params (e6472be)

Chores

  • ci: skip lint on metadata-only changes (f4d5053)
  • ci: skip uploading artifacts on stainless-internal branches (45e7622)
  • format all api.md files (e67fa69)
  • internal: add request options to SSE classes (b788da0)
  • internal: bump dependencies (95112dd)
  • internal: fix lint error on Python 3.14 (cb99db1)
  • internal: make test_proxy_environment_variables more resilient (7bfaa75)
  • internal: make test_proxy_environment_variables more resilient to env (fd1a06e)
  • internal: remove mock server code (3a5ae0f)
  • internal: tweak CI branches (2e74af0)
  • internal: update gitignore (aba7c4f)
  • internal: version bump (1ef69ed)
  • internal: version bump (1132255)
  • internal: version bump (60e5402)
  • update mock server docs (8c5c6d3)

v0.9.5

24 Mar 17:15
aa3aaa1

Choose a tag to compare

0.9.5 (2026-03-24)

Full Changelog: v0.9.4...v0.9.5

v0.9.4

18 Feb 17:59
c7162a6

Choose a tag to compare

0.9.4 (2026-02-18)

Full Changelog: v0.9.3...v0.9.4

v0.9.3

13 Feb 22:27

Choose a tag to compare

0.9.3 (2026-02-13)

Full Changelog: v0.9.2...v0.9.3

Features

  • add HTTP-proxy LangGraph checkpointer (19fae2f)
  • add OCI Helm registry support for agent deployments (#255) (5f054b5)

v0.9.2

06 Feb 01:07
6797c3b

Choose a tag to compare

0.9.2 (2026-02-06)

Full Changelog: v0.9.1...v0.9.2

Features

  • client: add custom JSON encoder for extended type support (a0720ab)

Bug Fixes

  • add litellm retry with exponential backoff for rate limit errors (ccdb24a)

v0.9.1

26 Jan 20:38

Choose a tag to compare

0.9.1 (2026-01-26)

Full Changelog: v0.9.0...v0.9.1

Chores

  • ci: upgrade actions/github-script (71d5c6c)

v0.9.0

21 Jan 23:17

Choose a tag to compare

0.9.0 (2026-01-21)

Full Changelog: v0.8.2...v0.9.0

Features

  • api: api update (33ade28)
  • client: add support for binary request streaming (07e2881)

Chores

  • internal: update actions/checkout version (64d91f6)

v0.8.2

02 Jan 15:42
b168390

Choose a tag to compare

0.8.2 (2026-01-02)

Full Changelog: v0.8.1...v0.8.2

Features

v0.8.1

22 Dec 11:50
f93ace8

Choose a tag to compare

0.8.1 (2025-12-22)

Full Changelog: v0.8.0...v0.8.1

Features

Bug Fixes

  • ensure streams are always closed (7bb9db8)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (9cfc9d6)
  • use async_to_httpx_files in patch method (8abb539)

Chores

  • add missing docstrings (81f1fa9)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (e20aaa4)
  • docs: use environment variables for authentication in code snippets (a30f6ae)
  • internal: add --fix argument to lint script (0ef4242)
  • internal: add missing files argument to base client (28d1738)
  • speedup initial import (8e50946)
  • update lockfile (a3a2e4f)