Changelog
Version 1.6.0
CC-41362: Added support for capturing Oracle
RAWandXMLTypecolumns.Important
When using a custom snapshot SELECT statement, you must explicitly serialize
XMLTypecolumns to a CLOB using theXMLSERIALIZEfunction.If existing captured tables contain
RAWorXMLTypecolumns, these columns will begin flowing into records after the upgrade. The schema for the affected subjects will evolve to include the new fields, and the fields will propagate to downstream consumers. Before upgrading, ensure your Schema Registry compatibility settings allow this change and that the registry is not read-only (globally or per-subject), and that your downstream systems can handle the new fields. To opt out, exclude these columns usingcolumn.exclude.listbefore upgrading.
CC-41827: Enhanced the connector to run without the
SELECT_CATALOG_ROLErole when the database user hasSELECTprivilege on the specific catalog views it needs. For required views, see the database prerequisites.CC-41828: Added support for pointing the connector’s source connection at an Active Data Guard physical standby in a cascading downstream capture topology, offloading initial snapshot and schema queries from the source database.