Skip to content

Commit 8da05db

Browse files
github-actions[bot]github-actions
andauthored
chore(release): v4.32.0 (#233)
Co-authored-by: github-actions <release@getstream.io>
1 parent 2872cb4 commit 8da05db

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.32.0](https://github.com/GetStream/stream-chat-python/compare/v4.31.0...v4.32.0) (2026-05-15)
6+
7+
8+
### Features
9+
10+
* **webhooks:** verify_and_parse_* API for compressed payloads (CHA-3071) ([#230](https://github.com/GetStream/stream-chat-python/issues/230)) ([2872cb4](https://github.com/GetStream/stream-chat-python/commit/2872cb4ae2d302d3cc223913641f5e5604018e59))
11+
512
## [4.31.0](https://github.com/GetStream/stream-chat-python/compare/v4.30.1...v4.31.0) (2026-02-27)
613

714

stream_chat/__pkg__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "Tommaso Barbugli"
22
__copyright__ = "Copyright 2019-2022, Stream.io, Inc"
3-
__version__ = "4.31.0"
3+
__version__ = "4.32.0"
44
__maintainer__ = "Tommaso Barbugli"
55
__email__ = "support@getstream.io"
66
__status__ = "Production"

0 commit comments

Comments
 (0)