For installation instructions check out the getting started guide.
NOTE: This is a release candidate, you can download a binary from this page.
Added
- Field
extras
added to thesentry_capture
processor. (@peczenyj) - Field
steal_grace_period
added to theaws_kinesis
input. (@Jeffail) - New
redpanda
cache that stores key/value pairs in a compacted topic. (@rockwotj) - Field
max_yield_batch_bytes
added to allredpanda
flavored inputs. (@Jeffail) - New
translate_kafka_connect_types
toschema_registry_decode
to decode non-standard types emitted by debezium. (@rockwotj)
Fixed
- Fixed an issue with the experimental
redpanda
input where batch ordering could be mixed between two subsequent batches. (@mihaitodor, @rockwotj) - Fixed an issue in
schema_registry_decode
where Avro schema references were not properly resolved. (@geniegeist)
Changed
- The way in which custom parameters for the experimental
mcp-server
subcommand are defined have changed. When defined they will now yield a JSON message to tool processors and outputs instead of complementary metadata keys, and there is no longer an implicitvalue
field under these cirumstances.
The full change log can be found here.