Skip to content

Commit 8f1f08f

Browse files
authored
fix: upgrade dest postgres CDK to 1.0.6. Fix duplicate records in dedup+tr… (#75481)
1 parent b6020af commit 8f1f08f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

airbyte-integrations/connectors/destination-postgres/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cdkVersion=1.0.2
1+
cdkVersion=1.0.6
22
# our testcontainer has issues with too much concurrency.
33
# 4 threads seems to be the sweet spot.
44
testExecutionConcurrency=4

airbyte-integrations/connectors/destination-postgres/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data:
66
connectorSubtype: database
77
connectorType: destination
88
definitionId: 25c5221d-dce2-4163-ade9-739ef790f503
9-
dockerImageTag: 3.0.11
9+
dockerImageTag: 3.0.12
1010
dockerRepository: airbyte/destination-postgres
1111
documentationUrl: https://docs.airbyte.com/integrations/destinations/postgres
1212
githubIssueLabel: destination-postgres

docs/integrations/destinations/postgres.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ This destination supports [namespaces](https://docs.airbyte.com/platform/using-a
298298

299299
| Version | Date | Pull Request | Subject |
300300
|:--------|:-----------|:-----------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
301+
| 3.0.12 | 2026-03-25 | | Upgrade CDK to 1.0.6; fix duplicate records in dedup+truncate mode by dropping temp tables after successful upsert |
301302
| 3.0.11 | 2026-02-25 | | Upgrade CDK to 1.0.2 and base image to 2.0.4 for CVE patches |
302303
| 3.0.10 | 2026-02-04 | [72858](https://github.com/airbytehq/airbyte/pull/72858) | Upgrade CDK to 0.2.8 |
303304
| 3.0.9 | 2026-01-28 | [72292](https://github.com/airbytehq/airbyte/pull/72292) | Upgrade CDK to 0.2.0 |

0 commit comments

Comments
 (0)