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

Changelog History
Page 29

  • v0.14.0 Changes

    June 15, 2018

    โž• Added

    • More granular config options in the http_client output for controlling retry logic.
    • ๐Ÿ†• New try pattern for the output broker type, which can be used in order to configure fallback outputs.
    • New json processor, this replaces delete_json, select_json, set_json.

    ๐Ÿ”„ Changed

    • The streams API endpoints have been changed to become more "RESTy".
    • Removed the delete_json, select_json and set_json processors, please use the json processor instead.
  • v0.13.5 Changes

    June 10, 2018

    โž• Added

    • ๐Ÿ†• New grok processor for creating structured objects from unstructured data.
  • v0.13.4 Changes

    June 08, 2018

    โž• Added

    • ๐Ÿ†• New files input type for reading multiple files as discrete messages.

    ๐Ÿ”„ Changed

    • Increase default max_buffer for stdin, file and http_client inputs.
    • ๐Ÿ–จ Command flags --print-yaml and --print-json changed to provide sanitised outputs unless accompanied by new --all flag.

    โœ‚ Removed

    • ๐Ÿšš Badger based buffer option has been removed.
  • v0.13.3 Changes

    June 06, 2018

    โž• Added

    • ๐Ÿ†• New metrics wrapper for more basic interface implementations.
    • ๐Ÿ†• New delete_json processor.
    • ๐Ÿ†• New field else_processors for conditional processor.
  • v0.13.2 Changes

    June 03, 2018

    โž• Added

    • ๐Ÿ†• New websocket endpoint for http_server input.
    • ๐Ÿ†• New websocket endpoint for http_server output.
    • ๐Ÿ†• New websocket input type.
    • ๐Ÿ†• New websocket output type.
  • v0.13.1 Changes

    June 02, 2018

    โž• Added

    • ๐Ÿš€ Goreleaser config for generating release packages.

    ๐Ÿ”„ Changed

    • ๐Ÿณ Back to using Scratch as base for Docker image, instead taking ca-certificates from the build image.
  • v0.13.0 Changes

    June 02, 2018

    โž• Added

    • ๐Ÿ†• New batch processor for combining payloads up to a number of bytes.
    • ๐Ÿ†• New conditional processor, allows you to configure a chain of processors to only be run if the payload passes a condition.
    • ๐Ÿ†• New --stream mode features:
      • POST verb for /streams path now supported.
      • New --streams-dir flag for parsing a directory of stream configs.

    ๐Ÿ”„ Changed

    • The condition processor has been renamed filter.
    • The custom_delimiter fields in any line reader types file, stdin, stdout, etc have been renamed delimiter, where the behaviour is the same.
    • ๐Ÿณ Now using Alpine as base for Docker image, includes ca-certificates.