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 3282b95 commit 587e4afCopy full SHA for 587e4af
CHANGELOG
@@ -2,6 +2,13 @@
2
Change history
3
================
4
5
+=====
6
+3.5.1
7
8
+:release-date: 2020-06-08
9
+
10
+Handle warning in JWT decode regarding missing algorithm
11
12
=====
13
3.5.0
14
stream/__init__.py
@@ -5,7 +5,7 @@
__copyright__ = "Copyright 2014, Stream.io, Inc"
__credits__ = ["Thierry Schellenbach, mellowmorning.com, @tschellenbach"]
__license__ = "BSD-3-Clause"
-__version__ = "3.5.0"
+__version__ = "3.5.1"
__maintainer__ = "Thierry Schellenbach"
__email__ = "support@getstream.io"
__status__ = "Production"
0 commit comments