Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"charts/slim": "2.0.0-alpha.1",
"crates/testing": "0.7.1",
"crates/testing": "0.7.2",
"charts/slim-control-plane": "2.0.0-alpha.0",
"charts/slim-spire": "1.4.0"
}
16 changes: 16 additions & 0 deletions crates/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.7.2](https://github.com/agntcy/slim/compare/slim-testutils-v0.7.1...slim-testutils-v0.7.2) (2026-08-04)


### Features

* add header integrity check and replay protection to control messages ([#1740](https://github.com/agntcy/slim/issues/1740)) ([07440be](https://github.com/agntcy/slim/commit/07440be908cfb443ac6b8f01d8d0dbf84ad31b29))
* add spire support to test apps ([#1939](https://github.com/agntcy/slim/issues/1939)) ([8e7d8d4](https://github.com/agntcy/slim/commit/8e7d8d4bea7f373c9299bdafdb562a20e1b75e83))
* add websocket supports for the browser ([#1775](https://github.com/agntcy/slim/issues/1775)) ([2dbdb0c](https://github.com/agntcy/slim/commit/2dbdb0c504d6af09f89725f5a486d17b08d3c9c7))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Correct the WebSocket changelog wording.

Change add websocket supports for the browser to add WebSocket support for browsers.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@crates/testing/CHANGELOG.md` at line 10, Update the changelog entry wording
from “add websocket supports for the browser” to “add WebSocket support for
browsers,” preserving the existing issue and commit links.

* **bindings:** expose session close/rejoin ([#1896](https://github.com/agntcy/slim/issues/1896)) ([c8fa51f](https://github.com/agntcy/slim/commit/c8fa51f789b72ea91f3664cd81d67b1c9ab24357))
* **session:** encrypted MLS + session state persistence and restore ([#1820](https://github.com/agntcy/slim/issues/1820)) ([bf06ac1](https://github.com/agntcy/slim/commit/bf06ac1ae80fdc3918605637e4b8a36cdf4e5b08))


### Bug Fixes

* update SPIRE version to 1.15.2 ([#1904](https://github.com/agntcy/slim/issues/1904)) ([8333f2c](https://github.com/agntcy/slim/commit/8333f2c1d08fecd052f14e79f4a5df8326524c8a))

## [0.7.1](https://github.com/agntcy/slim/compare/slim-testutils-v0.7.0...slim-testutils-v0.7.1) (2025-11-21)


Expand Down