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

Changelog History
Page 16

  • v1.15.0 Changes

    April 26, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿณ The main docker image is now based on busybox.
    • ๐Ÿ‘• Lint rule added for batch processors outside of the input section.
  • v1.14.3 Changes

    April 25, 2019

    ๐Ÿ›  Fixed

    • โœ‚ Removed potential benthos-lambda panic on shut down.
  • v1.14.2 Changes

    April 25, 2019

    ๐Ÿ›  Fixed

    • The redis cache no longer incorrectly returns a "key not found" error instead of connection errors.
  • v1.14.1 Changes

    April 24, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed docker tag format from vX.Y.Z to X.Y.Z.
  • v1.14.0 Changes

    April 24, 2019

    โž• Added

    • Output broker pattern fan_out_sequential.
    • Output type drop for dropping all messages.
    • ๐Ÿ†• New interpolation function timestamp_utc.
  • v1.13.0 Changes

    April 22, 2019

    โž• Added

    • ๐Ÿ†• New benthos-lambda distribution for running Benthos as a lambda function.
  • v1.12.0 Changes

    April 21, 2019

    โž• Added

    • ๐Ÿ†• New s3 cache implementation.
    • ๐Ÿ†• New file cache implementation.
    • Operators quote and unquote added to the text processor.
    • Configs sent via the streams mode HTTP API are now interpolated with environment variable substitutes.

    ๐Ÿ”„ Changed

    • ๐Ÿ’… All AWS s3 components now enforce path style syntax for bucket URLs. This improves compatibility with third party endpoints.
  • v1.11.0 Changes

    April 12, 2019

    โž• Added

    • ๐Ÿ†• New parallel processor.

    ๐Ÿ›  Fixed

    • The dynamodb cache get call now correctly reports key not found versus general request error.
  • v1.10.10 Changes

    April 10, 2019

    โž• Added

    • New sqs_bucket_path field added to s3 input.

    ๐Ÿ›  Fixed

    • The sqs input now rejects messages that fail by resetting the visibility timeout.
    • The sqs input no longer fails to delete consumed messages when the batch contains duplicate message IDs.
  • v1.10.9 Changes

    April 05, 2019

    ๐Ÿ›  Fixed

    • The metric processor no longer mixes label keys when processing across parallel pipelines.