Skip to content

v3.26.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Jeffail Jeffail released this 23 Aug 15:23
· 3055 commits to main since this release
1de8b54

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.

Changed

  • The rename, whitelist and blacklist metrics types are now deprecated,
    and the path_mapping field should be used instead.

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 full change log can be found here.