v4.39.0-rc1
Pre-release
Pre-release
github-actions
released this
29 Oct 19:31
·
168 commits
to main
since this release
For installation instructions check out the getting started guide.
NOTE: This is a release candidate, you can download a binary from this page.
Added
- New
timeplus
input. (@ye11ow) - New
snowflake_streaming
output. (@rockwotj) - Redpanda Connect will now use an optional
/etc/redpanda/connector_list.yaml
config to determine which connectors are available to run. (@Jeffail) - (Benthos) Field
follow_redirects
added to thehttp
processor. (@ooesili) - New CLI flag
--secrets
added. (@Jeffail) - New CLI flag
--disable-telemetry
added. (@Jeffail)
Changed
- The
aws_sqs
output fieldurl
now supports interpolation functions. (@rockwotj) - (Benthos) CLI
--set
flags can now mutate array values indexed from the end via negative integers. E.g.--set 'foo.-1=meow'
would set the last index of the arrayfoo
to the value ofmeow
. (@Jeffail)
The full change log can be found here.