-
Notifications
You must be signed in to change notification settings - Fork 141
/
CHANGES.txt
110 lines (61 loc) · 1.84 KB
/
CHANGES.txt
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
Changes
=========
2.0.0
- Major rewrite using Guzzle 6
1.5.0
- Adds `created_since` when listing users
1.4.0
- Adds `order` when listing users
1.3.2
- Adds bulk support for both users and events.
- Adds support for viewing bulk job info.
1.3.1
- Fixes paging
1.3.0
- Adds support for the Bulk API (Users)
1.2.3
- Fixes Contacts iterator
1.2.2
- Adding Contacts iterator
1.2.1
- Metadata fix
1.2.0
- Support opening, closing, and assigning conversations
1.1.1
- Fix encoding for empty event metadata
- Fix error response when receiving ELB error
1.1.0
- Acquire support
1.0.0
- Releasing version 1.0.0
1.0.0-b12
- Remove Id requirement on userUpdate, thanks @rb-cohen
1.0.0-b11
- Add support for `signed_up_at`
1.0.0-b10
- Add support for Admin replies to conversations
1.0.0-b9
- Add support for the update_last_request_at parameter on creating users
- Add support for the new_session parameter on updating users
1.0.0-b8
- Added support for the new_session parameter when creating users, thanks @FallDi
1.0.0-b7
- Removed requirement for admin_id on note creation
1.0.0-b6
- Added rate limit details to response, thanks @ziemkowski
- Improve conversation fetching for admins/users, thanks @ziemkowski
1.0.0-b5
- Packagist
- Licence & Readme updates
1.0.0-b4
- Fix /events response being parsed as JSON
1.0.0-b3
- Add remote_created_at to user update and create.
1.0.0-b2
- Add a user-agent string to the default headers
- Set the accept header to be application/json
- Make user the default type for a conversations query (fix for https://github.com/intercom/intercom-php/issues/41)
- Populate exceptions with errors from the response (fix for https://github.com/intercom/intercom-php/issues/37)
- Fix directory names on Linux for composer (fix for https://github.com/intercom/intercom-php/issues/38)
1.0.0-b1
- initial beta release