github redpanda-data/connect v4.111.0

latest releases: public/bundle/free/v4.111.0, public/bundle/enterprise/v4.111.0
3 hours ago

For installation instructions check out the getting started guide.

Added

  • mssqlserver_cdc: Exposed seqval and command_id metadata fields alongside lsn to enable proper ordering of changes within transactions. (@Leward, #4831)
  • oracledb_cdc: Added prefetch_rows configuration option to optimize LogMiner query performance. (@josephwoodward, #4698)
  • websocket: Enabled websocket input and output components for cloud distributions. (@prakhargarg105, #4708)

Fixed

  • oracledb_cdc: Fixed redelivery issue where ORA-01368 errors caused by reused online redo logs resulted in duplicate transaction publication. (@josephwoodward, #4850)
  • postgres_cdc: Fixed validation to allow heartbeat_interval and pg_wal_monitor_interval to be set to 0s as documented to disable these features. (@Leward, #4846)
  • redpanda_migrator: Reduced schema registry fan-out from O(N²) to O(N) requests during translate_ids sync by using RegisterSchema instead of CreateSchema, preventing request bursts that overwhelmed single-node registries. (@prakhargarg105, #4734)
  • sftp: Fixed SSH channel leak on write failures that exhausted the server's channel limit and prevented reconnection. (@brokenjacobs, #4839)

The full change log can be found here.

Don't miss a new connect release

NewReleases is sending notifications on new releases.