Skip to content

Commit 7da7bf1

Browse files
chore(release): ts sdk v2.5.0 [skip ci]
## [2.5.0](ts-sdk-v2.4.0...ts-sdk-v2.5.0) (2026-05-02) ### Features * **sdk-ts:** expose debug logger option ([66aba97](66aba97)) * **sdk:** add config driven sink selection ([#176](#176)) ([64c169f](64c169f)) * **server:** namespace scoping and control bindings ([#203](#203)) ([15ed4fd](15ed4fd)) * **server:** pluggable request-auth framework (management + runtime) ([#204](#204)) ([fae0ad3](fae0ad3)), closes [#203](#203) ### Bug Fixes * **server:** add httpx to runtime dependencies ([#205](#205)) ([b4dff6f](b4dff6f))
1 parent 66aba97 commit 7da7bf1

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

sdks/typescript/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [2.5.0](https://github.com/agentcontrol/agent-control/compare/ts-sdk-v2.4.0...ts-sdk-v2.5.0) (2026-05-02)
2+
3+
### Features
4+
5+
* **sdk-ts:** expose debug logger option ([66aba97](https://github.com/agentcontrol/agent-control/commit/66aba97435dc2e4cdbcd43f37957384811c61ad1))
6+
* **sdk:** add config driven sink selection ([#176](https://github.com/agentcontrol/agent-control/issues/176)) ([64c169f](https://github.com/agentcontrol/agent-control/commit/64c169f15c0506043a76cd80fdc057bb3798fb32))
7+
* **server:** namespace scoping and control bindings ([#203](https://github.com/agentcontrol/agent-control/issues/203)) ([15ed4fd](https://github.com/agentcontrol/agent-control/commit/15ed4fd2bb90bba58c954bb1fc573639efdc30ef))
8+
* **server:** pluggable request-auth framework (management + runtime) ([#204](https://github.com/agentcontrol/agent-control/issues/204)) ([fae0ad3](https://github.com/agentcontrol/agent-control/commit/fae0ad31dd53f75a8a332ad887c5ac63f2b847d9)), closes [#203](https://github.com/agentcontrol/agent-control/issues/203)
9+
10+
### Bug Fixes
11+
12+
* **server:** add httpx to runtime dependencies ([#205](https://github.com/agentcontrol/agent-control/issues/205)) ([b4dff6f](https://github.com/agentcontrol/agent-control/commit/b4dff6f08d6cc35879b119c3d4218676253f22ae))
13+
114
## [2.4.0](https://github.com/agentcontrol/agent-control/compare/ts-sdk-v2.3.0...ts-sdk-v2.4.0) (2026-04-22)
215

316
### Features

sdks/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-control",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"private": false,
55
"description": "TypeScript SDK for Agent Control",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)