v0.11.1
What's Changed
This release includes some important bug fixes in our CDC code, some related to how Postgres records LSNs and TID scanning in PostgreSQL 12.
- PullRecords: update replState.Offset in defer by @serprex in #1481
- Move PG/SF simple schema changes to generic test by @serprex in #1477
- Add environment variable to control parallelism of snowflake merge by @serprex in #1487
- Add environment variable to disable one-sync by @serprex in #1488
- Simplify pgtype.Time to time.Time conversion by @serprex in #1492
- UI: New default page and peer buttons by @Amogh-Bharadwaj in #1501
- [snapshot] fallback to full partitions in <PG12, cleanup by @heavycrystal in #1499
- Snowflake: remove ON_ERROR=CONTINUE by @serprex in #1494
Full Changelog: v0.11.0...v0.11.1