Skip to content

Commit b4a9a0a

Browse files
chore(release): v7.7.0
1 parent 3b286ec commit b4a9a0a

11 files changed

Lines changed: 57 additions & 10 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v7.7.0 (2026-05-07)
6+
7+
### Bug Fixes
8+
9+
- **server**: Add httpx to runtime dependencies
10+
([#205](https://github.com/agentcontrol/agent-control/pull/205),
11+
[`b4dff6f`](https://github.com/agentcontrol/agent-control/commit/b4dff6f08d6cc35879b119c3d4218676253f22ae))
12+
13+
### Chores
14+
15+
- **release**: Ts sdk v2.5.0 [skip ci]
16+
([`7da7bf1`](https://github.com/agentcontrol/agent-control/commit/7da7bf1f700f192dd21c0b08db041d7aa8d46e4f))
17+
18+
### Continuous Integration
19+
20+
- **server**: Publish agent-control-server to PyPI
21+
([#210](https://github.com/agentcontrol/agent-control/pull/210),
22+
[`3b286ec`](https://github.com/agentcontrol/agent-control/commit/3b286ecaea19e87ac3d7300daba7ba3f79634879))
23+
24+
### Features
25+
26+
- **sdk**: Add config driven sink selection
27+
([#176](https://github.com/agentcontrol/agent-control/pull/176),
28+
[`64c169f`](https://github.com/agentcontrol/agent-control/commit/64c169f15c0506043a76cd80fdc057bb3798fb32))
29+
30+
- **sdk-ts**: Expose debug logger option
31+
([`66aba97`](https://github.com/agentcontrol/agent-control/commit/66aba97435dc2e4cdbcd43f37957384811c61ad1))
32+
33+
- **server**: Bundle migrations in wheel and add agent-control-migrate
34+
([#209](https://github.com/agentcontrol/agent-control/pull/209),
35+
[`8c5c35e`](https://github.com/agentcontrol/agent-control/commit/8c5c35ecbdc6b8d0fa98c8b7d3596a54ece022ad))
36+
37+
- **server**: Namespace scoping and control bindings
38+
([#203](https://github.com/agentcontrol/agent-control/pull/203),
39+
[`15ed4fd`](https://github.com/agentcontrol/agent-control/commit/15ed4fd2bb90bba58c954bb1fc573639efdc30ef))
40+
41+
- **server**: Pluggable request-auth framework (management + runtime)
42+
([#204](https://github.com/agentcontrol/agent-control/pull/204),
43+
[`fae0ad3`](https://github.com/agentcontrol/agent-control/commit/fae0ad31dd53f75a8a332ad887c5ac63f2b847d9))
44+
45+
### Refactoring
46+
47+
- **models**: Share control definition runtime fields
48+
([#202](https://github.com/agentcontrol/agent-control/pull/202),
49+
[`09653e3`](https://github.com/agentcontrol/agent-control/commit/09653e38cfc2ad9986ff308affc7493f0e255566))
50+
51+
552
## v7.6.0 (2026-04-22)
653

754
### 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 = "7.6.0"
3+
version = "7.7.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 = "7.6.0"
3+
version = "7.7.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 = "7.5.0"
3+
version = "7.7.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 = "7.5.0"
3+
version = "7.7.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 = "7.6.0"
3+
version = "7.7.0"
44
description = "Galileo Luna2 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 = "7.6.0"
3+
version = "7.7.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 = "7.6.0"
12+
version = "7.7.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 = "7.6.0"
3+
version = "7.7.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 = "7.6.0"
3+
version = "7.7.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)