Skip to content
Closed
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
Expand Up @@ -5,6 +5,6 @@
"data-plane/testing": "0.7.1",
"control-plane/control-plane": "0.7.1",
"charts/slim-control-plane": "0.7.0",
"data-plane/python/bindings/examples": "0.7.1",
"data-plane/python/bindings/examples": "0.7.2",
"data-plane/python/integrations/slimrpc": "0.2.1"
}
17 changes: 17 additions & 0 deletions data-plane/python/bindings/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [0.7.2](https://github.com/agntcy/slim/compare/slim-bindings-examples-v0.7.1...slim-bindings-examples-v0.7.2) (2026-01-30)


### Features

* **bindings:** configuration file support ([#1099](https://github.com/agntcy/slim/issues/1099)) ([d06d09b](https://github.com/agntcy/slim/commit/d06d09b4e75abf5b682cce626994f3ee32c7c44c))
* **bindings:** move to new python bindings ([#1116](https://github.com/agntcy/slim/issues/1116)) ([64c8f24](https://github.com/agntcy/slim/commit/64c8f245991a29bbe3a6d98505adfba8123ce710))
* **session:** handle moderator unexpected stop ([#1024](https://github.com/agntcy/slim/issues/1024)) ([d82f7c4](https://github.com/agntcy/slim/commit/d82f7c459c224f6530bc0d2b596a38f8b1d1fd73))
* Update group state on unexpected application stop ([#1014](https://github.com/agntcy/slim/issues/1014)) ([2385cfb](https://github.com/agntcy/slim/commit/2385cfbe694c4d2a0f047ff10b640885d81f6be2))


### Bug Fixes

* check if a participant is already in the group before invite ([#1085](https://github.com/agntcy/slim/issues/1085)) ([2f19c62](https://github.com/agntcy/slim/commit/2f19c625b59ba1855f6171736ac25401523a78ee))
* **session:** remove participants from the group list ([#1059](https://github.com/agntcy/slim/issues/1059)) ([e8577aa](https://github.com/agntcy/slim/commit/e8577aa3142c8a0e1da6b2a317be553e7b7c10f7))
Loading