File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
airbyte-integrations/connectors/destination-postgres
docs/integrations/destinations Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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.
44testExecutionConcurrency =4
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments