Skip to content

Commit

Permalink
Changelog 2024-11-25 (#1079)
Browse files Browse the repository at this point in the history
* Automated commit: Create changelog files

* Added changelog

* Missing space

---------

Co-authored-by: Mélanie Vistry <[email protected]>
  • Loading branch information
github-actions[bot] and mvistry authored Dec 12, 2024
1 parent 5fbd7a6 commit 511a9d2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
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 _changelog-files/2024/2024-11-20-dixa-v1-fix-chunk-length.md
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.

0 comments on commit 511a9d2

Please sign in to comment.