Skip to content

Commit 6df65f4

Browse files
chore(release): ts sdk v3.1.0 [skip ci]
## [3.1.0](ts-sdk-v3.0.0...ts-sdk-v3.1.0) (2026-06-17) ### Features * **engine:** add evaluation runtime tuning ([#239](#239)) ([2f1e5fe](2f1e5fe)) * **server:** bound database connection pool ([#236](#236)) ([80aea8f](80aea8f)) ### Bug Fixes * **evaluators:** configure Luna scorer API URL ([#237](#237)) ([fc516f0](fc516f0)) * **server:** use plain psycopg with OS libpq ([#241](#241)) ([45a33a5](45a33a5))
1 parent 1baf48f commit 6df65f4

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

sdks/typescript/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [3.1.0](https://github.com/agentcontrol/agent-control/compare/ts-sdk-v3.0.0...ts-sdk-v3.1.0) (2026-06-17)
2+
3+
### Features
4+
5+
* **engine:** add evaluation runtime tuning ([#239](https://github.com/agentcontrol/agent-control/issues/239)) ([2f1e5fe](https://github.com/agentcontrol/agent-control/commit/2f1e5fe28bd0bde7bb7b6f32aa6d1dc196eeb89e))
6+
* **server:** bound database connection pool ([#236](https://github.com/agentcontrol/agent-control/issues/236)) ([80aea8f](https://github.com/agentcontrol/agent-control/commit/80aea8f4675b3d0677bbcbbfe3c657640a40a761))
7+
8+
### Bug Fixes
9+
10+
* **evaluators:** configure Luna scorer API URL ([#237](https://github.com/agentcontrol/agent-control/issues/237)) ([fc516f0](https://github.com/agentcontrol/agent-control/commit/fc516f05dc8fbb71a35db2831e617e0a222e5f87))
11+
* **server:** use plain psycopg with OS libpq ([#241](https://github.com/agentcontrol/agent-control/issues/241)) ([45a33a5](https://github.com/agentcontrol/agent-control/commit/45a33a5528cdf480bb0510488fd9312f38760d5e))
12+
113
## [3.0.0](https://github.com/agentcontrol/agent-control/compare/ts-sdk-v2.6.0...ts-sdk-v3.0.0) (2026-06-05)
214

315
### ⚠ BREAKING CHANGES

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": "3.0.0",
3+
"version": "3.1.0",
44
"private": false,
55
"description": "TypeScript SDK for Agent Control",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)