This repository was archived by the owner on Feb 19, 2024. It is now read-only.
forked from GetStream/stream-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
102 lines (76 loc) · 1.83 KB
/
CHANGELOG
File metadata and controls
102 lines (76 loc) · 1.83 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
================
Change history
================
3.0.1
=====
:release-date: 2019-07-13
:by: Peter van Kampen
* More flexible collections upsert
3.0.0
=====
:release-date: 2019-02-11
:by: Peter van Kampen
* Add support for users, collections, reactions, enrichment
* Add `Client::doPartiallyUpdateActivity`
* Add `Client::batchPartialActivityUpdate` methods
* Add `Client::getActivities` methods
* Remove deprecated methods on Feed Class
2.9.1
=====
:release-date: 2018-12-03
:by: Peter van Kampen
* Added RateLimit methods to StreamFeedException
2.9.0
=====
:release-date: 2018-10-08
:by: Peter van Kampen
* Added `Client::createUserSessionToken` method
2.8.0
=====
:release-date: 2018-09-06
:by: Federico Ruggi
* Added unfollow many endpoint.
* Added collection references helpers.
2.4.2
=====
:release-date: 2017-10-03
:by: Hannes Van De Vreken
* Silently return nothing when meaningless input is given on `Client::updateActivities` method.
2.4.1
=====
:release-date: 2017-09-26
:by: Hannes Van De Vreken
* Cleaned up test suite and separated integration tests from unit tests in test builds
* Fixed guzzle request options
* Fixed json encoding errors by letting guzzle handle it
2.4.0
=====
:release-date: 2017-08-31
:by: Tommaso Barbugli
* Add support for update to target
2.3.0
=====
:release-date: 2017-03-20
:by: Tommaso Barbugli
* Add support for activity_copy_limit parameter (follow_many)
2.2.9
=====
:release-date: 2016-10-15
:by: Ian Douglas
* Updates to testing, support for more versions
2.2.8
=====
:release-date: 2016-06-29
:by: Tommaso Barbugli
* Update to php-jwt 3.0
2.0.1
=====
:release-date: 2014-11-11
:by: Tommaso Barbugli
* Simplified syntax to create feeds, follow and unfollow feeds.
* Default HTTP timeout of 3s
1.3.4
=====
:release-date: 2014-09-08
:by: Tommaso Barbugli
* Add support for mark read (notifications feeds)