For installation instructions check out the getting started guide.
Added
- New
pg_stream
input supporting change data capture (CDC) from PostgreSQL. (@le-vlad) - Field
metadata_max_age
added to theredpanda_migrator_offsets
output. (@mihaitodor) - Field
kafka_timestamp_ms
added to thekafka
,kafka_franz
,redpanda
,redpanda_common
andredpanda_migrator
outputs. (@mihaitodor) - (Benthos) New Bloblang method
timestamp
. (@mihaitodor) - (Benthos) New
benchmark
processor. (@ooesili)
Fixed
- Addresses an issue where
snowflake_streaming
could create more channels than configured. (@rockwotj)
Changed
- The
snowflake_streaming
output withschema_evolution.enabled
set to true can now autocreate tables. (@rockwotj) - Fields
translate_schema_ids
andschema_registry_output_resource
added to theredpanda_migrator
output. (@mihaitodor) - Fields
backfill_dependencies
andinput_resource
added to theschema_registry
output. (@mihaitodor) - The
schema_registry
input and output and theschema_registry_encode
andschema_registry_decode
processors now use thegithub.com/twmb/franz-go/pkg/sr
SchemaRegistry client. (@mihaitodor) - Metadata field
kafka_timestamp_ms
added to thekafka
,kafka_franz
,redpanda
,redpanda_common
andredpanda_migrator
inputs now contains a unix timestamp with millisecond precision. (@mihaitodor) - Metadata field
kafka_timestamp
removed from thekafka
,kafka_franz
,redpanda
,redpanda_common
andredpanda_migrator
inputs. (@mihaitodor)
The full change log can be found here.