All Versions
287
Latest Version
Avg Release Cycle
16 days
Latest Release
341 days ago

Changelog History
Page 15

  • v1.20.3 Changes

    May 11, 2019

    โž• Added

    • New for_each processor with the same behaviour as process_batch, process_batch is now considered an alias for for_each.
  • v1.20.2 Changes

    May 10, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ“š The sql processor now executes across the batch, documentation updated to clarify.
  • v1.20.1 Changes

    May 10, 2019

    ๐Ÿ›  Fixed

    • Corrected result_codec field in sql processor config.
  • v1.20.0 Changes

    May 10, 2019

    โž• Added

    • ๐Ÿ†• New sql processor.

    ๐Ÿ›  Fixed

    • Using json_map_columns with the dynamodb output should now correctly store null and array values within the target JSON structure.
  • v1.19.2 Changes

    May 09, 2019

    โž• Added

    • ๐Ÿ†• New encode and decode scheme hex.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed potential panic when attempting an invalid HTTP client configuration.
  • v1.19.1 Changes

    May 08, 2019

    ๐Ÿ›  Fixed

    • Benthos in streams mode no longer tries to load directory /benthos/streams by default.
  • v1.19.0 Changes

    May 07, 2019

    โž• Added

    • Field json_map_columns added to dynamodb output.
  • v1.18.0 Changes

    May 06, 2019

    โž• Added

    • ๐Ÿ”ง JSON references are now supported in configuration files.
  • v1.17.0 Changes

    May 04, 2019

    โž• Added

    • ๐Ÿ‘ The hash processor now supports sha1.
    • Field force_path_style_urls added to s3 components.
    • Field content_type of the s3 output is now interpolated.
    • Field content_encoding added to s3 output.

    ๐Ÿ›  Fixed

    • The benthos-lambda distribution now correctly returns all message parts in synchronous execution.

    ๐Ÿ”„ Changed

    • ๐Ÿ— Docker builds now use a locally cached vendor for dependencies.
    • ๐Ÿ’… All s3 components no longer default to enforcing path style URLs.
  • v1.16.0 Changes

    April 30, 2019

    โž• Added

    • New output drop_on_error.
    • Field retry_until_success added to switch output.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘Œ Improved error and output logging for subprocess processor when the process exits unexpectedly.