For installation instructions check out the getting started guide.
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) - Added
regexp_topics_includeandregexp_topics_excludefields toredpanda,redpanda_migrator,ockaminputs. (@mmatczuk) - New
ffiprocessor in CGO builds. (@rockwotj) - Add
tcpconnection options toredpanda,redpanda_migratorinputs and outputs as well as all AWS components. (@mmatczuk, @alextreichler)
Deprecated
- The
regexp_topicsboolean field is now deprecated in favor ofregexp_topics_include. (@mmatczuk)
Changed
redpanda_migratoroutput now supports two-way syncing using provenance headers (@mmatczuk)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) redpanda_migratoroutputschema_registry.intervaldefault value changed to5menabling continuous schema migration by default. (@mmatczuk)- The
redpandaandredpanda_migratorinput and outputmetadata_max_agedefault value changed to1m. (@mmatczuk)
The full change log can be found here.