Benthos v3.28.0 Release Notes

Release Date: 2020-09-14 // over 3 years ago
  • ๐Ÿ“„ For installation instructions check out the getting started guide.

    โž• Added

    • ๐Ÿ†• New methods any, all and json_schema added to Bloblang.
    • ๐Ÿ†• New function file added to Bloblang.
    • The switch output can now route batched messages individually (when using the new cases field).
    • The switch processor now routes batched messages individually (when using the new cases field).
    • ๐Ÿ”ง The workflow processor can now reference resource configured branch processors.
    • ๐Ÿ—„ The metric processor now has a field name that replaces the now deprecated field path. When used the processor now applies to all messages of a batch and the name of the metric is now absolute, without being prefixed by a path generated based on its position within the config.
    • ๐Ÿ†• New field check added to group_by processor children, which now replaces the old condition field.
    • ๐Ÿ†• New field check added to while processor, which now replaces the old condition field.
    • ๐Ÿ†• New field check added to read_until input, which now replaces the old condition field.

    ๐Ÿ”„ Changed

    • ๐Ÿ”ง The bloblang input with an interval configured now emits the first message straight away.

    ๐ŸŒฒ The full change log can be found here.