Skip to content

Commit dd3e354

Browse files
authored
DOC-1143 What's new updates (#206)
1 parent 2a8d030 commit dd3e354

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

modules/get-started/pages/whats-new.adoc

+34-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,42 @@ This topic includes new content added from version 4.29.0 onwards.
66

77
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[].
88

9+
10+
== Version 4.49.1
11+
12+
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].
13+
14+
=== Component updates
15+
16+
This release adds:
17+
18+
- Two new metrics to the xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output]: `snowflake_register_latency_ns` and `snowflake_commit_latency_ns`.
19+
- An `ignore_nulls` option for schema evolution in the xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output].
20+
21+
==== Deprecations
22+
23+
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.
24+
925
== Version 4.48.1
1026

11-
This release introduces a xref:components:inputs/mongodb_cdc.adoc[change data capture (CDC) input for MongoDB] on Cloud and Self-Managed Redpanda Connect.
27+
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].
28+
29+
=== Component updates
30+
31+
This release adds:
32+
33+
- 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.
34+
- The `commit_timeout` field to the xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output].
35+
- The `url` field to the xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output], which allows you to override the default connection URL.
36+
- The `is_high_watermark` field to the xref:components:outputs/redpanda_migrator_offsets.adoc[`redpanda_migrator_offsets` output].
37+
- The `kafka_is_high_watermark` metadata field to the xref:components:inputs/redpanda_migrator_offsets.adoc[`redpanda_migrator_offsets` input].
38+
39+
Other changes:
40+
41+
- You can now xref:get-started:licensing.adoc[load an Enterprise Edition license] using the `REDPANDA_LICENSE` environment variable.
42+
- The xref:components:inputs/postgres_cdc.adoc[`postgres_cdc` input] no longer adds the prefix `_rs` to the replication slots it creates.
43+
- The `clickhouse` driver is now supported in Redpanda Cloud for all components with the prefix `sql_`.
44+
- 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.
1245

1346
== Version 4.47.0 to 4.47.1
1447

0 commit comments

Comments
 (0)