Benthos v4.1.0 Release Notes

Release Date: 2022-05-11 // almost 2 years ago
  • โž• Added

    • ๐Ÿ“‡ The nats_jetstream input now adds headers to messages as metadata.
    • Field headers added to the nats_jetstream output.
    • Field lazy_quotes added to the CSV input.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed an issue where resource and stream configs imported via wildcard pattern could not be live-reloaded with the watcher (-w) flag.
    • Bloblang comparisons between numerical values (including match expression patterns) no longer require coercion into explicit types.
    • Reintroduced basic metrics from the twitter and discord template based inputs.
    • Prevented a metrics label mismatch when running in streams mode with resources and prometheus metrics.
    • ๐ŸŒฒ Label mismatches with the prometheus metric type now log errors and skip the metric without stopping the service.
    • ๐Ÿ›  Fixed a case where empty files consumed by the aws_s3 input would trigger early graceful termination.