|
2 | 2 |
|
3 | 3 | <!-- version list --> |
4 | 4 |
|
| 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 | + |
5 | 52 | ## v7.6.0 (2026-04-22) |
6 | 53 |
|
7 | 54 | ### Bug Fixes |
|
0 commit comments