Skip to content

v4.107.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 21:35
· 1 commit to main since this release
dbb0f40

For installation instructions check out the getting started guide.

Fixed

  • aws_dynamodb_cdc: Fixed snapshot_throttle lint rule that was comparing duration string to numeric literal, causing configuration validation to fail. (@squiidz, #4723)
  • aws_dynamodb_cdc: Fixed infinite retry loop when a DynamoDB shard iterator expires after the shard has been deleted by properly classifying the error as permanent. (@squiidz, #4727)
  • cdc: Fixed nack handling contract violations, marshal error recovery, and streaming checkpoint persistence across MongoDB and PostgreSQL CDC connectors. (@squiidz, #4676)
  • gcp_spanner_cdc: Fixed out-of-order watermark persistence and partition batcher lifecycle issues that could skip records on restart. (@squiidz, #4686)
  • mssqlserver_cdc: Fixed a series of critical issues in snapshot barrier behavior, batch ordering, and publisher lifecycle management to prevent data loss and infinite retries after failures. (@squiidz, #4677)
  • mssqlserver_cdc: Fixed silent stall when the flush loop fails by detecting the failure and triggering reconnection to resume from the last durable checkpoint. (@squiidz, #4729)
  • oracledb_cdc: Fixed a series of critical issues in snapshot barrier behavior, batch ordering, and publisher lifecycle management to prevent data loss and infinite retries after failures. (@squiidz, #4675)
  • sftp: Fixed SFTP host key negotiation with modern OpenSSH servers by advertising rsa-sha2 algorithms for pinned RSA keys. (@prakhargarg105, #4725)

Changed

  • oracledb_cdc: Removed snapshot primary key ordering to boost snapshot performance. (@josephwoodward, #4696)

The full change log can be found here.