We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35eec21 commit 1d7f635Copy full SHA for 1d7f635
CHANGELOG
@@ -2,6 +2,18 @@
2
Change history
3
================
4
5
+======
6
+3.0.0
7
8
+:release-date: 2018-12-03
9
+:by: Tommaso Barbugli
10
+
11
+Add support for reactions
12
+Add support for users
13
+Removed HTTP Signatures based auth
14
+Use JWT auth for everything
15
+Add feed.get enrichment params
16
17
======
18
2.12.0
19
stream/__init__.py
@@ -5,7 +5,7 @@
__copyright__ = "Copyright 2014, Stream.io, Inc"
__credits__ = ["Thierry Schellenbach, mellowmorning.com, @tschellenbach"]
__license__ = "BSD-3-Clause"
-__version__ = "2.12.0"
+__version__ = "3.0.0"
__maintainer__ = "Thierry Schellenbach"
__email__ = "support@getstream.io"
__status__ = "Production"
0 commit comments