Skip to content

Commit ec6253b

Browse files
chore(release): v7.4.0
1 parent fde5179 commit ec6253b

9 files changed

Lines changed: 40 additions & 8 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v7.4.0 (2026-04-07)
6+
7+
### Chores
8+
9+
- **release**: Ts sdk v2.2.0 [skip ci]
10+
([`fde5179`](https://github.com/agentcontrol/agent-control/commit/fde5179316d4c7892f9be54613edc2a1e5762c1c))
11+
12+
### Features
13+
14+
- **sdk**: Add telemetry package to support sinks
15+
([#164](https://github.com/agentcontrol/agent-control/pull/164),
16+
[`2186ba1`](https://github.com/agentcontrol/agent-control/commit/2186ba18bfd7f61d96d2af455f34a29addc7b125))
17+
18+
- **sdk**: Default merge events in SDK
19+
([#155](https://github.com/agentcontrol/agent-control/pull/155),
20+
[`5984a60`](https://github.com/agentcontrol/agent-control/commit/5984a6065ebf63c638ab9249b15b20bdc43464cf))
21+
22+
- **server**: Remove container name for dev postgres
23+
([`92b2d13`](https://github.com/agentcontrol/agent-control/commit/92b2d1374fc5fc57c3708b16c1bd7f85c5efe4f1))
24+
25+
- **server**: Start local dev pg under docker compose project endign with dev
26+
([`88bee63`](https://github.com/agentcontrol/agent-control/commit/88bee63d0a6901fed100d31223c70c553c50b036))
27+
28+
- **server,sdk, ui**: Control Templates
29+
([#158](https://github.com/agentcontrol/agent-control/pull/158),
30+
[`78bb538`](https://github.com/agentcontrol/agent-control/commit/78bb5381c7b33a400a79310a4070feb2ca959752))
31+
32+
- **ui, server**: Intuitive JSON editing for Controls
33+
([#151](https://github.com/agentcontrol/agent-control/pull/151),
34+
[`8c23cef`](https://github.com/agentcontrol/agent-control/commit/8c23cef2e8cf53d583c9b2425d6576a321061e57))
35+
36+
537
## v7.3.2 (2026-04-02)
638

739
### 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.3.2"
3+
version = "7.4.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.3.2"
3+
version = "7.4.0"
44
description = "Builtin evaluators 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.3.2"
3+
version = "7.4.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.3.2"
3+
version = "7.4.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.3.2"
12+
version = "7.4.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.3.2"
3+
version = "7.4.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.3.2"
3+
version = "7.4.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

telemetry/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-telemetry"
3-
version = "7.3.2"
3+
version = "7.4.0"
44
description = "Shared telemetry contracts for Agent Control"
55
requires-python = ">=3.12"
66
dependencies = [

0 commit comments

Comments
 (0)