Skip to content

Commit 51ae9a7

Browse files
authored
update release notes for ingestion with v0.7.1 (#417)
1 parent 94780b6 commit 51ae9a7

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/release/ingestion/v0.7.0.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "OLake Go (v0.7.0)"
2+
title: "OLake Go (v0.7.0 - v0.7.1)"
33
---
44

5-
# OLake Go (v0.7.0)
6-
April 21, 2026 – April 30, 2026
5+
# OLake Go (v0.7.0 - v0.7.1)
6+
April 21, 2026 – May 05, 2026
77

88
## 🎯 What's New
99

@@ -15,6 +15,10 @@ April 21, 2026 – April 30, 2026
1515

1616
3. **Schema filtering for PostgreSQL discovery -** <br/> Added an optional schemas config field to restrict the discover operation to user-specified PostgreSQL schemas. When omitted, existing behaviour is preserved and all non-system schemas are discovered.
1717

18+
### Destinations
19+
20+
1. **Skip equality deletes for CDC inserts post-backfill -** <br/> Equality deletes are now skipped for CDC inserts once the backfill→CDC overlap window is complete, reducing unnecessary write overhead. A new `dedup_inserts` flag on the Iceberg `olake_2pc` table property tracks this — Java sets it to `true` on backfill commit, and Go clears it to `false` after the first successful CDC commit. This applies to both the Arrow and legacy gRPC writers.
21+
1822
## 🔧 Bug Fixes & Stability
1923

2024
1. **Upgrade pgx/v5 to v5.9.2 for security fixes -** <br/> Upgraded `github.com/jackc/pgx/v5` from `v5.7.3` to `v5.9.2` to remediate two security vulnerabilities: a critical memory-safety flaw (`CVE-2026-33816`) that could allow memory corruption and a low-severity SQL injection advisory (`GHSA-j88v-2chj-qfwx`). No existing functionality is affected by this upgrade.

0 commit comments

Comments
 (0)