For installation instructions check out the getting started guide.
Added
- Field
scope
added to thecouchbase
client. (@peczenyj) - Parameter
root_tag
added to theformat_xml()
Bloblang method. (@mihaitodor) - Metadata
kafka_lag
now emitted by thekafka_franz
andockam_kafka
inputs. (@mihaitodor) - New
mcp-server lint
subcommand for linting config directories. (@Jeffail) - (Benthos) CLI flag
--env-file
added to theblobl
command. (@mihaitodor) - The
mcp-server
subcommand now supports the new streamable HTTP spec when theaddress
flag is specified. (@Jeffail) - Field
max_reconnects
added to thenats
,nats_jestream
,nats_kv
,nats_stream
andnats_request_reply
components. (@chelmi) - Field
poll_interval
added to theredpanda_migrator_offsets
input. (@mihaitodor) - Field
consumer_group_offsets_poll_interval
added to theredpanda_migrator_bundle
input. (@mihaitodor) - Field
input_bundle_label
added to theredpanda_migrator_bundle
output. (@mihaitodor) - New
gcp_spanner_cdc
input. (@mmatczuk) - Field
object_canned_acl
added to theaws_s3
output. (@mihaitodor) - Fields
history
,max_tool_calls
andtools
added to thegcp_vertex_ai_chat
processor. (@rockwotj)
Fixed
- Fixed an issue where the
aws_kinesis
input would cause high CPU utilization in cases where a shard has a trickle of data and a batching period is specified. - Fixed an issue where the
mongodb_cdc
inputs could have spurious errors when collections had no writes for > 30 seconds. (@rockwotj) - Fixed a regression bug when configuring TLS for the Schema Registry client used by the
schema_registry
input and output and theschema_registry_decode
andschema_registry_encode
processors. This was introduced via #3135 in v4.46.0.(@mihaitodor) - (Benthos) Fixed a regression bug where the
echo
andlint
commands no longer loaded environment variables. (@mihaitodor)
Changed
- The
redpanda_migrator_offsets
input now polls theOffsetFetch
API instead of reading from the__consumer_offsets
topic. (@mihaitodor) - Fields
consumer_group
,commit_period
,partition_buffer_bytes
,topic_lag_refresh_period
, andmax_yield_batch_bytes
for theredpanda_migrator_offsets
input are now deprecated. (@mihaitodor)
The full change log can be found here.