You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/get-started/pages/whats-new.adoc
+34-1
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,42 @@ This topic includes new content added from version 4.29.0 onwards.
6
6
7
7
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[].
8
8
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
+
9
25
== Version 4.48.1
10
26
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.
0 commit comments