For installation instructions check out the getting started guide.
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) - (Benthos) CLI flag
--api-path-prefix
added to thestudio pull
andstudio sync-schema
subcommands. (@mihaitodor)
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. (@rockwotj) - The old deprecated
elasticsearch
output has been removed. This is not a change we would traditionally make without waiting for a major version increment. However, a dependency of the library used in this component is compromised and is now a significant security concern, which warrants the immediate removal. (@Jeffail)
The full change log can be found here.