Skip to content

Commit 511a9d2

Browse files
Changelog 2024-11-25 (#1079)
* Automated commit: Create changelog files * Added changelog * Missing space --------- Co-authored-by: Mélanie Vistry <[email protected]>
1 parent 5fbd7a6 commit 511a9d2

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: "Amazon S3 CSV (v1) bug fix: Missing documents"
3+
content-type: "changelog-entry"
4+
date: 2024-11-20
5+
entry-type: bug-fix
6+
entry-category: integration
7+
connection-id: amazon-s3-csv
8+
connection-version: 1
9+
pull-request: "https://github.com/singer-io/tap-s3-csv/pull/67"
10+
---
11+
{{ site.data.changelog.metadata.single-integration | flatify }}
12+
13+
We've improved our {{ this-connection.display_name }} (v{{ this-connection.this-version }}) integration to fix the following issue:
14+
15+
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.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: "Dixa (v1) bug fix: Chunk length"
3+
content-type: "changelog-entry"
4+
date: 2024-11-20
5+
entry-type: bug-fix
6+
entry-category: integration
7+
connection-id: dixa
8+
connection-version: 1
9+
pull-request: "https://github.com/singer-io/tap-dixa/pull/21"
10+
---
11+
{{ site.data.changelog.metadata.single-integration | flatify }}
12+
13+
We've improved our {{ this-connection.display_name }} (v{{ this-connection.this-version }}) integration to fix the `InvalidChunkLength` error.

0 commit comments

Comments
 (0)