Skip to content

Commit 1baf48f

Browse files
chore(release): v8.1.0
1 parent 45a33a5 commit 1baf48f

11 files changed

Lines changed: 38 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
<!-- version list -->
44

5+
## v8.1.0 (2026-06-17)
6+
7+
### Bug Fixes
8+
9+
- **evaluators**: Configure Luna scorer API URL
10+
([#237](https://github.com/agentcontrol/agent-control/pull/237),
11+
[`fc516f0`](https://github.com/agentcontrol/agent-control/commit/fc516f05dc8fbb71a35db2831e617e0a222e5f87))
12+
13+
- **server**: Use plain psycopg with OS libpq
14+
([#241](https://github.com/agentcontrol/agent-control/pull/241),
15+
[`45a33a5`](https://github.com/agentcontrol/agent-control/commit/45a33a5528cdf480bb0510488fd9312f38760d5e))
16+
17+
### Chores
18+
19+
- **release**: Ts sdk v3.0.0 [skip ci]
20+
([`09c5a54`](https://github.com/agentcontrol/agent-control/commit/09c5a54602be281761525e891a4694c75addfe46))
21+
22+
### Features
23+
24+
- **engine**: Add evaluation runtime tuning
25+
([#239](https://github.com/agentcontrol/agent-control/pull/239),
26+
[`2f1e5fe`](https://github.com/agentcontrol/agent-control/commit/2f1e5fe28bd0bde7bb7b6f32aa6d1dc196eeb89e))
27+
28+
- **server**: Bound database connection pool
29+
([#236](https://github.com/agentcontrol/agent-control/pull/236),
30+
[`80aea8f`](https://github.com/agentcontrol/agent-control/commit/80aea8f4675b3d0677bbcbbfe3c657640a40a761))
31+
32+
533
## v8.0.0 (2026-06-05)
634

735
### Bug Fixes

engine/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-engine"
3-
version = "8.0.0"
3+
version = "8.1.0"
44
description = "Control execution engine for Agent Control"
55
requires-python = ">=3.12"
66
dependencies = [

evaluators/builtin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-evaluators"
3-
version = "8.0.0"
3+
version = "8.1.0"
44
description = "Builtin evaluators for agent-control"
55
readme = "README.md"
66
requires-python = ">=3.12"

evaluators/contrib/budget/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-evaluator-budget"
3-
version = "8.0.0"
3+
version = "8.1.0"
44
description = "Budget evaluator for agent-control -- cumulative LLM cost and token tracking"
55
readme = "README.md"
66
requires-python = ">=3.12"

evaluators/contrib/cisco/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-evaluator-cisco"
3-
version = "8.0.0"
3+
version = "8.1.0"
44
description = "Cisco AI Defense evaluator for agent-control"
55
readme = "README.md"
66
requires-python = ">=3.12"

evaluators/contrib/galileo/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-evaluator-galileo"
3-
version = "8.0.0"
3+
version = "8.1.0"
44
description = "Galileo Luna evaluator for agent-control"
55
readme = "README.md"
66
requires-python = ">=3.12"

models/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-models"
3-
version = "8.0.0"
3+
version = "8.1.0"
44
description = "Shared data models for Agent Control server and SDK"
55
requires-python = ">=3.12"
66
dependencies = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
[project]
1111
name = "agent-control"
12-
version = "8.0.0"
12+
version = "8.1.0"
1313
description = "Agent Control - protect your AI agents with controls"
1414
requires-python = ">=3.12"
1515

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-sdk"
3-
version = "8.0.0"
3+
version = "8.1.0"
44
description = "Python SDK for Agent Control - protect your AI agents with controls"
55
requires-python = ">=3.12"
66
# Note: agent-control-models, agent-control-engine, and agent-control-telemetry

server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agent-control-server"
3-
version = "8.0.0"
3+
version = "8.1.0"
44
description = "Server for Agent Control - manage and evaluate controls for AI agents"
55
requires-python = ">=3.12"
66
# Note: agent-control-models, agent-control-engine, and agent-control-telemetry

0 commit comments

Comments
 (0)