Skip to content

Commit 45bb060

Browse files
committed
Changelog for v4.0.0
1 parent 840c8c7 commit 45bb060

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Change history
33
================
44

5+
=====
6+
4.0.0
7+
=====
8+
:release-date: 2020-09-02
9+
10+
Drop old create_user_session_token in favor create_user_token
11+
Drop python support before 3.4
12+
Allow custom data in client.create_jwt_token
13+
Add kind filter for reactions in enrichment
14+
Add follow stat support
15+
Move to github actions from travis and improve static analysis
16+
Update readme for old docs
17+
Update some crypto dependencies
18+
519
=====
620
3.5.1
721
=====

stream/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__copyright__ = "Copyright 2014, Stream.io, Inc"
66
__credits__ = ["Thierry Schellenbach, mellowmorning.com, @tschellenbach"]
77
__license__ = "BSD-3-Clause"
8-
__version__ = "3.5.1"
8+
__version__ = "4.0.0"
99
__maintainer__ = "Thierry Schellenbach"
1010
__email__ = "support@getstream.io"
1111
__status__ = "Production"

0 commit comments

Comments
 (0)