forked from GetStream/stream-python
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG
188 lines (135 loc) · 3.24 KB
/
CHANGELOG
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
================
Change history
================
=======
2.9.1
======
:release-date: 2017-07-18
:by: Tommaso Barbugli
Renamed client.get_activities' foreign_id_time param to foreign_id_times
=======
2.9.0
======
:release-date: 2017-07-05
:by: Tommaso Barbugli
Add support for get activity API endpoint
=======
2.8.1
======
:release-date: 2017-12-21
:by: Tommaso Barbugli
Fixes a regression with embedded httpsig and Python 3
=======
2.8.0
======
:release-date: 2017-12-21
:by: Tommaso Barbugli
Fixes install issues on Windows
* Bundle http-sig library
* Use pycryptodomex instead of the discontinued pycrypto library
=======
2.7.0
======
:release-date: 2017-12-14
:by: Aaron McMillin
* All client methods that make requests will return the response
2.6.2
=====
:release-date 2017-12-08
:by: Balazs
Consolidate API URL generation across API, Collections and Personalization services
2.6.0
=====
:release-date 2017-12-08
:by: Balazs
Support the new collections endpoint and flexible get requests for personalization
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)