Skip to content

v3.26.0

Compare
Choose a tag to compare
@Jeffail Jeffail released this 30 Aug 19:36
· 2982 commits to main since this release
3692e0d

For installation instructions check out the getting started guide.

Added

  • New Bloblang methods not_null and filter.
  • New Bloblang function env.
  • New field path_mapping added to all metrics types.
  • Field max_in_flight added to the dynamic output.
  • The workflow processor has been updated to use branch processors with the
    new field branches, these changes are backwards compatible with the now
    deprecated stages field.

Changed

  • The rename, whitelist and blacklist metrics types are now deprecated,
    and the path_mapping field should be used instead.
  • The conditional, process_map and process_dag processors are now
    deprecated and are superseded by the switch, branch and workflow
    processors respectively.

Fixed

  • Fixed http processor error log messages that would print incorrect URLs.
  • The http_server input now emits latency metrics.
  • Fixed a panic that could occur during the shutdown of an http_server input
    serving a backlog of requests.
  • Explicit component types (type: foo) are now checked by the config linter.
  • The amqp_1 input and output should now reconnect automatically after an
    unexpected link detach.

The full change log can be found here.