Skip to content

Latest commit

 

History

History
670 lines (362 loc) · 30.8 KB

File metadata and controls

670 lines (362 loc) · 30.8 KB

Changelog

0.9.4 (2026-02-18)

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

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)

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)

0.9.1 (2026-01-26)

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

Chores

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

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)

0.8.2 (2026-01-02)

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

Features

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)

0.8.0 (2025-12-17)

Full Changelog: v0.7.4...v0.8.0

Features

Bug Fixes

  • use async_to_httpx_files in patch method (8abb539)

0.7.4 (2025-12-17)

Full Changelog: v0.7.3...v0.7.4

Features

Chores

  • internal: add missing files argument to base client (28d1738)
  • speedup initial import (8e50946)

0.7.3 (2025-12-10)

Full Changelog: v0.7.2...v0.7.3

0.7.2 (2025-12-10)

Full Changelog: v0.7.1...v0.7.2

0.7.1 (2025-12-09)

Full Changelog: v0.7.0...v0.7.1

Features

0.7.0 (2025-12-09)

Full Changelog: v0.6.7...v0.7.0

Features

Bug Fixes

  • ensure streams are always closed (7bb9db8)
  • types: allow pyright to infer TypedDict types within SequenceNotStr (9cfc9d6)

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)
  • update lockfile (a3a2e4f)

0.6.7 (2025-11-19)

Full Changelog: v0.6.6...v0.6.7

0.6.6 (2025-11-12)

Full Changelog: v0.6.5...v0.6.6

Bug Fixes

  • compat with Python 3.14 (9a62f23)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (cf857f9)

Chores

  • internal: restore stats (5ec0383)
  • package: drop Python 3.8 support (3d4dc37)

0.6.5 (2025-11-06)

Full Changelog: v0.6.4...v0.6.5

0.6.4 (2025-11-06)

Full Changelog: v0.6.3...v0.6.4

0.6.3 (2025-11-06)

Full Changelog: v0.6.2...v0.6.3

0.6.2 (2025-11-05)

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

Features

  • api: update via SDK Studio (b732dfa)

0.6.1 (2025-11-05)

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

Features

0.6.0 (2025-11-04)

Full Changelog: v0.5.3...v0.6.0

Features

Chores

  • internal: grammar fix (it's -> its) (36e27da)

0.5.3 (2025-10-31)

Full Changelog: v0.5.2...v0.5.3

Chores

  • re apply example updates (043973b)

0.5.2 (2025-10-31)

Full Changelog: v0.5.0...v0.5.2

Features

Chores

0.5.0 (2025-10-28)

Full Changelog: v0.4.28...v0.5.0

Features

0.4.28 (2025-10-28)

Full Changelog: v0.4.27...v0.4.28

0.4.27 (2025-10-27)

Full Changelog: v0.4.26...v0.4.27

Features

0.4.26 (2025-10-21)

Full Changelog: v0.4.25...v0.4.26

Features

Chores

  • bump httpx-aiohttp version to 0.1.9 (21c7921)

0.4.25 (2025-10-10)

Full Changelog: v0.4.24...v0.4.25

0.4.24 (2025-10-10)

Full Changelog: v0.4.23...v0.4.24

Features

Bug Fixes

Chores

  • do not install brew dependencies in ./scripts/bootstrap by default (2675e14)
  • improve example values (6997fe5)
  • internal: detect missing future annotations with ruff (f1aa71f)
  • internal: update pydantic dependency (156ea64)
  • internal: version bump (8567752)
  • internal: version bump (45206dd)
  • internal: version bump (98354ba)
  • internal: version bump (aa2a8db)
  • internal: version bump (73bba2a)
  • types: change optional parameter type from NotGiven to Omit (2117d77)

0.4.23 (2025-10-02)

Full Changelog: v0.4.22...v0.4.23

Features

  • Adding Agent info to SGP tracing metadata (#85) (900f66b)

0.4.22 (2025-10-01)

Full Changelog: v0.4.21...v0.4.22

0.4.21 (2025-10-01)

Full Changelog: v0.4.20...v0.4.21

0.4.20 (2025-10-01)

Full Changelog: v0.4.19...v0.4.20

0.4.19 (2025-10-01)

Full Changelog: v0.4.18...v0.4.19

Features

  • Adds helm config to Agent Environment (#125) (e4b39b5)

0.4.18 (2025-09-29)

Full Changelog: v0.4.17...v0.4.18

Chores

0.4.17 (2025-09-29)

Full Changelog: v0.4.16...v0.4.17

0.4.16 (2025-09-16)

Full Changelog: v0.4.15...v0.4.16

0.4.15 (2025-09-16)

Full Changelog: v0.4.14...v0.4.15

0.4.14 (2025-09-16)

Full Changelog: v0.4.13...v0.4.14

Features

  • add previous_response_id parameter to OpenAI module (7a78844)

0.4.13 (2025-09-12)

Full Changelog: v0.4.12...v0.4.13

Features

0.4.12 (2025-09-08)

Full Changelog: v0.4.11...v0.4.12

⚠ BREAKING CHANGES

  • task_cancel now requires explicit agent_name/agent_id parameter to identify which agent owns the task being cancelled

Bug Fixes

  • task cancellation architectural bug (f9a72a9)

0.4.11 (2025-09-04)

Full Changelog: v0.4.10...v0.4.11

Features

  • Guardrail support (e3e9bf9)
  • improve future compat with pydantic v3 (f0d8624)
  • multiple guardrails (ea8f98a)
  • templates: add custom activity timeout guidance for temporal agents (7658256)
  • types: replace List[str] with SequenceNotStr in params (f319781)

Bug Fixes

  • Adding new example for guardrails instead of using 10_async (15dc44b)
  • avoid newer type syntax (6b5c82a)

Chores

  • internal: add Sequence related utils (496034d)
  • internal: change ci workflow machines (7445d94)
  • internal: move mypy configurations to pyproject.toml file (e96cd34)
  • internal: update pyright exclude list (d952430)

0.4.10 (2025-08-24)

Full Changelog: v0.4.9...v0.4.10

0.4.9 (2025-08-22)

Full Changelog: v0.4.8...v0.4.9

0.4.8 (2025-08-22)

Full Changelog: v0.4.7...v0.4.8

0.4.7 (2025-08-22)

Full Changelog: v0.4.6...v0.4.7

Chores

0.4.6 (2025-08-20)

Full Changelog: v0.4.5...v0.4.6

Features

Chores

0.4.5 (2025-08-20)

Full Changelog: v0.4.4...v0.4.5

Features

Bug Fixes

  • enable FunctionTool serialization for Temporal worker nodes (c9eb040)
  • tools: handle callable objects in model serialization to facilitate tool calling (4e9bb87)

Chores

  • demonstrate FunctionTool use in a (temporal) tutorial (3a72043)

0.4.4 (2025-08-17)

Full Changelog: v0.4.3...v0.4.4

0.4.3 (2025-08-17)

Full Changelog: v0.4.2...v0.4.3

0.4.2 (2025-08-17)

Full Changelog: v0.4.1...v0.4.2

0.4.1 (2025-08-16)

Full Changelog: v0.4.0...v0.4.1

0.4.0 (2025-08-15)

Full Changelog: v0.3.0...v0.4.0

Features

0.3.0 (2025-08-14)

Full Changelog: v0.2.10...v0.3.0

Features

0.2.10 (2025-08-13)

Full Changelog: v0.2.9...v0.2.10

0.2.9 (2025-08-12)

Full Changelog: v0.2.8...v0.2.9

Chores

  • internal: update test skipping reason (4affc92)

0.2.8 (2025-08-09)

Full Changelog: v0.2.7...v0.2.8

Chores

  • internal: update comment in script (401f1d7)
  • update @stainless-api/prism-cli to v5.15.0 (4d332d0)

0.2.7 (2025-08-08)

Full Changelog: v0.2.6...v0.2.7

Features

Chores

  • internal: fix ruff target version (1b880e1)

0.2.6 (2025-08-01)

Full Changelog: v0.2.5...v0.2.6

Features

  • api: add query params to tasks.list (d4902d5)
  • client: support file upload requests (e004b30)

0.2.5 (2025-07-30)

Full Changelog: v0.2.4...v0.2.5

Features

0.2.4 (2025-07-29)

Full Changelog: v0.2.3...v0.2.4

0.2.3 (2025-07-29)

Full Changelog: v0.2.2...v0.2.3

0.2.2 (2025-07-28)

Full Changelog: v0.2.1...v0.2.2

Features

0.2.1 (2025-07-27)

Full Changelog: v0.2.0...v0.2.1

0.2.0 (2025-07-25)

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

Features

  • api: update typescript sdk with big changes (2c75d64)

Chores

  • project: add settings file for vscode (0f926cc)

0.1.1 (2025-07-24)

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

Features

0.1.0 (2025-07-23)

Full Changelog: v0.1.0-alpha.6...v0.1.0

Features

0.1.0-alpha.6 (2025-07-23)

Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6

Features

0.1.0-alpha.5 (2025-07-23)

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

Features

Bug Fixes

  • api: build errors (7bde6b7)
  • parsing: parse extra field types (d40e6e0)

0.1.0-alpha.4 (2025-07-22)

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

0.1.0-alpha.3 (2025-07-22)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

Features

0.1.0-alpha.2 (2025-07-22)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

0.1.0-alpha.1 (2025-07-22)

Full Changelog: v0.0.1-alpha.1...v0.1.0-alpha.1

Features

0.0.1-alpha.1 (2025-07-22)

Full Changelog: v0.0.1-alpha.0...v0.0.1-alpha.1

Chores