Benthos v0.13.0 Release Notes

Release Date: 2018-06-02 // almost 6 years ago
  • โž• Added

    • ๐Ÿ†• New batch processor for combining payloads up to a number of bytes.
    • ๐Ÿ†• New conditional processor, allows you to configure a chain of processors to only be run if the payload passes a condition.
    • ๐Ÿ†• New --stream mode features:
      • POST verb for /streams path now supported.
      • New --streams-dir flag for parsing a directory of stream configs.

    ๐Ÿ”„ Changed

    • The condition processor has been renamed filter.
    • The custom_delimiter fields in any line reader types file, stdin, stdout, etc have been renamed delimiter, where the behaviour is the same.
    • ๐Ÿณ Now using Alpine as base for Docker image, includes ca-certificates.