Skip to content

Commit 45b566d

Browse files
committed
chore(main): release slim-testutils 0.7.2
Signed-off-by: Agntcy Build Bot <build@agntcy.io>
1 parent ed20c89 commit 45b566d

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

.github/release-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"charts/slim": "1.4.0",
3-
"data-plane/testing": "0.7.1",
3+
"data-plane/testing": "0.7.2",
44
"control-plane/control-plane": "1.4.0",
55
"charts/slim-control-plane": "1.4.0",
66
"charts/slim-spire": "1.4.0"

data-plane/testing/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## [0.7.2](https://github.com/agntcy/slim/compare/slim-testutils-v0.7.1...slim-testutils-v0.7.2) (2026-06-16)
4+
5+
6+
### Features
7+
8+
* ack for remote subscriptions ([#1364](https://github.com/agntcy/slim/issues/1364)) ([03d6432](https://github.com/agntcy/slim/commit/03d643293fe50e22a5a6f47bf975163c72c169f5))
9+
* add in-process benchmark tooling for data-plane profiling ([#1389](https://github.com/agntcy/slim/issues/1389)) ([2c0dbd4](https://github.com/agntcy/slim/commit/2c0dbd438432edba91c774012eb5fbe641665d28))
10+
* **bindings:** expose participant list to the application ([#1089](https://github.com/agntcy/slim/issues/1089)) ([c31f6ec](https://github.com/agntcy/slim/commit/c31f6ec2fa74964d7b306daac32a5b70bdf49630))
11+
* **data-plane/testing:** add session-layer stress benchmark ([#1668](https://github.com/agntcy/slim/issues/1668)) ([1793902](https://github.com/agntcy/slim/commit/1793902648fe5810acd215e9201990c9e82b1c6e))
12+
* e2e header integrity validation ([#1677](https://github.com/agntcy/slim/issues/1677)) ([54ea5b7](https://github.com/agntcy/slim/commit/54ea5b7b6b9dca52376bcb44c48f76c3e19ee568))
13+
* increase Name ID from u64 to u128 ([#1680](https://github.com/agntcy/slim/issues/1680)) ([4f129da](https://github.com/agntcy/slim/commit/4f129daf951b7bfe43941912d0a737dac8ae033b))
14+
* MLS identity key integration and security dependency upgrades ([#1394](https://github.com/agntcy/slim/issues/1394)) ([63c29c2](https://github.com/agntcy/slim/commit/63c29c26af196586003874959aba355e3c70a61a))
15+
* **peer-sync:** subscription synchronization ([#1705](https://github.com/agntcy/slim/issues/1705)) ([acb637e](https://github.com/agntcy/slim/commit/acb637e4b8acfb955718878d1c771e30adf0857f))
16+
* remove go implementation of slimctl and refactor workflows ([#1276](https://github.com/agntcy/slim/issues/1276)) ([1771288](https://github.com/agntcy/slim/commit/1771288c5f735b3a9449fe0aeb994b1cec7f7993))
17+
* update slimrpc compiler to use slimrpc in latest slim-bindings ([b7e9266](https://github.com/agntcy/slim/commit/b7e92662dc66d46d412aff0c375e6d0a4679a751))
18+
* **websocket:** Enable the compilation of data-plane for wasm32 ([#1695](https://github.com/agntcy/slim/issues/1695)) ([5fe3b82](https://github.com/agntcy/slim/commit/5fe3b821978510662607e77e85854ae5ebf52521))
19+
20+
21+
### Bug Fixes
22+
23+
* [#1051](https://github.com/agntcy/slim/issues/1051) ([932b21c](https://github.com/agntcy/slim/commit/932b21c5daea64bf6aacd31b44c7e79f88bd8de7))
24+
* **bindings:** improve identity error handling ([#1042](https://github.com/agntcy/slim/issues/1042)) ([44002b5](https://github.com/agntcy/slim/commit/44002b51c598f3780645b8f3fac48f5e34a373cb))
25+
* **controller:** start the controller service only if the related config is provided ([#1054](https://github.com/agntcy/slim/issues/1054)) ([932b21c](https://github.com/agntcy/slim/commit/932b21c5daea64bf6aacd31b44c7e79f88bd8de7))
26+
* p2p integration test ([#1049](https://github.com/agntcy/slim/issues/1049)) ([430873d](https://github.com/agntcy/slim/commit/430873decdaa8f90773f9b5f862935cd06f781cf))
27+
* revert "build(deps): upgrade to spire 0.12" ([#1528](https://github.com/agntcy/slim/issues/1528)) ([c4dfe41](https://github.com/agntcy/slim/commit/c4dfe41d9e6d37c61f0e1f2fb459aa332be0ef02))
28+
* **session:** correctly remove routes on session close ([#1039](https://github.com/agntcy/slim/issues/1039)) ([df21fe3](https://github.com/agntcy/slim/commit/df21fe377bf0b416a123ef688d3beafc3bd0488b))
29+
* **slimctl:** improve testing stability and reporting ([#1234](https://github.com/agntcy/slim/issues/1234)) ([d04751a](https://github.com/agntcy/slim/commit/d04751a82e7f171401b89cba3948289d5b8fbac8))
30+
* **tests/integration:** update spire-server version ([#1567](https://github.com/agntcy/slim/issues/1567)) ([6729949](https://github.com/agntcy/slim/commit/67299496506b8f52b3b2b3f60a5d7c2f4e3b5f84))
31+
32+
33+
### Performance Improvements
34+
35+
* **testing:** avoid per-message allocs in benchmark hot loop ([#1397](https://github.com/agntcy/slim/issues/1397)) ([fa3c3b7](https://github.com/agntcy/slim/commit/fa3c3b72419826a31b9b17bd54b930dc66bbb2ac))
36+
337
## [0.7.1](https://github.com/agntcy/slim/compare/slim-testutils-v0.7.0...slim-testutils-v0.7.1) (2025-11-21)
438

539

0 commit comments

Comments
 (0)