Skip to content

Commit 8cf8fb9

Browse files
committed
Release v3.14.0
1 parent 1a1a71f commit 8cf8fb9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Nov 1, 2021 - 3.14.0
2+
3+
- Add support for async endpoints
4+
- get_task
5+
- delete_users
6+
- delete_channels
7+
- Add support for permissions v2
8+
- Add convenience helpers for shadow ban
9+
- Use json helper for unmarshal response in async
10+
- Add support for Python 3.10
11+
112
## Sep 14, 2021 - 3.13.1
213

314
- Tweak connection pool configuration for idle timeouts

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-2021, Stream.io, Inc"
3-
__version__ = "3.13.1"
3+
__version__ = "3.14.0"
44
__maintainer__ = "Tommaso Barbugli"
55
__email__ = "[email protected]"
66
__status__ = "Production"

0 commit comments

Comments
 (0)