For installation instructions check out the getting started guide.
Added
- redis: Add configuration option to set client name for
redisconnections. (@nhaberla) - benthos: The
commandprocessor now emits theexit_codemetadata field. (@mihaitodor) - postgres_cdc: Input now adds schema metadata to consumed messages, this can be used for automatic schema conversion in processors such as
schema_registry_encode. (@Jeffail) - iceberg: New output, allows writing Iceberg data to REST catalogs in s3, gcs and adls. (@rockwotj)
- microsoft_sql_server_cdc: Input now adds schema metadata to consumed messages, this can be used for automatic schema conversion in processors such as
schema_registry_encode. (@Jeffail) - otlp: Add oauth2 support and service account fallback to schemaregistry (@mmatczuk)
Changed
snowflake_streamingoutput: the commit polling backoff is now configurable via thecommit_backoffobject. Thecommit_timeoutfield is deprecated in favour ofcommit_backoff.max_elapsed_time.tigerbeetle_cdcinput: adds thetimeout_secondsconfiguration and triggers
monitoring in case
of lost connectivity with the TigerBeetle cluster. (@batiati)
Fixed
testcommand: Templates registered via the-tflag are now correctly available during test execution. (@Phantal)- benthos: Fixed a regression where input and output resources imported but unused were being initialized. (@Jeffail)
- redpanda/migrator: fix key scoping to prevent label collision (@mmatczuk)
The full change log can be found here.