Skip to content

Commit 7d25fd4

Browse files
authored
DOC-1370 What's new 4.53.0 to 4.54.0 (#255)
1 parent a430866 commit 7d25fd4

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,44 @@ This topic includes new content added from version 4.29.0 onwards.
66

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

9+
== Version 4.54.0 to 4.54.1
10+
11+
These releases introduce the xref:components:processors/qdrant.adoc[`qdrant` processor], which allows you to query items within a Qdrant collection and filter the returned results.
12+
13+
=== Component updates
14+
15+
These releases add:
16+
17+
- The `topic_lag_refresh_period` field to the xref:components:inputs/kafka_franz.adoc[`kafka_franz`] and xref:components:inputs/ockam_kafka.adoc[`ockam_kafka`] inputs.
18+
- The `cache_duration` field to the xref:components:processors/schema_registry_decode.adoc[`schema_registry_decode` processor].
19+
- The `client_auth` field to the xref:components:inputs/socket_server.adoc[`socket_server` input].
20+
21+
You can also now use Bloblang to generate a xref:guides:bloblang/methods.adoc#uuid_v5[name-based UUID (version 5)] for a given string.
22+
923

1024
== Version 4.53.0
1125

26+
This release introduces three new Google Drive processors:
27+
28+
- xref:components:processors/google_drive_search.adoc[`google_drive_search` processor]: Searches Google Drive for files that match a specified query and emits the results as a batch of messages.
29+
- xref:components:processors/google_drive_download.adoc[`google_drive_download` processor]: Downloads files from Google Drive that contain matching file IDs.
30+
- xref:components:processors/google_drive_list_labels.adoc[`google_drive_list_labels` processor]: Lists labels for files on a Google Drive.
31+
32+
The release also adds the xref:components:processors/cohere_rerank.adoc[`cohere_rerank` processor], which sends document strings to the Cohere API, and returns them ranked by their relevance to a specified query.
33+
34+
=== Component updates
35+
1236
This release adds:
1337

1438
- The `transaction_isolation_level` field to the following inputs: 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`], xref:components:inputs/redpanda_migrator.adoc[`redpanda_migrator`].
1539
- The `request_timeout_overhead` and `conn_idle_timeout` fields to the following components: xref:components:inputs/kafka_franz.adoc[`kafka_franz` input], xref:components:inputs/redpanda.adoc[`redpanda` input], xref:components:inputs/redpanda_migrator.adoc[`redpanda_migrator` input], xref:components:outputs/kafka_franz.adoc[`kafka_franz` output], xref:components:outputs/redpanda.adoc[`redpanda` output], xref:components:outputs/redpanda_migrator.adoc[`redpanda_migrator` output], xref:components:outputs/redpanda_migrator_offsets.adoc[`redpanda_migrator_offsets` output], xref:components:redpanda/about.adoc[`redpanda` configuration service].
1640
- The `start_offset` field to the following components: xref:components:inputs/kafka_franz.adoc[`kafka_franz` input], xref:components:inputs/ockam_kafka.adoc[`ockam_kafka` input], xref:components:inputs/redpanda.adoc[`redpanda` input], xref:components:inputs/redpanda_common.adoc[`redpanda_common` input], xref:components:inputs/redpanda_migrator.adoc[`redpanda_migrator` input].
41+
- The `topic_prefix` field to the xref:components:outputs/redpanda_migrator.adoc[`redpanda_migrator` output], and the `offset_topic_prefix` field to the xref:components:outputs/redpanda_migrator_offsets.adoc[`redpanda_migrator_offsets` output], to more easily identify migrated topics.
42+
- The `use_enum_numbers` field to the xref:components:processors/protobuf.adoc[`protobuf` processor].
43+
- The `dimensions` field to the xref:components:processors/cohere_embeddings.adoc[`cohere_embeddings` processor].
44+
- The `region`, `endpoint`, and `credentials` fields to the `dynamodb` section of the xref:components:inputs/aws_kinesis.adoc[`aws_kinesis` input].
45+
- A `tools` section to the xref:components:processors/cohere_chat.adoc[`cohere_chat` processor] to enhance response generation with agentic-like behavior.
46+
1747

1848
=== Deprecations
1949

0 commit comments

Comments
 (0)