From 45c950e78b66e13a18ced22e82e230dc99171025 Mon Sep 17 00:00:00 2001 From: Agntcy Build Bot Date: Fri, 30 Jan 2026 02:51:05 -0600 Subject: [PATCH] chore(main): release slim-bindings-examples 0.7.2 Signed-off-by: Agntcy Build Bot --- .github/release-manifest.json | 2 +- .../python/bindings/examples/CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 data-plane/python/bindings/examples/CHANGELOG.md diff --git a/.github/release-manifest.json b/.github/release-manifest.json index 21cb67381..400173f39 100644 --- a/.github/release-manifest.json +++ b/.github/release-manifest.json @@ -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" } diff --git a/data-plane/python/bindings/examples/CHANGELOG.md b/data-plane/python/bindings/examples/CHANGELOG.md new file mode 100644 index 000000000..a552ed230 --- /dev/null +++ b/data-plane/python/bindings/examples/CHANGELOG.md @@ -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))