Skip to content

Commit 439150f

Browse files
chore(release): v7.3.0
1 parent bf1f7d7 commit 439150f

8 files changed

Lines changed: 34 additions & 7 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v7.3.0 (2026-03-30)
6+
7+
### Bug Fixes
8+
9+
- **docs**: Add explicit shutdown to quickstart example
10+
([#149](https://github.com/agentcontrol/agent-control/pull/149),
11+
[`b76014f`](https://github.com/agentcontrol/agent-control/commit/b76014f1132218448b93169b3c6350f62bac49ac))
12+
13+
- **sdk**: Use sync shutdown flush fallback
14+
([#150](https://github.com/agentcontrol/agent-control/pull/150),
15+
[`90265ba`](https://github.com/agentcontrol/agent-control/commit/90265ba79132d8a8669f92948cf73568eb38fd5a))
16+
17+
- **server**: Remove unused evaluator config store
18+
([#152](https://github.com/agentcontrol/agent-control/pull/152),
19+
[`dea2873`](https://github.com/agentcontrol/agent-control/commit/dea2873241004c9398909609d4b665808270290e))
20+
21+
### Features
22+
23+
- **evaluators**: Add starts_with/ends_with mode to list evaluator
24+
([#154](https://github.com/agentcontrol/agent-control/pull/154),
25+
[`bf1f7d7`](https://github.com/agentcontrol/agent-control/commit/bf1f7d7cf271a231a165699d44f726467b49bd50))
26+
27+
- **sdk**: [Enterprise Integration]: Add provider agnostic traceing
28+
([#145](https://github.com/agentcontrol/agent-control/pull/145),
29+
[`f1ca27c`](https://github.com/agentcontrol/agent-control/commit/f1ca27ccac5f6666f997c876598ef1bcbbae0b6d))
30+
31+
532
## v7.2.0 (2026-03-26)
633

734
### 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.2.0"
3+
version = "7.3.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.2.0"
3+
version = "7.3.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.2.0"
3+
version = "7.3.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.2.0"
3+
version = "7.3.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.2.0"
12+
version = "7.3.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.2.0"
3+
version = "7.3.0"
44
description = "Python SDK for Agent Control - protect your AI agents with controls"
55
requires-python = ">=3.12"
66
# Note: agent-control-models and agent-control-engine are bundled at build time

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.2.0"
3+
version = "7.3.0"
44
description = "Server for Agent Control - manage and evaluate controls for AI agents"
55
requires-python = ">=3.12"
66
# Note: agent-control-models and agent-control-engine are bundled at build time

0 commit comments

Comments
 (0)