-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
392fd1d
commit 87e95dd
Showing
3 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
_changelog-files/2024/2024-05-08-intercom-v2-conversations-schema-update.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
17 changes: 17 additions & 0 deletions
17
_changelog-files/2024/2024-05-08-intercom-v2-conversations-stream-bookmarking.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
13
_changelog-files/2024/2024-05-08-intercom-v2-new-fields.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |