For installation instructions check out the getting started guide.
Added
- kafka: Exposed Franz Kafka producer configuration options including acks, max_buffered_records, max_buffered_bytes, max_in_flight_requests, record_retries, and record_delivery_timeout for greater control over message delivery behavior. (@dyurchanka, #4028)
- telemetry: Add deployment-type and tenant-id to call-home payload (@prakhargarg105, #4426)
Fixed
- iceberg: Improved Iceberg commit performance by skipping the redundant duplicate-path check on AddDataFiles operations, which was causing multiplicative slowdowns on busy tables. (@Jeffail, #4421)
Changed
- oracledb_cdc: Extend checkpoint cache to support multiple callers (@josephwoodward, #4417)
The full change log can be found here.