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
+51-2Lines changed: 51 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,45 @@ This topic includes new content added from version 4.29.0 onwards.
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
9
10
+
== Version 4.46.0
11
+
12
+
This release introduces a xref:components:inputs/mysql_cdc.adoc[change data capture (CDC) input for MySQL], and enhancements to the xref:guides:bloblang/playground.adoc[Bloblang playground], making it easier to test and debug your pipeline configurations. The enhancements include:
13
+
14
+
- A **Run** button in Bloblang code snippets, which opens each snippet in the playground with a pre-filled input and mapping ready for testing.
15
+
- A **Get help from AI** button, which appears in the playground when an error occurs.
16
+
17
+
=== Components for Cloud and Self-Managed Redpanda Connect (beta)
- The `instance_id` field to the xref:components:inputs/kafka.adoc[`kafka`], xref:components:inputs/kafka_franz.adoc[`kafka_franz`], xref:components:inputs/ockam_kafka.adoc[`ockam_kafka`], xref:components:inputs/redpanda.adoc[`redpanda`], xref:components:inputs/redpanda_common.adoc[`redpanda_common`], and xref:components:inputs/redpanda_migrator.adoc[`redpanda_migrator`] inputs.
26
+
- The `rebalance_timeout`, `session_timeout`, and `heartbeat_interval` fields to the xref:components:inputs/kafka_franz.adoc[`kafka_franz`], xref:components:inputs/ockam_kafka.adoc[`ockam_kafka`], xref:components:inputs/redpanda.adoc[`redpanda`], xref:components:inputs/redpanda_common.adoc[`redpanda_common`], and xref:components:inputs/redpanda_migrator.adoc[`redpanda_migrator`] inputs.
27
+
- The `preserve_logical_types` and `raw_unions` fields (for Avro messages), and a `schema_id` metadata field to the xref:components:processors/schema_registry_decode.adoc[`schema_registry_decode`] processor.
28
+
- The `unchanged_toast_value` field to the xref:components:inputs/postgres_cdc.adoc[`postgres_cdc` input].
29
+
- A `processors` field to the `schema_evolution` object in the xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output].
30
+
- New default values to the `max_message_bytes` and `broker_write_max_bytes` fields in the xref:components:outputs/kafka_franz.adoc[`kafka_franz`], xref:components:outputs/ockam_kafka.adoc[`ockam_kafka`], xref:components:outputs/redpanda.adoc[`redpanda`], xref:components:outputs/redpanda_migrator.adoc[`redpanda_migrator`], and xref:components:outputs/redpanda_migrator_offsets.adoc[`redpanda_migrator_offsets`] outputs, using IEC instead of SI units.
31
+
32
+
Other changes:
33
+
34
+
- The xref:components:inputs/postgres_cdc.adoc[`postgres_cdc` input] no longer supports PostgreSQL 10 or 11.
35
+
36
+
==== Deprecations
37
+
38
+
All changes are backward-compatible. No action is required if you are using an earlier version of Redpanda Connect.
Highlights of this update include the beta release of two components for Self-Managed and Cloud Redpanda Connect, and xref:cookbooks:snowflake_ingestion.adoc[a new cookbook] that explains how to ingest data from a Redpanda topic into Snowflake using Snowpipe Streaming. You can also now share links to code snippets in the xref:guides:bloblang/playground.adoc[Bloblang playground] using the **Share link** button.
@@ -196,13 +235,15 @@ This release adds:
196
235
** `compression`
197
236
** `broker_write_max_bytes`
198
237
238
+
* The `metadata_max_age` field to the xref:components:outputs/kafka_franz.adoc[`kafka_franz` output].
239
+
199
240
* The following fields to the xref:components:inputs/kafka_franz.adoc[`kafka_franz`] and xref:components:inputs/ockam_kafka.adoc[`ockam_kafka`] inputs:
200
241
201
242
** `fetch_max_bytes`
202
243
** `fetch_min_bytes`
203
244
** `fetch_max_partition_bytes`
204
245
205
-
The `url` field of the xref:components:outputs/aws_sqs.adoc[`aws_sqs` output] now supports interpolation functions.
246
+
* The `url` field of the xref:components:outputs/aws_sqs.adoc[`aws_sqs` output] now supports interpolation functions.
206
247
207
248
==== Deprecations
208
249
@@ -214,6 +255,13 @@ All changes are backward-compatible. No action is required if you are using an e
* The `metadata_max_age` field to xref:components:inputs/kafka_franz.adoc[`kafka_franz`] and xref:components:inputs/redpanda_migrator.adoc[`redpanda_migrator`] inputs.
286
334
* The `fetch_in_order` field to the xref:components:inputs/schema_registry.adoc[`schema_registry` input].
287
-
* The `encrypted_fields` fields to the xref:components:inputs/ockam_kafka.adoc[`ockam_kafka` input].
335
+
* The `encrypted_fields` fields to the `ockam_kafka` xref:components:inputs/ockam_kafka.adoc[input] and xref:components:outputs/ockam_kafka.adoc[output].
288
336
289
337
== Version 4.36.0
290
338
@@ -312,6 +360,7 @@ This release adds:
312
360
313
361
* OAuth, basic authentication, and JSON Web Token fields to the xref:components:inputs/schema_registry.adoc[`schema_registry` input] and xref:components:outputs/schema_registry.adoc[output].
314
362
* The `job_project` field to the xref:components:outputs/gcp_bigquery.adoc[`gcp_bigquery` output].
363
+
* The `broker_write_max_bytes` field to the xref:components:outputs/kafka_franz.adoc[`kafka_franz`] and xref:components:outputs/ockam_kafka.adoc[`ockam_kafka`] outputs.
0 commit comments