From 1e34f54f1b457eb624a9fca450c78e61a5cd6700 Mon Sep 17 00:00:00 2001 From: Agntcy Build Bot Date: Thu, 18 Jun 2026 14:19:59 +0200 Subject: [PATCH] chore(main): release slim-testutils 0.7.2 Signed-off-by: Agntcy Build Bot --- .github/release-manifest.json | 2 +- data-plane/testing/CHANGELOG.md | 34 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/.github/release-manifest.json b/.github/release-manifest.json index 357e362e5..e96bb0347 100644 --- a/.github/release-manifest.json +++ b/.github/release-manifest.json @@ -1,6 +1,6 @@ { "charts/slim": "1.4.0", - "data-plane/testing": "0.7.1", + "data-plane/testing": "0.7.2", "control-plane/control-plane": "1.4.0", "charts/slim-control-plane": "1.4.0", "charts/slim-spire": "1.4.0" diff --git a/data-plane/testing/CHANGELOG.md b/data-plane/testing/CHANGELOG.md index d9ea47a94..05162d93e 100644 --- a/data-plane/testing/CHANGELOG.md +++ b/data-plane/testing/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [0.7.2](https://github.com/agntcy/slim/compare/slim-testutils-v0.7.1...slim-testutils-v0.7.2) (2026-06-18) + + +### Features + +* ack for remote subscriptions ([#1364](https://github.com/agntcy/slim/issues/1364)) ([03d6432](https://github.com/agntcy/slim/commit/03d643293fe50e22a5a6f47bf975163c72c169f5)) +* 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)) +* **bindings:** expose participant list to the application ([#1089](https://github.com/agntcy/slim/issues/1089)) ([c31f6ec](https://github.com/agntcy/slim/commit/c31f6ec2fa74964d7b306daac32a5b70bdf49630)) +* **data-plane/testing:** add session-layer stress benchmark ([#1668](https://github.com/agntcy/slim/issues/1668)) ([1793902](https://github.com/agntcy/slim/commit/1793902648fe5810acd215e9201990c9e82b1c6e)) +* e2e header integrity validation ([#1677](https://github.com/agntcy/slim/issues/1677)) ([54ea5b7](https://github.com/agntcy/slim/commit/54ea5b7b6b9dca52376bcb44c48f76c3e19ee568)) +* increase Name ID from u64 to u128 ([#1680](https://github.com/agntcy/slim/issues/1680)) ([4f129da](https://github.com/agntcy/slim/commit/4f129daf951b7bfe43941912d0a737dac8ae033b)) +* MLS identity key integration and security dependency upgrades ([#1394](https://github.com/agntcy/slim/issues/1394)) ([63c29c2](https://github.com/agntcy/slim/commit/63c29c26af196586003874959aba355e3c70a61a)) +* **peer-sync:** subscription synchronization ([#1705](https://github.com/agntcy/slim/issues/1705)) ([acb637e](https://github.com/agntcy/slim/commit/acb637e4b8acfb955718878d1c771e30adf0857f)) +* remove go implementation of slimctl and refactor workflows ([#1276](https://github.com/agntcy/slim/issues/1276)) ([1771288](https://github.com/agntcy/slim/commit/1771288c5f735b3a9449fe0aeb994b1cec7f7993)) +* update slimrpc compiler to use slimrpc in latest slim-bindings ([b7e9266](https://github.com/agntcy/slim/commit/b7e92662dc66d46d412aff0c375e6d0a4679a751)) +* **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)) + + +### Bug Fixes + +* [#1051](https://github.com/agntcy/slim/issues/1051) ([932b21c](https://github.com/agntcy/slim/commit/932b21c5daea64bf6aacd31b44c7e79f88bd8de7)) +* **bindings:** improve identity error handling ([#1042](https://github.com/agntcy/slim/issues/1042)) ([44002b5](https://github.com/agntcy/slim/commit/44002b51c598f3780645b8f3fac48f5e34a373cb)) +* **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)) +* p2p integration test ([#1049](https://github.com/agntcy/slim/issues/1049)) ([430873d](https://github.com/agntcy/slim/commit/430873decdaa8f90773f9b5f862935cd06f781cf)) +* revert "build(deps): upgrade to spire 0.12" ([#1528](https://github.com/agntcy/slim/issues/1528)) ([c4dfe41](https://github.com/agntcy/slim/commit/c4dfe41d9e6d37c61f0e1f2fb459aa332be0ef02)) +* **session:** correctly remove routes on session close ([#1039](https://github.com/agntcy/slim/issues/1039)) ([df21fe3](https://github.com/agntcy/slim/commit/df21fe377bf0b416a123ef688d3beafc3bd0488b)) +* **slimctl:** improve testing stability and reporting ([#1234](https://github.com/agntcy/slim/issues/1234)) ([d04751a](https://github.com/agntcy/slim/commit/d04751a82e7f171401b89cba3948289d5b8fbac8)) +* **tests/integration:** update spire-server version ([#1567](https://github.com/agntcy/slim/issues/1567)) ([6729949](https://github.com/agntcy/slim/commit/67299496506b8f52b3b2b3f60a5d7c2f4e3b5f84)) + + +### Performance Improvements + +* **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)) + ## [0.7.1](https://github.com/agntcy/slim/compare/slim-testutils-v0.7.0...slim-testutils-v0.7.1) (2025-11-21)