Skip to content

Commit e817b96

Browse files
committed
3.6.0.Alpha1 announcement: Formatting
Signed-off-by: Chris Cranford <chris@hibernate.org>
1 parent 92ba99e commit e817b96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_posts/2026-04-23-debezium-3-6-alpha1-released.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Downstream consumers and schema registry entries may need to be updated accordin
4141
The PostgreSQL connector now returns enum values in their logical PostgreSQL sort order rather than their internal storage order, ensuring that the allowed values list in the emitted schema metadata is stable and predictable across connectors and restarts.
4242

4343
Previously, two connectors capturing the same enum type could produce different value orderings, causing Avro schema mismatches for downstream consumers sharing a topic.
44-
Because the order of enum values in emitted schemas may change after upgrading, users relying on a specific ordering in their schema registry or downstream consumers should review and, if necessary, reconcile their schemas before upgrading ((https://github.com/debezium/dbz/issues/1331[dbz#1331])).
44+
Because the order of enum values in emitted schemas may change after upgrading, users relying on a specific ordering in their schema registry or downstream consumers should review and, if necessary, reconcile their schemas before upgrading (https://github.com/debezium/dbz/issues/1331[dbz#1331]).
4545

4646
Note that when new values are inserted between existing enum values in PostgreSQL, the resulting allowed values list will reflect that logical position rather than appending to the end.
4747

@@ -89,7 +89,7 @@ The metric is exposed consistently across all connectors that support the `skip.
8989
Debezium includes a new single message transformation (SMT) that integrates Docling, allowing selected text fields in change events to be converted into a unified document representation format.
9090

9191
By leveraging Docling's document processing capabilities within the Debezium pipeline, users can normalize and enrich textual content as it streams from source databases to downstream systems.
92-
This is particularly useful for AI and data integration workflows where consistent, structured document output is required for downstream processing such as indexing, embedding generation, or retrieval-augmented generation ((https://github.com/debezium/dbz/issues/1442[dbz#1442]).
92+
This is particularly useful for AI and data integration workflows where consistent, structured document output is required for downstream processing such as indexing, embedding generation, or retrieval-augmented generation (https://github.com/debezium/dbz/issues/1442[dbz#1442]).
9393

9494
==== Transformation nested field improvements
9595

0 commit comments

Comments
 (0)