forked from GetStream/stream-python
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGELOG
More file actions
130 lines (93 loc) · 2.28 KB
/
Copy pathCHANGELOG
File metadata and controls
130 lines (93 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
================
Change history
================
2.5.0
======
:release-date: 2017-10-19
:by: Tommaso Barbugli
* Use new .com domain for API and Analytics
2.4.0
======
:release-date: 2017-08-31
:by: Tommaso Barbugli
* Added support for To target update endpoint
2.3.11
======
:release-date: 2017-05-22
:by: Ian Douglas
* Added support for Python 2.6.9 and downgrade to requests 2.2.1
2.3.9
==========
:release-date: 2016-12-20
:by: Jelte Fennema
* Fix errors_from_fields function so it displays the extra data returned by the
server about InputException errors.
2.3.8
=====
:release-date: 2016-06-09
:by: Tommaso Barbugli
* Add support for keep_history on unfollow
2.3.7
=====
:release-date: 2016-06-02
:by: Tommaso Barbugli
* Add HTTP Signature auth method (for application auth resources)
* Add support for follow_many batch operation
* Add support for add_to_many batch operation
* Decode JWT from bytes to UTF-8
* Skip add_activities API call if activity_list is empty
* Fix feed group and id validation, dashes are now allowed
2.3.5
=====
:release-date: 2015-10-07
:by: Thierry Schellenbach
* Added support for activity update
2.3.3
=====
:release-date: 2015-10-07
:by: Thierry Schellenbach
* Added support for creating redirect urls
2.3.0
=====
:release-date: 2015-06-11
:by: Tommaso Barbugli
* Added support for read-only tokens
2.1.4
=====
:release-date: 2015-01-14
:by: Tommaso Barbugli
* Added support for extra data for follow actions
2.1.3
=====
:release-date: 2015-01-05
:by: Thierry Schellenbach
* Bugfix, mark_seen and mark_read now work
2.1.0
=====
:release-date: 2014-12-19
:by: Thierry Schellenbach
* Added location support to reduce latency
2.0.1
=====
:release-date: 2014-11-18
:by: Thierry Schellenbach
* Additional validation on feed_slug and user_id
2.0.0
=====
:release-date: 2014-11-10
:by: Thierry Schellenbach
* Breaking change: New style feed syntax, client.feed('user', '1') instead of client.feed('user:3')
* Breaking change: New style follow syntax, feed.follow('user', 3)
* API versioning support
* Configurable timeouts
* Python 3 support
1.1.1
=====
:release-date: 2014-09-20 08:00 A.M GMT
:by: Tommaso Barbugli
* Add HTTP client retries
1.1.0
=====
:release-date: 2014-09-08 08:00 A.M GMT
:by: Tommaso Barbugli
* Add support for mark read (notifications feeds)