For installation instructions check out the getting started guide.
NOTE: This is a release candidate, you can download a binary from this page.
Added
- (Benthos) New 
string.repeat(int)method to repeat a string or byte array N times. (@rockwotj) - (Benthos) New 
bytesmethod to create a 0 initialized byte array. (@rockwotj) 
Changed
redpanda_migratoroutput now supports two-way syncing using provenance headers (@mmatczuk)- New 
ffiprocessor. (@rockwotj) schema_registry_encodegains a newprotobuf.serialize_to_jsonoption that is by default true. If disabled, then messages are decoded into a structured format which preserves types better and is faster. (@rockwotj)- Add 
decodeoption to fieldoperatorinprotobufprocessor that decodes messages into a structured format (as opposed to serializing to JSON) that perserves types better and is faster. (@rockwotj) 
The full change log can be found here.