From 0d4b8df06cf6b27d0fbbcdd96dcee78fd5dd7bce Mon Sep 17 00:00:00 2001 From: Angela Simms Date: Wed, 26 Mar 2025 14:16:42 +0000 Subject: [PATCH 1/4] What's new updates --- modules/get-started/pages/whats-new.adoc | 34 +++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/modules/get-started/pages/whats-new.adoc b/modules/get-started/pages/whats-new.adoc index e7fdd055..ffaca506 100644 --- a/modules/get-started/pages/whats-new.adoc +++ b/modules/get-started/pages/whats-new.adoc @@ -6,9 +6,41 @@ This topic includes new content added from version 4.29.0 onwards. For a full list of product updates, and details of updates prior to version 4.29.0, see the https://github.com/redpanda-data/connect/releases[Redpanda Connect release notes^]. For new Cloud-specific features, see xref:redpanda-cloud:get-started:whats-new-cloud.adoc[]. + +== Version 4.49.1 + +This release introduces further updates to the xref:components:inputs/postgres_cdc.adoc[`postgres_cdc` input] and xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output]. + +=== Component updates + +This release adds: + +- Two new metrics to the xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output]: `snowflake_register_latency_ns` and `snowflake_commit_latency_ns`. +- An `ignore_nulls` option for schema evolution in the xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output]. + + +This release also deprecates the `snapshot_memory_factor` field from the xref:components:inputs/postgres_cdc.adoc[`postgres_cdc` input]. Instead, you must set a batch size, which defaults to `1000` messages. This change is backward compatible. No action is required if you are using an earlier version of Redpanda Connect. + == Version 4.48.1 -This release introduces a xref:components:inputs/mongodb_cdc.adoc[change data capture (CDC) input for MongoDB] on Cloud and Self-Managed Redpanda Connect. +This release introduces a xref:components:inputs/mongodb_cdc.adoc[change data capture (CDC) input for MongoDB] on Cloud and Self-Managed Redpanda Connect, along with improvements to the xref:components:inputs/postgres_cdc.adoc[`postgres_cdc` input] and xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output]. + +=== Component updates + +This release adds: + +- The `heartbeat_interval` field to the xref:components:inputs/postgres_cdc.adoc[`postgres_cdc` input], which helps manage the size of the Write-Ahead Log when you subscribe to data changes from tables with low activity. +- The `commit_timeout` field to the xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output]. +- The `url` field to the xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output], which allows you to override the default connection URL. +- The `is_high_watermark` field to the xref:components:outputs/redpanda_migrator_offsets.adoc[`redpanda_migrator_offsets` output]. +- The `kafka_is_high_watermark` field to the xref:components:inputs/redpanda_migrator_offsets.adoc[`redpanda_migrator_offsets` input]. + +Other changes: + +- You can now xref:get-started:licensing.adoc[load an Enterprise Edition license] using the `REDPANDA_LICENSE` environment variable. +- The xref:components:inputs/postgres_cdc.adoc[`postgres_cdc` input] no longer adds the prefix `_rs` to the replication slots it creates. +- The `clickhouse` driver is now supported in Redpanda Cloud for all components with the prefix `sql_`. +- The xref:components:outputs/redpanda_migrator.adoc[`redpanda migrator` output] now attempts to transfer access control lists for topics that already exist on the destination broker. == Version 4.47.0 to 4.47.1 From ea00eb224f696a4534541c2d2185037ed6a0100e Mon Sep 17 00:00:00 2001 From: Angela Simms Date: Wed, 26 Mar 2025 15:09:05 +0000 Subject: [PATCH 2/4] review comments --- modules/get-started/pages/whats-new.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/get-started/pages/whats-new.adoc b/modules/get-started/pages/whats-new.adoc index ffaca506..cdfc2ac5 100644 --- a/modules/get-started/pages/whats-new.adoc +++ b/modules/get-started/pages/whats-new.adoc @@ -18,8 +18,7 @@ This release adds: - Two new metrics to the xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output]: `snowflake_register_latency_ns` and `snowflake_commit_latency_ns`. - An `ignore_nulls` option for schema evolution in the xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output]. - -This release also deprecates the `snapshot_memory_factor` field from the xref:components:inputs/postgres_cdc.adoc[`postgres_cdc` input]. Instead, you must set a batch size, which defaults to `1000` messages. This change is backward compatible. No action is required if you are using an earlier version of Redpanda Connect. +Deprecated: This release also deprecates the `snapshot_memory_factor` field from the xref:components:inputs/postgres_cdc.adoc[`postgres_cdc` input]. Instead, you must set a batch size, which defaults to `1000` messages. Redpanda recommends upgrading to benefit from this update. == Version 4.48.1 From 6455f07a2ef54e6f9364466d878d74df853560d1 Mon Sep 17 00:00:00 2001 From: Angela Simms Date: Wed, 26 Mar 2025 15:55:09 +0000 Subject: [PATCH 3/4] review comments --- modules/get-started/pages/whats-new.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/get-started/pages/whats-new.adoc b/modules/get-started/pages/whats-new.adoc index cdfc2ac5..b861e145 100644 --- a/modules/get-started/pages/whats-new.adoc +++ b/modules/get-started/pages/whats-new.adoc @@ -18,7 +18,9 @@ This release adds: - Two new metrics to the xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output]: `snowflake_register_latency_ns` and `snowflake_commit_latency_ns`. - An `ignore_nulls` option for schema evolution in the xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output]. -Deprecated: This release also deprecates the `snapshot_memory_factor` field from the xref:components:inputs/postgres_cdc.adoc[`postgres_cdc` input]. Instead, you must set a batch size, which defaults to `1000` messages. Redpanda recommends upgrading to benefit from this update. +==== Deprecations + +This release deprecates the `snapshot_memory_factor` field from the xref:components:inputs/postgres_cdc.adoc[`postgres_cdc` input]. Now, you must set a batch size, which defaults to `1000` messages. Redpanda recommends upgrading to benefit from this update. == Version 4.48.1 From 5de5c0eef1fe1a5ee3d98f3057c37bca112b7c39 Mon Sep 17 00:00:00 2001 From: Angela Simms Date: Thu, 27 Mar 2025 14:34:06 +0000 Subject: [PATCH 4/4] fix typo --- modules/get-started/pages/whats-new.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/get-started/pages/whats-new.adoc b/modules/get-started/pages/whats-new.adoc index b861e145..a40a612c 100644 --- a/modules/get-started/pages/whats-new.adoc +++ b/modules/get-started/pages/whats-new.adoc @@ -34,7 +34,7 @@ This release adds: - The `commit_timeout` field to the xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output]. - The `url` field to the xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output], which allows you to override the default connection URL. - The `is_high_watermark` field to the xref:components:outputs/redpanda_migrator_offsets.adoc[`redpanda_migrator_offsets` output]. -- The `kafka_is_high_watermark` field to the xref:components:inputs/redpanda_migrator_offsets.adoc[`redpanda_migrator_offsets` input]. +- The `kafka_is_high_watermark` metadata field to the xref:components:inputs/redpanda_migrator_offsets.adoc[`redpanda_migrator_offsets` input]. Other changes: