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
+57Lines changed: 57 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,63 @@ 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.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)
- 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.
0 commit comments