Skip to content

Releases: intercom/intercom-ruby

Fix regression in Request class

05 Nov 15:02
65a82a2
Compare
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
Compare
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
Compare
Choose a tag to compare

Add support for teams endpoint
#488

Add error handling for company not found

03 Oct 12:58
8042ec3
Compare
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
Compare
Choose a tag to compare

Remove deprecated Rubyforge reference

15 Jul 10:11
43a0b77
Compare
Choose a tag to compare

Add InvalidDocumentError handling

15 Jul 09:52
cb2e977
Compare
Choose a tag to compare

Handle invalid document errors more thoroughly.
#465

Added error handling for scroll exists error

01 Mar 13:48
c48838f
Compare
Choose a tag to compare

Added error handling for scroll_exists error.

#462

Added API versioning support

01 Mar 10:38
1a7ab5b
Compare
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

Added error handling for Admin not found

18 Jan 15:59
7020bf0
Compare
Choose a tag to compare
  • Adds error handling for when an admin cannot be found. #458