forked from GetStream/stream-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
313 lines (224 loc) · 5.24 KB
/
CHANGELOG
File metadata and controls
313 lines (224 loc) · 5.24 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
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
================
Change history
================
3.1.0
:release-date: 2019-01-22
:by: Mircea Cosbuc
* Add support for batch activity partial update
3.0.1
:release-date: 2018-12-19
:by: Mircea Cosbuc
* Fix deleting reactions
3.0.0
:release-date: 2018-12-19
:by: Mircea Cosbuc
* Removed HTTP signatures based authentication
* Use JWT authentication for all endpoints
* Add support for users
* Add support for reactions
* Add support for enrichment of feeds
2.11.1
======
:release-date: 2018-10-30
:by: Tommaso Barbugli
* Add support for update-to-targets
* Fix tests
2.11.0
======
:release-date: 2018-10-30
:by: Tommaso Barbugli
* Added user session token create function
* Fix random test failures
2.10.0
======
:release-date: 2018-09-06
:by: Federico Ruggi
* Added collections ref helpers
2.9.3
=====
:release-date: 2018-08-02
:by: Federico Ruggi
* Fixed a bug with add_activity causing alteration in the original activity.
2.9.2
======
:release-date: 2018-07-24
:by: Federico Ruggi
* Changed partial activity update endpoint method name to uniform with the other clients.
2.9.1
=====
:release-date: 2018-07-12
:by: Federico Ruggi
* Changed default params format for single activity retrieval by foreign ID.
2.9.0
=====
:release-date: 2018-07-11
:by: Federico Ruggi
* Added support for partial activity update endpoint.
2.8.0
=====
:release-date: 2018-07-10
:by: Federico Ruggi
* Added support for get activities endpoint.
2.7.1
=====
:release-date: 2018-06-29
:by: Federico Ruggi
* Relaxed jwt dependency.
2.7.0
=====
:release-date: 2018-05-03
:by: Federico Ruggi
* Add support for unfollow many endpoint.
2.6.1
=====
:release-date: 2018-04-26
:by: Federico Ruggi
* Fix client options defaults when nil values are provided.
2.6.0
=====
:release-date: 2018-04-17
:by: Federico Ruggi
* Added support for personalization and collections endpoints.
2.5.10
=====
:release-date: 2017-12-01
:by: Ian Douglas
* Minor modification for Faraday middleware warning
2.5.9
=====
:release-date: 2017-10-16
:by: Ian Douglas
* updating core API hostname to our new .com domain
* added support to change the core hostname when instantiating the client (options[:api_hostame])
2.5.8
=====
:release-date: 2017-09-21
:by: Ian Douglas
* updating Ruby language version support on Travis-CI
2.5.7
=====
:release-date: 2017-09-12
:by: Shu Yang Quek (community member)
* updates for
2.5.6
=====
:release-date: 2017-06-09
:by: Ian Douglas
* allowing versions of Faraday greater than v0.10 but less than 1.0
2.5.5
=====
:release-date: 2017-05-23
:by: Ian Douglas
* fixed bug with activity_copy_limit when a single feed follows another
2.5.4
=====
:release-date: 2017-03-22
:by: Ian Douglas
* fixed error messages when exceptions happen on response payloads (fixed from a bad 2.5.3 release)
2.5.2
=====
:by: Tommaso Burbugli
* fixed parameter ordering
2.5.1
=====
:release-date: 2017-01-10
:by: Ian Douglas
* customers reported non-empty GET bodies, which mess up auth signing
2.5.0
=====
:release-date: 2016-12-19
:by: Ian Douglas
* Switched from HTTParty to Faraday to allow more fine-grained control (more to come)
2.4.5
=====
:release-date: 2016-12-09
:by: Ian Douglas
* Removing persistence support while we evaluate other libraries to replace httparty
2.4.4
=====
:release-date: 2016-10-15
:by: Ian Douglas
* Added support in tests for Stream's new QA environment
2.4.3
=====
:release-date: 2016-06-09
:by: Tommaso Barbugli
* Added support for keep_history on unfollow
2.4.2
=====
:release-date: 2016-06-01
:by: Tommaso Barbugli
* Added support for activity_copy_limit on follow
2.4.1
====
:release-date: 2016-05-13
:by: Tommaso Barbugli
* Added update activity methods to client
2.4
====
:release-date: 2016-05-13
:by: Tommaso Barbugli
* Added support for update activity API
2.3.1
====
:release-date: 2016-03-15 08:50 P.M CST
:by: Tommaso Barbugli
* Bugfix release
2.3
====
:release-date: 2016-03-15 08:50 P.M CST
:by: Tommaso Barbugli
* Implement JWT authentication for all API calls
* Fix 1.9.3 support by using jwt 1.5.2
* Implement Stream::Feed#readonly_token
* add support for activity_copy_limit on follow_many
2.2.5
====
:release-date: 2016-01-22 08:50 P.M CST
:by: Tommaso Barbugli
* Better HTTP error message representation
* [bugfix] allow underscores for feed group labels
2.2.4
====
:release-date: 2016-01-08 07:50 P.M EST
:by: Tommaso Barbugli
* Code hygiene refactorings
2.2
====
:release-date: 2015-01-25 4:50 P.M EST
:by: Tommaso Barbugli
* Added support for add_to_many
* Added new request signing (using HTTP Signatures draft specification)
* Added code docs
* Added support for follow_many
2.1.4
=====
:release-date: 2015-01-16 10:00 A.M CET
:by: Tommaso Barbugli
* Configurable API timeout
2.1.0
=====
:release-date: 2014-12-18 20:00 A.M GMT
:by: Tommaso Barbugli
* Configurable API location
* Configurable API version
2.0.1
=====
:release-date: 2014-11-10 15:00 A.M GMT
:by: Tommaso Barbugli
* Simplified syntax to create feeds, follow and unfollow feeds.
* Default HTTP timeout of 3s
* Better exception messages
* Add support for mark seen
1.0.1
=====
:release-date: 2014-09-08 10:00 A.M GMT
:by: Tommaso Barbugli
Fixes
-----
* Fix mark_read as boolean
1.0.0
=====
:release-date: 2014-09-08 08:00 A.M GMT
:by: Tommaso Barbugli
* Add support for mark read (notifications feeds)