Releases: intercom/intercom-ruby
Releases · intercom/intercom-ruby
Fix regression in Request class
Fixes a regression introduced in 3.9.2 which privatised an attribute accessed outside of the Request class.
Handle unexpected response bodies
Add Teams endpoint
Add support for teams endpoint
#488
Add error handling for company not found
Adds automatic handling for the company_not_found error
#485
Add support for Customer Search API
Add support for Customer Search (currently in Unstable API Version)
https://developers.intercom.com/intercom-api-reference/v0/reference#customers
Remove deprecated Rubyforge reference
Add InvalidDocumentError handling
Handle invalid document errors more thoroughly.
#465
Added error handling for scroll exists error
Added error handling for scroll_exists
error.
Added API versioning support
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")
Added error handling for Admin not found
- Adds error handling for when an admin cannot be found. #458