For installation instructions check out the getting started guide.
Added
- New
cache_durationfield toschema_registry_decode. (@rockwotj) - (Benthos) Field
client_authadded to thesocket_serverinput. (@filippog) - (Benthos) New Bloblang string method
uuid_v5. (@artemklevtsov) - New
qdrantprocessor. (@rockwotj) - New
mcp-server initsubcommand. (@Jeffail) - (Benthos) Config: Environment variable interpolation now supports
base64decodeas an optional transform function. (@mihaitodor)
Fixed
- Specifying a
redpandalogger via cli opts no longer yields invalid timeout settings. (@Jeffail)
Changed
- (Benthos) The
http_clientinput and output and thehttpprocessor now support extracting multi-value HTTP headers. (@mihaitodor) - (Benthos) Resources are now initialized lazily upon first usage. This means that resources which establish connections will only do so if they are being actively utilized. One consequence of this behaviour is that beyond linting errors your resource configs will only report errors if and when they are used. (@Jeffail)
The full change log can be found here.