For installation instructions check out the getting started guide.
NOTE: This is a release candidate, you can download a binary from this page.
Added
- Add configuration option to set client name for
redisconnections. - (Benthos) The
commandprocessor now emits theexit_codemetadata field. (@mihaitodor) - The
postgres_cdcinput now adds schema metadata to consumed messages, this can be used for automatic schema conversion in processors such asschema_registry_encode. (@Jeffail)
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)
The full change log can be found here.