Skip to content

Commit

Permalink
Changelog 2024-05-13 (#1026)
Browse files Browse the repository at this point in the history
* Automated commit: Create changelog files

* Improved changelog

* Improved changelog

* Improved changelog

* Improved changelog

---------

Co-authored-by: Lucie Milan <[email protected]>
Co-authored-by: Anaëlle <[email protected]>
  • Loading branch information
3 people authored May 17, 2024
1 parent 392fd1d commit 87e95dd
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: "Intercom (v2) bug fix: Conversations schema update"
content-type: "changelog-entry"
date: 2024-05-08
entry-type: bug-fix
entry-category: integration
connection-id: intercom
connection-version: 2
pull-request: "https://github.com/singer-io/tap-intercom/pull/71"
---
{{ site.data.changelog.metadata.single-integration | flatify }}

We've updated our {{ this-connection.display_name }} (v{{ this-connection.this-version }}) integration to fix the following error during the integration execution.

The `assignee` object was not getting populated as a response using the API version 2.5. The `conversations` schema has been updated.

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: "Intercom (v2) bug fix: Conversations stream bookmarking"
content-type: "changelog-entry"
date: 2024-05-08
entry-type: bug-fix
entry-category: integration
connection-id: intercom
connection-version: 2
pull-request: "https://github.com/singer-io/tap-intercom/pull/73"
---
{{ site.data.changelog.metadata.single-integration | flatify }}

We've updated our {{ this-connection.display_name }} (v{{ this-connection.this-version }}) integration to fix the following issue during the integration execution.

The `conversations` records have been updated after the previous synchronization start was missed. This issue has been fixed by bookmarking the last synchronization start time.

A long running synchronization was stuck in loop after interruption because the synchronization was resumed from the start. Nested filters have been added in `search_query` to resume the synchronization from the last processed conversations record.
13 changes: 13 additions & 0 deletions _changelog-files/2024/2024-05-08-intercom-v2-new-fields.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Intercom (v2) update: New fields"
content-type: "changelog-entry"
date: 2024-05-08
entry-type: updated-feature
entry-category: integration
connection-id: intercom
connection-version: 2
pull-request: "https://github.com/singer-io/tap-intercom/pull/70"
---
{{ site.data.changelog.metadata.single-integration | flatify }}

We've updated our {{ this-connection.display_name }} (v{{ this-connection.this-version }}) integration to add some new fields in the `companies` and the `contacts` stream.

0 comments on commit 87e95dd

Please sign in to comment.