For installation instructions check out the getting started guide.
Added
- oracledb_cdc: Adds support for streaming LOB columns (@josephwoodward)
Changed
- schema_registry_encode: Avro encoding now handles timestamps from CDC sources (RFC3339 strings and
time.Timevalues) automatically, nullable union fields are auto-wrapped regardless ofavro.raw_json, and extra fields not in the schema are silently dropped rather than producing an error. (@Jeffail)
Fix
- dynamodb_cdc: Fix shard readers polling too slowly. (@squiidz)
The full change log can be found here.