Benthos v3.29.0 Release Notes

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

    โž• Added

    • ๐Ÿ†• New cli flag log.level for overriding the configured logging level.
    • ๐Ÿ†• New integration test suite (much more dapper and also a bit more swanky than the last).

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ The default value for batching.count fields is now zero, which means adding a non-count based batching mechanism without also explicitly overriding count no longer incorrectly caps batches at one message. This change is backwards compatible in that working batching configs will not change in behaviour. However, a broken batching config will now behave as expected.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Improved Bloblang parser error messages for function and method parameters.

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