Benthos v3.12.0 Release Notes

Release Date: 2020-04-19 // about 4 years ago
  • โž• Added

    • ๐Ÿ‘ Vastly improved function interpolations, including better batch handling and arithmetic operators.
    • ๐Ÿ‘ The gcp_pubsub output now supports function interpolation on the field topic.
    • New contains_any and contains_any_cs operators added to the text condition.
    • ๐Ÿ‘Œ Support for input and output resource types.
    • The broker and switch output types now allow async messages and batching within child outputs.
    • Field schema_path added to the avro processor.
    • ๐Ÿ‘ The redis cache, redis_list inputs and outputs now support selecting a database with the URL path.
    • New field max_in_flight added to the broker output.

    ๐Ÿ”„ Changed

    • Benthos now runs in strict mode, but this can be disabled with --chilled.
    • ๐Ÿ‘ The Benthos CLI has been revamped, the old flags are still supported but are deprecated.
    • The http_server input now accepts requests without a content-type header.

    ๐Ÿ›  Fixed

    • Outputs that resolve function interpolations now correctly resolve the batch_size function.
    • The kinesis_balanced input now correctly establishes connections.
    • ๐Ÿ›  Fixed an auth transport issue with the gcp_pubsub input and output.