We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b8191 commit 6178047Copy full SHA for 6178047
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## May 26, 2021 - 3.8.0
2
+
3
+- Add query_message_flags endpoint support
4
+- Add token revoke support
5
+- Run CI sequentially for different Python versions
6
+- Drop codecov
7
8
## March 10, 2021 - 3.7.0
9
10
- Add get_rate_limits endpoint support
stream_chat/__pkg__.py
@@ -1,6 +1,6 @@
__author__ = "Tommaso Barbugli"
__copyright__ = "Copyright 2019-2021, Stream.io, Inc"
-__version__ = "3.7.0"
+__version__ = "3.8.0"
__maintainer__ = "Tommaso Barbugli"
__email__ = "support@getstream.io"
__status__ = "Production"
0 commit comments