Benthos v3.63.0 Release Notes

Release Date: 2022-02-08 // about 2 years ago
  • โž• Added

    • ๐Ÿ‘ Field cors added to the http_server input and output, for supporting CORS requests when custom servers are used.
    • Field server_side_encryption added to the aws_s3 output.
    • Field use_histogram_timing and histogram_buckets added to the prometheus metrics exporter.
    • ๐Ÿ†• New duration string and back off field types added to plugin config builders.
    • Experimental field multipart added to the http_client output.
    • Codec regex added to inputs.
    • โฑ Field timeout added to the cassandra output.
    • New experimental gcp_bigquery_select input.
    • Field ack_wait added to the nats_jetstream input.

    ๐Ÿ”„ Changed

    • ๐Ÿ’… The old map-style resource config fields (resources.processors.<name>, etc) are now marked as deprecated. Use the newer list based fields (processor_resources, etc) instead.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ The generate input now supports zeroed duration strings (0s, etc) for unbounded document creation.
    • The aws_dynamodb_partiql processor no longer ignores the endpoint field.
    • Corrected duplicate detection for custom cache implementations.
    • ๐Ÿ›  Fixed panic caused by invalid bounds in the range function.
    • โœ… Resource config files imported now allow (and ignore) a tests field.
    • ๐Ÿ›  Fixed an issue where the aws_kinesis input would fail to back off during unyielding read attempts.
    • ๐Ÿ›  Fixed a linting error with zmq4 input/output urls fields that was incorrectly expecting a string.