Full Changelog: v0.9.3...v0.9.4
Full Changelog: v0.9.2...v0.9.3
- add HTTP-proxy LangGraph checkpointer (19fae2f)
- add OCI Helm registry support for agent deployments (#255) (5f054b5)
Full Changelog: v0.9.1...v0.9.2
- client: add custom JSON encoder for extended type support (a0720ab)
- add litellm retry with exponential backoff for rate limit errors (ccdb24a)
Full Changelog: v0.9.0...v0.9.1
- ci: upgrade
actions/github-script(71d5c6c)
Full Changelog: v0.8.2...v0.9.0
- internal: update
actions/checkoutversion (64d91f6)
Full Changelog: v0.8.1...v0.8.2
- api: api update (f2115eb)
Full Changelog: v0.8.0...v0.8.1
- api: add messages/paginated endpoint (3e03aff)
- api: add messages/paginated to stainless config (2473ded)
- api: api update (2e4ec2f)
- api: api update (ed21ad8)
- api: api update (86a166a)
- api: api update (4c95c94)
- api: api update (f6eccdf)
- api: api update (41067fb)
- api: api update (cdc9c63)
- api: api update (413d9c8)
- api: api update (1b4bf7d)
- api: manual updates (131e836)
- api: update via SDK Studio (2a6c7fa)
- 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)
- 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
--fixargument to lint script (0ef4242) - internal: add missing files argument to base client (28d1738)
- speedup initial import (8e50946)
- update lockfile (a3a2e4f)
Full Changelog: v0.7.4...v0.8.0
- api: api update (2e4ec2f)
- use async_to_httpx_files in patch method (8abb539)
Full Changelog: v0.7.3...v0.7.4
Full Changelog: v0.7.2...v0.7.3
Full Changelog: v0.7.1...v0.7.2
Full Changelog: v0.7.0...v0.7.1
- api: api update (92b2710)
Full Changelog: v0.6.7...v0.7.0
- api: add messages/paginated endpoint (3e03aff)
- api: add messages/paginated to stainless config (2473ded)
- api: api update (f6eccdf)
- api: api update (41067fb)
- api: api update (cdc9c63)
- api: api update (413d9c8)
- api: api update (1b4bf7d)
- api: manual updates (131e836)
- ensure streams are always closed (7bb9db8)
- types: allow pyright to infer TypedDict types within SequenceNotStr (9cfc9d6)
- 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)
Full Changelog: v0.6.6...v0.6.7
Full Changelog: v0.6.5...v0.6.6
- compat with Python 3.14 (9a62f23)
- compat: update signatures of
model_dumpandmodel_dump_jsonfor Pydantic v1 (cf857f9)
Full Changelog: v0.6.4...v0.6.5
Full Changelog: v0.6.3...v0.6.4
Full Changelog: v0.6.2...v0.6.3
Full Changelog: v0.6.1...v0.6.2
- api: update via SDK Studio (b732dfa)
Full Changelog: v0.6.0...v0.6.1
Full Changelog: v0.5.3...v0.6.0
- api: api update (ec61dd3)
- internal: grammar fix (it's -> its) (36e27da)
Full Changelog: v0.5.2...v0.5.3
- re apply example updates (043973b)
Full Changelog: v0.5.0...v0.5.2
- sync repo (0e05416)
Full Changelog: v0.4.28...v0.5.0
- api: api update (129fae6)
Full Changelog: v0.4.27...v0.4.28
Full Changelog: v0.4.26...v0.4.27
- api: api update (f5e4fd2)
Full Changelog: v0.4.25...v0.4.26
- bump
httpx-aiohttpversion to 0.1.9 (21c7921)
Full Changelog: v0.4.24...v0.4.25
Full Changelog: v0.4.23...v0.4.24
- api: manual updates (09996ea)
- 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)
Full Changelog: v0.4.22...v0.4.23
Full Changelog: v0.4.21...v0.4.22
Full Changelog: v0.4.20...v0.4.21
Full Changelog: v0.4.19...v0.4.20
Full Changelog: v0.4.18...v0.4.19
Full Changelog: v0.4.17...v0.4.18
- internal: version bump (eded756)
Full Changelog: v0.4.16...v0.4.17
Full Changelog: v0.4.15...v0.4.16
Full Changelog: v0.4.14...v0.4.15
Full Changelog: v0.4.13...v0.4.14
- add previous_response_id parameter to OpenAI module (7a78844)
Full Changelog: v0.4.12...v0.4.13
Full Changelog: v0.4.11...v0.4.12
- task_cancel now requires explicit agent_name/agent_id parameter to identify which agent owns the task being cancelled
- task cancellation architectural bug (f9a72a9)
Full Changelog: v0.4.10...v0.4.11
- 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)
- Adding new example for guardrails instead of using 10_async (15dc44b)
- avoid newer type syntax (6b5c82a)
- internal: add Sequence related utils (496034d)
- internal: change ci workflow machines (7445d94)
- internal: move mypy configurations to
pyproject.tomlfile (e96cd34) - internal: update pyright exclude list (d952430)
Full Changelog: v0.4.9...v0.4.10
Full Changelog: v0.4.8...v0.4.9
Full Changelog: v0.4.7...v0.4.8
Full Changelog: v0.4.6...v0.4.7
- update github action (677e95d)
Full Changelog: v0.4.5...v0.4.6
- api: api update (7b4c80a)
- generate release (0836e4a)
Full Changelog: v0.4.4...v0.4.5
- api: manual updates (34a53aa)
- enable FunctionTool serialization for Temporal worker nodes (c9eb040)
- tools: handle callable objects in model serialization to facilitate tool calling (4e9bb87)
- demonstrate FunctionTool use in a (temporal) tutorial (3a72043)
Full Changelog: v0.4.3...v0.4.4
Full Changelog: v0.4.2...v0.4.3
Full Changelog: v0.4.1...v0.4.2
Full Changelog: v0.4.0...v0.4.1
Full Changelog: v0.3.0...v0.4.0
Full Changelog: v0.2.10...v0.3.0
Full Changelog: v0.2.9...v0.2.10
Full Changelog: v0.2.8...v0.2.9
- internal: update test skipping reason (4affc92)
Full Changelog: v0.2.7...v0.2.8
Full Changelog: v0.2.6...v0.2.7
- internal: fix ruff target version (1b880e1)
Full Changelog: v0.2.5...v0.2.6
Full Changelog: v0.2.4...v0.2.5
Full Changelog: v0.2.3...v0.2.4
Full Changelog: v0.2.2...v0.2.3
Full Changelog: v0.2.1...v0.2.2
- api: api update (eb79533)
Full Changelog: v0.2.0...v0.2.1
Full Changelog: v0.1.1...v0.2.0
- api: update typescript sdk with big changes (2c75d64)
- project: add settings file for vscode (0f926cc)
Full Changelog: v0.1.0...v0.1.1
Full Changelog: v0.1.0-alpha.6...v0.1.0
- api: manual updates (84010e4)
Full Changelog: v0.1.0-alpha.5...v0.1.0-alpha.6
Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5
- api: deprecate name subresource (14881c0)
- api: manual updates (d999a43)
- api: manual updates (a885d8d)
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3
- api: api update (afedf45)
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
Full Changelog: v0.0.1-alpha.1...v0.1.0-alpha.1
- api: manual updates (06f5fe1)
Full Changelog: v0.0.1-alpha.0...v0.0.1-alpha.1