Releases: intercom/intercom-ruby
Releases · intercom/intercom-ruby
Release V4.2.1
What's changed.
Fixed a bug where params were not being sent via conversation find_all
thank you @tdooner
Release V4.2.0
- Added Support for Data Exports API.
- Added support for Phone Call Redirects API
- Added support for Subscription Types API
- Improved error handling when a tag is already being used.
- Can now delete an archived user.
- Documentation Updates.
Release v4.1.3
- Updated ReadMe with more errors.
- Fixed issue where paginated requests could only be iterated through once.
- Moved Dynamic accessors from class level to instance level.
Release v4.1.2
- Adding support for company delete. (@ClaytonPassmore )
- Adding support for archiving/unarchiving contacts. (@mmuehlberger )
- Adding support for listing contact segments.
- Fixed issue with scroll collection proxy. (@CharlieMcVicker)
- Fixed issue with running assignment rules on a conversation.
Release v4.1.1
Fixed bug with missing deprecated leads resource in client #538
Release v4.1.0
New version to support API version 2.1
- Added support for new Articles API.
- Added support for new Collections API.
- Added support for new Sections API.
- Added support to equate two resources.
- Fixed issue for dirty tracking nested typed objects.
Nested resource bug fix and add contact to conversation functionality
- Fixed bug with missing client in save operation #516
- Support for add/remove contact on conversation object #517
Thanks to @WaKeMaTTa
Release V4
New version to support API version 2.0.
- Added support for new Contacts API.
- Added support for Conversation Search and for Conversation model changes.
- New
DataAttribute
class to support the Data Attributes endpoint. See README for details on usage. - New method to run assignment rules on a conversation:
intercom.conversations.run_assignment_rules(<convo_id>)
. - For breaking changes see migration guide
Add unstable API version handling
Support the Unstable API version
#505
Thanks to @GabrielAnca