Changelog for JDBC Source and Sink Connector for Confluent Platform

Version 10.9.4

  • PR-1642 - CC-41005: honor trim.sensitive.log in JdbcDbWriter exception log sites (10.8.x)

  • PR-1641 - Merge Conflict Resolution (from 10.8.x to 10.9.x)

  • PR-1639 - Backport query validation fix to 10.8.x branch

  • PR-1635 - Bump org.postgresql:postgresql to 42.7.11 (CVE-2026-42198) [CC-41166]

  • PR-1637 - Remove timestamp.precision.mode from String-value config gating

  • PR-1636 - Add primitive value schema support in JDBC sink connector to allow St

  • PR-1634 - Add getMetaData() shadow probe to source query validation

  • PR-1630 - Update INFO logs to DEBUG to avoid frequent logging in Table Monitor Thread

  • PR-1627 - Attach connection error to CONNECTION_URL and add tests

Version 10.9.3

  • PR-1619 - Add SqlParser Utility to parse Sql Query

  • PR-1616 - Introduce validation of query config to check if configured query is correct

Version 10.9.2

  • PR-1598 - Fixed the existing validation to allow the connector to operate in table or query mode. See Issue here.

Version 10.9.1

  • PR-1592 - Upgrade MSSQL Server JDBC Driver version to fix CVE-2025-59250.

Version 10.9.0

  • PR-1590 - Add ServiceLoader definitions for JdbcSourceConnector and JdbcSinkConnector to support SERVICE_LOAD plugin discovery