Benthos v3.56.0 Release Notes

Release Date: 2021-09-22 // over 2 years ago
  • โž• Added

    • Fields cache_control, content_disposition, content_language and website_redirect_location added to the aws_s3 output.
    • Field cors.enabled and cors.allowed_origins added to the server wide http config.
    • ๐Ÿ‘ For Kafka components the config now supports the rack_id field which may contain a rack identifier for the Kafka client.
    • ๐Ÿ‘ Allow mapping imports in Bloblang environments to be disabled.
    • Go API: Isolated Bloblang environments are now honored by all components.
    • ๐Ÿ— Go API: The stream builder now evaluates environment variable interpolations.
    • Field unsafe_dynamic_query added to the sql processor.
    • ๐Ÿ‘ The kafka output now supports zstd compression.

    ๐Ÿ›  Fixed

    • โœ… The test subcommand now expands resource glob patterns (benthos -r "./foo/*.yaml" test ./...).
    • The Bloblang equality operator now returns false when comparing non-null values with null rather than a mismatched types error.