You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+22-18Lines changed: 22 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,31 @@
1
1
### Changes
2
2
3
+
#### 2.0.0
4
+
5
+
- Fixes subscription metadata deserialization
6
+
3
7
#### 1.3.1
4
8
5
9
- Fixes company removal
6
10
7
11
#### 1.3.0
8
12
9
13
- Is a rollup of the 1.3.0 beta releases.
10
-
14
+
11
15
#### 1.3.0-b3
12
16
13
17
- Configure Jackson ObjectMapper once [76](https://github.com/intercom/intercom-java/issues/76)
14
18
15
19
#### 1.3.0-b2
16
20
17
-
- Allow users to be removed from companies.
21
+
- Allow users to be removed from companies.
18
22
19
23
#### 1.3.0-b1
20
24
21
-
- Support bulk user and event submission. Save your request rate limit for
25
+
- Support bulk user and event submission. Save your request rate limit for
22
26
a rainy day! You can post and delete users, and post events.
23
27
24
-
- Add a currentTimestamp() helper to Intercom. This divides currentTimeMillis
28
+
- Add a currentTimestamp() helper to Intercom. This divides currentTimeMillis
25
29
by 1000 to produce a second level value.
26
30
27
31
#### 1.2.1
@@ -30,13 +34,13 @@ by 1000 to produce a second level value.
30
34
31
35
#### 1.2.0
32
36
33
-
- Allow conversations to be assigned to others on your team. Conversations
34
-
are the most beautiful things, and now you can share them with others through
37
+
- Allow conversations to be assigned to others on your team. Conversations
38
+
are the most beautiful things, and now you can share them with others through
35
39
the API.
36
40
37
41
- Support closing and opening conversations, either directly or with a reply.
38
-
39
-
42
+
43
+
40
44
#### 1.1.2
41
45
42
46
- make setUserAgentData public. Previously this was a protected method.
@@ -47,17 +51,17 @@ the API.
47
51
48
52
#### 1.1.0
49
53
50
-
- add support for [Contacts](https://github.com/intercom/intercom-java#contacts)
54
+
- add support for [Contacts](https://github.com/intercom/intercom-java#contacts)
51
55
52
56
#### 1.0.9
53
57
54
-
- remove secondary getters on user that stop older jackson versions working [48](https://github.com/intercom/intercom-java/issues/45) (caused in [40](https://github.com/intercom/intercom-java/issues/48)). Doing a bang up job on regression bugs atm.
58
+
- remove secondary getters on user that stop older jackson versions working [48](https://github.com/intercom/intercom-java/issues/45) (caused in [40](https://github.com/intercom/intercom-java/issues/48)). Doing a bang up job on regression bugs atm.
55
59
56
60
#### 1.0.8
57
61
58
62
- fix user update regression [45](https://github.com/intercom/intercom-java/issues/45) (caused in [40](https://github.com/intercom/intercom-java/issues/40))
59
-
60
-
- don't send values for `unsubscribed_from_emails`, `update_last_request_at` or `new_session` unless set
63
+
64
+
- don't send values for `unsubscribed_from_emails`, `update_last_request_at` or `new_session` unless set
61
65
62
66
#### 1.0.7
63
67
@@ -73,7 +77,7 @@ allow the signed_up_at user field to be submitted
73
77
74
78
#### 1.0.4
75
79
76
-
allow the intercom user id field to be submitted
80
+
allow the intercom user id field to be submitted
77
81
78
82
#### 1.0.3
79
83
@@ -86,21 +90,21 @@ encode social profile urls for user objects
86
90
#### 1.0.1
87
91
88
92
- send custom company attributes on update
89
-
93
+
90
94
- fix NPE when company has no plan on update
91
-
92
-
- invalidate setSessionCount on Company [27](https://github.com/intercom/intercom-java/issues/27)
95
+
96
+
- invalidate setSessionCount on Company [27](https://github.com/intercom/intercom-java/issues/27)
93
97
94
98
#### 1.0.0
95
99
96
100
- removed tag methods requiring collections
97
-
101
+
98
102
- handle non-json error entities from server
99
103
100
104
#### 0.1.0
101
105
102
106
- support untag of users and companies
103
-
107
+
104
108
- renamed of current page and page methods on collections (breaking)
0 commit comments