From b8d25e018172800c079ee829f753ce16c1d56bb8 Mon Sep 17 00:00:00 2001 From: Tyler Rockwood Date: Thu, 5 Dec 2024 11:31:30 +0000 Subject: [PATCH] pgcdc: add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be34880b6..af55573768 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. ### Changed - The `pg_stream` input has been renamed to `postgres_cdc`. The old name will continue to function as an alias. (@rockwotj) +- The `postgres_cdc` input no longer emits `mode` metadata and instead snapshot reads set `operation` metadata to be `read` instead of `insert`. (@rockwotj) ## 4.42.0 - 2024-12-02