Skip to content

Releases: intercom/intercom-java

3.0.0-alpha1

Choose a tag to compare

@fern-api fern-api released this 12 Apr 16:07
cd7d0ea
SDK regeneration (#328)

Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>

3.0.0-alpha0

Choose a tag to compare

@Eclairemoy Eclairemoy released this 08 Apr 13:38
616a571

What's Changed

Full Changelog: 2.8.2...3.0.0-alpha0

Add support for Admin has_inbox_seat field

Choose a tag to compare

@johnnynader johnnynader released this 04 May 16:28
e02a2d7

Add support for has_inbox_seat field (#272)

Added mapping for the has_inbox_seat field to the Admin user model.

Add support for conversation data fields

Choose a tag to compare

@murtron murtron released this 10 Dec 12:24
8c5a8c2

Add support for delivered_as field (#264)

Added mapping for the delivered_as field on the Conversation model.

Add support for customer_first_reply field (#263)

Added mapping for the customer_first_reply field on the Conversation model.

Added a number of new features and remove API key references

Choose a tag to compare

@choran choran released this 16 Nov 13:16
746c377

2.8.0

There are a number of new features and changes in this release so will move to version 2.8.
The most important one from a breaking change point of view is that the use of API keys is no longer allowed.
You should now be using Access Tokens to access the API
For more information on any of the changes please see the README.
We have added examples for all of the new features

Remove API Key references (#230)

API Keys are no longer valid. We now use Acces tokens.
So removing reference to use API keys in the SDK

Add support for snooze (#236)

Added appropriate code to be able to snooze conversation and to read the conversation model for snooze attributes

Add conversation ratings (#235)

Add extra code to support reading conversation ratings

Add support for marking conversation as read (#234)

Add ability to make a conversation as read

Add support for display_as when finding conversation (#239)

Add a new find that allows extra parameters

Support running assignment rules (#243)

Build support for recent API feature to allow running assignment rules on a conversation
https://developers.intercom.com/intercom-api-reference/reference#run-conversation-assignment-rules

Support Event Summaries (#244)

List event summaries of a user
https://developers.intercom.com/intercom-api-reference/reference#view-user-events-summaries

Extract Iterator implementation into TypedDataCollection (#247)

First thing, TypedDataCollection now implements Iterator, it is delegating the hasNext(), next() and remove() methods to a TypedDataCollectionIterator instance.
Second, I have removed all specific implementations of Iterator from all Collection classes, which were just copy-paste.

Update webhook topics and add ping (#245)

Added support for more topics

Allow parsing of responses from DELETE requests (#248)

Now we check if DELETE response has data if it does proceed to process it as any other normal data
If there is no data just return null

Adding new visitor endpoint and removing company session count

Choose a tag to compare

@choran choran released this 15 Oct 11:01
224cefb

2.7.0

This update includes the removal of an option which is not possible via the API.
There was an option in the SDK to manually update the company sessions account but this is not possible vai the API.
It is doubtful that it was being used much but just in case we will make this release 2.7.0

#232 - Add the visitor endpoint functionality for the java SDK.
#233 - Remove option to set company session count since it returns error as it is not possible to set it

New company attributes, admin features and more

Choose a tag to compare

@choran choran released this 01 Oct 10:46
47c5c2d

2.6.0

There a number of changed in this version so updating to 2.6.0
Highlights are adding more attributes to the company resource and new features on admin resource.
For more info see the specific PR or issue noted here and/or the updated readme

  • use thread local (optionally) for context setting (#204 )
  • Add support for more company attributes (#183 )
  • Add deletion by ID and User ID (#200 )
  • Add support for new Admin endpoints and attributes (#198 )
  • Add tests for companies (#215 )
  • Update readme to document permanent deletion and rename old delete method to archive (#228 )

Add tag capabilities to contacts

Choose a tag to compare

@jonnyom jonnyom released this 10 Sep 10:54
d85acdd

Allow contacts to be tagged/untagged via the SDK
#191
#184

Adding CI updates and version fix

Choose a tag to compare

@choran choran released this 29 Aug 13:48
4a94687

This is related to commits which are updating the CI process and also addressing some issues with updating previous versions which required some extra commits
#202
#219

2.5.0 Release

Choose a tag to compare

@thewheat thewheat released this 16 Aug 08:25
24c9f2c
  • Fix for #207 to remove a non-existent API call (PR #211)
  • Fix for #197 to prioritise user_id when tagging users (PR #199)
  • Update of Jackson dependencies (PR #203)
  • Fix for #202 to enable retrieving company session count (PR #213)
  • Update Gradle (PR #216)
  • Add template for Pull Requests (PR #217)
  • Removal of Travis (PR #219)