Skip to content

Releases: scaleapi/scale-agentex-python

v0.9.10

07 Apr 21:27

Choose a tag to compare

0.9.10 (2026-04-07)

Full Changelog: v0.9.9...v0.9.10

Features

  • adk: Revamp run_claude_agent_activity to use more streaming (#309) (25069d3)

v0.9.9

07 Apr 18:47

Choose a tag to compare

0.9.9 (2026-04-07)

Full Changelog: v0.9.8...v0.9.9

Bug Fixes

  • client: preserve hardcoded query params when merging with user params (4a97659)

v0.9.8

06 Apr 18:55

Choose a tag to compare

0.9.8 (2026-04-06)

Full Changelog: v0.9.7...v0.9.8

Features

  • adk: allow all ClaudeAgentOptions in run_claude_agent_activity (e41aec7)
  • pass AGENTEX_DEPLOYMENT_ID in registration metadata (#305) (31af8c6)
  • tracing: Add background queue for async span processing (#303) (3a60add)

Bug Fixes

  • tracing: Fix memory leak in SGP tracing processors (#302) (f43dac4)

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)