Skip to content

Latest commit

 

History

History
171 lines (91 loc) · 4.03 KB

CHANGES.md

File metadata and controls

171 lines (91 loc) · 4.03 KB

Changes

2.2.7

  • Add scroll to companies

2.2.6

  • Add rate limit fields to RateLimitException (submitted by @loonydevil)

2.2.5

  • Add scroll to contacts and users

2.2.4

  • Add phone attribute
  • Fix infinite recursive call on get conversation parts

2.2.3

  • Add next page size check for pagination

2.2.2

  • Add data_type for bulk user actions

2.2.1

  • Add attachment support for replies
  • Fix remove user from company bug

2.2.0

  • Include company custom attributes when updating a user with an embedded company object
  • Include support for Personal Access Token API access

2.1.0

  • Dynamically retrieve the parts for a conversation if not present

2.0.0

  • Fixes subscription metadata deserialization

1.3.1

  • Fixes company removal

1.3.0

  • Is a rollup of the 1.3.0 beta releases.

1.3.0-b3

  • Configure Jackson ObjectMapper once 76

1.3.0-b2

  • Allow users to be removed from companies.

1.3.0-b1

  • Support bulk user and event submission. Save your request rate limit for a rainy day! You can post and delete users, and post events.

  • Add a currentTimestamp() helper to Intercom. This divides currentTimeMillis by 1000 to produce a second level value.

1.2.1

  • Do not send empty company arrays for user updates. Honestly, what's the point?

1.2.0

  • Allow conversations to be assigned to others on your team. Conversations are the most beautiful things, and now you can share them with others through the API.

  • Support closing and opening conversations, either directly or with a reply.

1.1.2

  • make setUserAgentData public. Previously this was a protected method.

1.1.1

1.1.0

1.0.9

  • remove secondary getters on user that stop older jackson versions working 48 (caused in 40). Doing a bang up job on regression bugs atm.

1.0.8

  • fix user update regression 45 (caused in 40)

  • don't send values for unsubscribed_from_emails, update_last_request_at or new_session unless set

1.0.7

  • handle more kinds of social urls 35

1.0.6

  • fix user message sending 40

1.0.5

allow the signed_up_at user field to be submitted

1.0.4

allow the intercom user id field to be submitted

1.0.3

encode social profile urls for user objects

1.0.2

  • fix NPE when errors have no data 30

1.0.1

  • send custom company attributes on update

  • fix NPE when company has no plan on update

  • invalidate setSessionCount on Company 27

1.0.0

  • removed tag methods requiring collections

  • handle non-json error entities from server

0.1.0

  • support untag of users and companies

  • renamed of current page and page methods on collections (breaking)

0.0.5

  • fix bulk user tagging when using fully populated users 13
  • add client side validation of events 14
  • fix npe when updating users 15

0.0.4

  • send false boolean values for user updates 8

0.0.3

  • only send allowed fields when adding a company to a user 7

0.0.2

  • add toString methods on some classes

0.0.1

  • fix bintray publication task (was sending empty jars)

0.0.0

  • initial client