Skip to content

Commit f85f53b

Browse files
authored
DOC-1027 What's new 4.46.0 (#175)
1 parent d2d34e2 commit f85f53b

File tree

1 file changed

+51
-2
lines changed

1 file changed

+51
-2
lines changed

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

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,45 @@ This topic includes new content added from version 4.29.0 onwards.
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

99

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)
18+
19+
- xref:components:inputs/mysql_cdc.adoc[`mysql_cdc` input]
20+
21+
=== Component updates
22+
23+
This release adds:
24+
25+
- 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.
39+
40+
|===
41+
| Deprecated fields | Affected components
42+
43+
| `new_column_type_mapping`
44+
| xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output]
45+
46+
|===
47+
48+
1049
== Version 4.45.0
1150

1251
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:
196235
** `compression`
197236
** `broker_write_max_bytes`
198237

238+
* The `metadata_max_age` field to the xref:components:outputs/kafka_franz.adoc[`kafka_franz` output].
239+
199240
* The following fields to the xref:components:inputs/kafka_franz.adoc[`kafka_franz`] and xref:components:inputs/ockam_kafka.adoc[`ockam_kafka`] inputs:
200241

201242
** `fetch_max_bytes`
202243
** `fetch_min_bytes`
203244
** `fetch_max_partition_bytes`
204245

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.
206247

207248
==== Deprecations
208249

@@ -214,6 +255,13 @@ All changes are backward-compatible. No action is required if you are using an e
214255
| `auto_replay_nacks`, `sasl`, `metadata_max_age`
215256
| xref:components:inputs/ockam_kafka.adoc[`ockam_kafka` input]
216257

258+
| `client_id`, `rack_id`, `sasl`
259+
| xref:components:outputs/ockam_kafka.adoc[`ockam_kafka` output]
260+
261+
| `rack_id`
262+
| xref:components:outputs/ockam_kafka.adoc[`kafka_franz` output]
263+
264+
217265
|===
218266

219267
== Version 4.38.0
@@ -284,7 +332,7 @@ This release adds:
284332

285333
* The `metadata_max_age` field to xref:components:inputs/kafka_franz.adoc[`kafka_franz`] and xref:components:inputs/redpanda_migrator.adoc[`redpanda_migrator`] inputs.
286334
* 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].
288336

289337
== Version 4.36.0
290338

@@ -312,6 +360,7 @@ This release adds:
312360

313361
* 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].
314362
* 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.
315364

316365
== Version 4.34.0
317366

0 commit comments

Comments
 (0)