| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8964044 commit cd5a3c5
6 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | 1 | { | |
| 2 | - ".": "0.21.0", | ||
| 3 | - "adk": "0.21.0" | ||
| 2 | + ".": "0.22.0", | ||
| 3 | + "adk": "0.22.0" | ||
| 4 | 4 | } | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,6 +12,14 @@ | |||
| 12 | 12 | ||
| 13 | 13 | * **tracing:** emit OTel metrics for async span queue depth, batch drain, and SGP export success/failure (HTTP status labels). Disable SDK-side recording with ``AGENTEX_TRACING_METRICS=0``. | |
| 14 | 14 | ||
| 15 | + ## 0.22.0 (2026-07-29) | ||
| 16 | + | ||
| 17 | + Full Changelog: [agentex-client-v0.21.0...agentex-client-v0.22.0](https://github.com/scaleapi/scale-agentex-python/compare/agentex-client-v0.21.0...agentex-client-v0.22.0) | ||
| 18 | + | ||
| 19 | + ### Features | ||
| 20 | + | ||
| 21 | + * **lib:** capture client-attested build provenance ([#454](https://github.com/scaleapi/scale-agentex-python/issues/454)) ([8964044](https://github.com/scaleapi/scale-agentex-python/commit/896404475a1e93955eabd562caa1670364335c29)) | ||
| 22 | + | ||
| 15 | 23 | ## 0.21.0 (2026-07-28) | |
| 16 | 24 | ||
| 17 | 25 | Full Changelog: [agentex-client-v0.20.0...agentex-client-v0.21.0](https://github.com/scaleapi/scale-agentex-python/compare/agentex-client-v0.20.0...agentex-client-v0.21.0) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,13 @@ | |||
| 1 | 1 | # Changelog | |
| 2 | 2 | ||
| 3 | + ## 0.22.0 (2026-07-29) | ||
| 4 | + | ||
| 5 | + Full Changelog: [agentex-sdk-v0.21.0...agentex-sdk-v0.22.0](https://github.com/scaleapi/scale-agentex-python/compare/agentex-sdk-v0.21.0...agentex-sdk-v0.22.0) | ||
| 6 | + | ||
| 7 | + ### Chores | ||
| 8 | + | ||
| 9 | + * **agentex-sdk:** Synchronize agentex versions | ||
| 10 | + | ||
| 3 | 11 | ## 0.21.0 (2026-07-28) | |
| 4 | 12 | ||
| 5 | 13 | Full Changelog: [agentex-sdk-v0.20.0...agentex-sdk-v0.21.0](https://github.com/scaleapi/scale-agentex-python/compare/agentex-sdk-v0.20.0...agentex-sdk-v0.21.0) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ | |||
| 4 | 4 | # (agentex/{__init__.py, _*.py, types/, resources/}) ships from the slim | |
| 5 | 5 | # sibling package `agentex-client` which is pinned as a runtime dep. | |
| 6 | 6 | name = "agentex-sdk" | |
| 7 | - version = "0.21.0" | ||
| 7 | + version = "0.22.0" | ||
| 8 | 8 | description = "Agent Development Kit (ADK) overlay for the Agentex API — FastACP server, Temporal workflows, LLM provider integrations, observability" | |
| 9 | 9 | license = "Apache-2.0" | |
| 10 | 10 | authors = [ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ | |||
| 3 | 3 | # overlay (formerly `src/agentex/lib/*`) now lives in `adk/` and ships | |
| 4 | 4 | # as the sibling `agentex-sdk` package — see `adk/pyproject.toml`. | |
| 5 | 5 | name = "agentex-client" | |
| 6 | - version = "0.21.0" | ||
| 6 | + version = "0.22.0" | ||
| 7 | 7 | description = "The official Python REST client for the Agentex API" | |
| 8 | 8 | dynamic = ["readme"] | |
| 9 | 9 | license = "Apache-2.0" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | 1 | # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. | |
| 2 | 2 | ||
| 3 | 3 | __title__ = "agentex" | |
| 4 | - __version__ = "0.21.0" # x-release-please-version | ||
| 4 | + __version__ = "0.22.0" # x-release-please-version | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments