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-cloud.adoc
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,15 +34,19 @@ After the cluster is created, you can change the API Gateway access on the clust
34
34
** xref:develop:connect/components/outputs/cyborgdb.adoc[CyborgDB]: Wite vectors to a CyborgDB encrypted index. CyborgDB provides
35
35
end-to-end encrypted vector storage with automatic dimension detection and index optimization.
36
36
37
-
* Deprecated components:
38
-
39
-
- `redpanda_migrator` input and output (renamed to `legacy_redpanda_migrator`)
40
-
- `redpanda_migrator_offsets` input and output (renamed to `legacy_redpanda_migrator_offsets`)
41
-
- `redpanda_migrator_bundle` input and output (these are part of the legacy migration architecture and internally depend on the deprecated `legacy_redpanda_migrator` and `legacy_redpanda_migrator_offsets` components)
37
+
* Processors:
38
+
** xref:components:processors/jira.adoc[`jira`] (experimental): Executes Jira API queries based on input messages and returns structured results. The processor handles pagination, retries, and field expansion automatically.
42
39
43
-
These components have been renamed from their previous versions (without the `legacy_` prefix) to preserve backward compatibility. The new `redpanda_migrator` components introduced in this release contain breaking changes. Existing configurations using the previous `redpanda_migrator` components should use these `legacy_` prefixed versions to maintain current functionality.
40
+
* Deprecated components:
44
41
45
-
Users should migrate from deprecated components to the new unified `redpanda_migrator` input/output pair. For detailed migration instructions, see xref:guides:migration/migrate-unified-redpanda-migrator.adoc[].
42
+
** `redpanda_migrator` input and output (renamed to `legacy_redpanda_migrator`)
43
+
** `redpanda_migrator_offsets` input and output (renamed to `legacy_redpanda_migrator_offsets`)
44
+
+
45
+
Migrate from these deprecated components to the new unified `redpanda_migrator` input/output pair. For detailed migration instructions, see xref:guides:migration/migrate-unified-redpanda-migrator.adoc[].
46
+
** `redpanda_migrator_bundle` input and output (these are part of the legacy migration architecture and internally depend on the deprecated `legacy_redpanda_migrator` and `legacy_redpanda_migrator_offsets` components)
47
+
** `kafka`, `kafka_franz`, and `redpanda_common` inputs and outputs.
48
+
+
49
+
These components have been consolidated into the unified `redpanda` input and output components. Migrate existing configurations to use the new `redpanda` components for continued support and access to the latest features.
46
50
47
51
For detailed information about recent component updates, see xref:redpanda-connect:ROOT:whats_new_rpcn.adoc[What's New in Redpanda Connect].
0 commit comments