Skip to content

Releases: intercom/intercom-ruby

Release V4.2.1

16 Dec 11:13
Compare
Choose a tag to compare

What's changed.

Fixed a bug where params were not being sent via conversation find_all thank you @tdooner

Release V4.2.0

07 Dec 15:31
Compare
Choose a tag to compare

Release v4.1.3

01 Mar 11:22
a30851a
Compare
Choose a tag to compare
  • 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

30 Oct 14:35
93d18bf
Compare
Choose a tag to compare
  • 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

11 Aug 16:25
5f24883
Compare
Choose a tag to compare

Fixed bug with missing deprecated leads resource in client #538

Release v4.1.0

14 Jul 13:40
f4413b9
Compare
Choose a tag to compare

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

10 Mar 10:36
276b5b8
Compare
Choose a tag to compare
  • Fixed bug with missing client in save operation #516
  • Support for add/remove contact on conversation object #517

Thanks to @WaKeMaTTa

Release V4

30 Jan 12:07
e4bd2b0
Compare
Choose a tag to compare

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

14 Nov 10:20
d827e13
Compare
Choose a tag to compare

Support the Unstable API version
#505
Thanks to @GabrielAnca

Add error handling for gateway timeout errors

12 Nov 10:31
b193d55
Compare
Choose a tag to compare