Skip to content

Releases: intercom/intercom-ruby

Add error handling for gateway timeout errors

12 Nov 10:31
b193d55

Choose a tag to compare

Fix regression in Request class

05 Nov 15:02
65a82a2

Choose a tag to compare

Fixes a regression introduced in 3.9.2 which privatised an attribute accessed outside of the Request class.

#499

Handle unexpected response bodies

05 Nov 12:09
8966ce6

Choose a tag to compare

#492 @adsteel

Handle unexpected response bodies and raise appropriately.

3.9.1 was skipped due to a bug in the release mechanism.

Add Teams endpoint

09 Oct 10:45
3f3a25a

Choose a tag to compare

Add support for teams endpoint
#488

Add error handling for company not found

03 Oct 12:58
8042ec3

Choose a tag to compare

Adds automatic handling for the company_not_found error
#485

Add support for Customer Search API

01 Aug 09:23
3e2c24f

Choose a tag to compare

Remove deprecated Rubyforge reference

15 Jul 10:11
43a0b77

Choose a tag to compare

Add InvalidDocumentError handling

15 Jul 09:52
cb2e977

Choose a tag to compare

Handle invalid document errors more thoroughly.
#465

Added error handling for scroll exists error

01 Mar 13:48
c48838f

Choose a tag to compare

Added error handling for scroll_exists error.

#462

Added API versioning support

01 Mar 10:38
1a7ab5b

Choose a tag to compare

You can now specify the version of Intercom's API that you would like to use.

intercom = Intercom::Client.new(token: "my_token", api_version: "1.0")

#459