Skip to content

Commit ee7e788

Browse files
authored
DOC-978 What's new 4.45 (#161)
1 parent d645baf commit ee7e788

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

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

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,63 @@ 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.45.0
11+
12+
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.
13+
14+
=== Components for Cloud and Self-Managed Redpanda Connect (beta)
15+
16+
- `ollama_moderation` processor (xref:components:processors/ollama_moderation.adoc[Self-Managed], xref:redpanda-cloud:develop:connect/components/processors/ollama_moderation.adoc[Cloud])
17+
- `redpanda_migrator_offsets` input (xref:components:inputs/redpanda_migrator_offsets.adoc[Self-Managed], xref:redpanda-cloud:develop:connect/components/inputs/redpanda_migrator_offsets.adoc[Cloud])
18+
19+
=== Component updates
20+
21+
This release adds:
22+
23+
- The `max_outstanding_messages` and `message_timeout` fields to the xref:components:inputs/aws_sqs.adoc[`aws_sqs` input].
24+
- The `content_type` field to the xref:components:outputs/amqp_1.adoc[`amqp_1` output].
25+
- The `offset_token` field to the xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output].
26+
- The `save_prompt_metadata`, `max_tool_calls` fields and `tools` object to the xref:components:processors/ollama_chat.adoc[`ollama_chat` processor].
27+
- The `offset_topic`, `offset_group`, `offset_partition`, `offset_commit_timestamp` and `offset_metadata` fields to the xref:components:outputs/redpanda_migrator_offsets.adoc[`redpanda_migrator_offsets` output].
28+
- The `topic_lag_refresh_period` field to the xref:components:inputs/redpanda.adoc[`redpanda`] and xref:components:inputs/redpanda_common.adoc[`redpanda_common`] inputs.
29+
- The `redpanda_lag` metric to the xref:components:inputs/redpanda.adoc[`redpanda`] and xref:components:inputs/redpanda_common.adoc[`redpanda_common`] inputs.
30+
- The `fetch_max_wait` field to xref:components:inputs/redpanda.adoc[`redpanda`], xref:components:inputs/redpanda_common.adoc[`redpanda_common`], and xref:components:inputs/redpanda_migrator.adoc[`redpanda_migrator`] inputs.
31+
- The `kafka_lag` metadata field to the xref:components:inputs/redpanda.adoc[`redpanda`] and xref:components:inputs/redpanda_common.adoc[`redpanda_common`] inputs.
32+
- The `avro_schema` and `avro_schema_fingerprint` metadata fields to the xref:components:scanners/avro.adoc[`avro` scanner].
33+
- The `label` field to xref:configuration:templating.adoc[template test definitions].
34+
- The `bloblang` scalar type to xref:configuration:templating.adoc[template fields].
35+
36+
Redpanda Connect now supports:
37+
38+
- Interpolation functions for channel and table names in the xref:components:outputs/snowflake_streaming.adoc[`snowflake_streaming` output].
39+
- Calls to external tools when using the xref:components:processors/ollama_chat.adoc[`ollama_chat` processor].
40+
- The execution of multiple database queries as transactions when using the xref:components:inputs/sql_raw.adoc[`sql_raw` input], xref:components:outputs/sql_raw.adoc[output] and xref:components:processors/sql_raw.adoc[processor].
41+
- Using the xref:configuration:templating.adoc[`label` metadata field] within a template mapping to retrieve the template component `label` set in the corresponding configuration.
42+
43+
==== Deprecations
44+
45+
All changes are backward-compatible. No action is required if you are using an earlier version of Redpanda Connect.
46+
47+
|===
48+
| Deprecated fields | Affected components
49+
50+
| `batching`
51+
| xref:components:inputs/redpanda_migrator.adoc[`redpanda_migrator` input], xref:components:outputs/redpanda_migrator.adoc[`redpanda_migrator` output]
52+
53+
| `kafka_key`, `max_in_flight`
54+
| xref:components:outputs/redpanda_migrator_offsets.adoc[`redpanda_migrator_offsets` output]
55+
56+
| `batch_size`, `multi_header`, `replication_factor`, `replication_factor_override`, `output_resource`
57+
| xref:components:inputs/redpanda_migrator.adoc[`redpanda_migrator` input]
58+
59+
|===
60+
61+
62+
== Version 4.44.0
63+
64+
No documentation updates were made.
65+
66+
1067
== Version 4.43.1
1168

1269
This release introduces support for xref:get-started:licensing.adoc[trial licenses] for Self-Managed Redpanda Connect.

0 commit comments

Comments
 (0)