Skip to content

Commit 6a36874

Browse files
chore: release main
1 parent 94ce668 commit 6a36874

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.16.0",
2+
".": "0.16.1",
33
"adk": "0.15.0"
44
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212

1313
* **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``.
1414

15+
## 0.16.1 (2026-06-26)
16+
17+
Full Changelog: [agentex-client-v0.16.0...agentex-client-v0.16.1](https://github.com/scaleapi/scale-agentex-python/compare/agentex-client-v0.16.0...agentex-client-v0.16.1)
18+
19+
### Bug Fixes
20+
21+
* **streaming:** StreamTaskMessageFull closes the coalescing buffer ([#426](https://github.com/scaleapi/scale-agentex-python/issues/426)) ([94ce668](https://github.com/scaleapi/scale-agentex-python/commit/94ce6687a86ecac8ee1a6ee1b3448f463e3b0e83))
22+
1523
## 0.16.0 (2026-06-24)
1624

1725
Full Changelog: [agentex-client-v0.15.0...agentex-client-v0.16.0](https://github.com/scaleapi/scale-agentex-python/compare/agentex-client-v0.15.0...agentex-client-v0.16.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# overlay (formerly `src/agentex/lib/*`) now lives in `adk/` and ships
44
# as the sibling `agentex-sdk` package — see `adk/pyproject.toml`.
55
name = "agentex-client"
6-
version = "0.16.0"
6+
version = "0.16.1"
77
description = "The official Python REST client for the Agentex API"
88
dynamic = ["readme"]
99
license = "Apache-2.0"

src/agentex/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "agentex"
4-
__version__ = "0.16.0" # x-release-please-version
4+
__version__ = "0.16.1" # x-release-please-version

0 commit comments

Comments
 (0)