-
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 * Added changelog * Missing space --------- Co-authored-by: Mélanie Vistry <[email protected]>
- Loading branch information
1 parent
5fbd7a6
commit 511a9d2
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
_changelog-files/2024/2024-11-20-amazon-s3-csv-v1-fix-missing-documents.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,15 @@ | ||
--- | ||
title: "Amazon S3 CSV (v1) bug fix: Missing documents" | ||
content-type: "changelog-entry" | ||
date: 2024-11-20 | ||
entry-type: bug-fix | ||
entry-category: integration | ||
connection-id: amazon-s3-csv | ||
connection-version: 1 | ||
pull-request: "https://github.com/singer-io/tap-s3-csv/pull/67" | ||
--- | ||
{{ site.data.changelog.metadata.single-integration | flatify }} | ||
|
||
We've improved our {{ this-connection.display_name }} (v{{ this-connection.this-version }}) integration to fix the following issue: | ||
|
||
CSV documents are missing, indicating a potential race condition. These documents were created or modified simultaneously with the extraction process, leading to a situation where the bookmark date advances, causing the documents to be missed during identification. |
13 changes: 13 additions & 0 deletions
13
_changelog-files/2024/2024-11-20-dixa-v1-fix-chunk-length.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: "Dixa (v1) bug fix: Chunk length" | ||
content-type: "changelog-entry" | ||
date: 2024-11-20 | ||
entry-type: bug-fix | ||
entry-category: integration | ||
connection-id: dixa | ||
connection-version: 1 | ||
pull-request: "https://github.com/singer-io/tap-dixa/pull/21" | ||
--- | ||
{{ site.data.changelog.metadata.single-integration | flatify }} | ||
|
||
We've improved our {{ this-connection.display_name }} (v{{ this-connection.this-version }}) integration to fix the `InvalidChunkLength` error. |