We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1a71f commit 8cf8fb9Copy full SHA for 8cf8fb9
CHANGELOG.md
@@ -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
12
## Sep 14, 2021 - 3.13.1
13
14
- Tweak connection pool configuration for idle timeouts
stream_chat/__pkg__.py
@@ -1,6 +1,6 @@
__author__ = "Tommaso Barbugli"
__copyright__ = "Copyright 2019-2021, Stream.io, Inc"
-__version__ = "3.13.1"
+__version__ = "3.14.0"
__maintainer__ = "Tommaso Barbugli"
__email__ = "support@getstream.io"
__status__ = "Production"
0 commit comments