From 511a9d2adc4a083c78bac345dcc88fb776bac2c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 15:29:48 +0100 Subject: [PATCH] Changelog 2024-11-25 (#1079) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Automated commit: Create changelog files * Added changelog * Missing space --------- Co-authored-by: Mélanie Vistry --- ...1-20-amazon-s3-csv-v1-fix-missing-documents.md | 15 +++++++++++++++ .../2024/2024-11-20-dixa-v1-fix-chunk-length.md | 13 +++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 _changelog-files/2024/2024-11-20-amazon-s3-csv-v1-fix-missing-documents.md create mode 100644 _changelog-files/2024/2024-11-20-dixa-v1-fix-chunk-length.md diff --git a/_changelog-files/2024/2024-11-20-amazon-s3-csv-v1-fix-missing-documents.md b/_changelog-files/2024/2024-11-20-amazon-s3-csv-v1-fix-missing-documents.md new file mode 100644 index 000000000..ee9b48043 --- /dev/null +++ b/_changelog-files/2024/2024-11-20-amazon-s3-csv-v1-fix-missing-documents.md @@ -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. \ No newline at end of file diff --git a/_changelog-files/2024/2024-11-20-dixa-v1-fix-chunk-length.md b/_changelog-files/2024/2024-11-20-dixa-v1-fix-chunk-length.md new file mode 100644 index 000000000..ed65984ab --- /dev/null +++ b/_changelog-files/2024/2024-11-20-dixa-v1-fix-chunk-length.md @@ -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. \ No newline at end of file