Benthos v3.27.0 Release Notes

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

    โž• Added

    • ๐Ÿ†• New function range added to Bloblang.
    • ๐Ÿ†• New (BETA) jq processor.
    • ๐Ÿ†• New driver clickhouse added to the sql processor.

    ๐Ÿ”„ Changed

    • New field data_source_name replaces dsn for the sql processor, and when
      using this field each message of a batch is processed individually. When using
      the field dsn the behaviour remains unchanged for backwards compatibility.

    ๐Ÿ›  Fixed

    • Eliminated situations where an amqp_0_9 or amqp_1 component would abandon
      a connection reset due to partial errors.
    • ๐Ÿ“œ The Bloblang parser now allows naked negation of queries.
    • The cache processor interpolations for key and value now cross-batch
      reference messages before processing.

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