Skip to content

v1.45.0

Compare
Choose a tag to compare
@jsirianni jsirianni released this 27 Feb 19:07
· 6 commits to release/v1.46.0 since this release
f780e96

Changelog

Breaking changes

  • f8a4b69: feat: Remove x86/386/32bit Windows build (#1501) (@BinaryFissionGames)
    • This removes compatibility of Windows 7/8/Server 2008/Server 2012. Version 1.44.0 will be in "maintenance mode", where it will receive irregular maintenance updates.

New Features

  • e68a335: deps: Bump OTel to v0.95.0 (#1497) (@BinaryFissionGames)

    • Notable enhancements:
      • pkg/ottl: Adds a new ParseCSV converter that can be used to parse CSV strings.
      • pkg/ottl: Add ParseKeyValue function for parsing key value pairs from a target string
    • Notable bug fixes:
      • pkg/stanza: Add 'allow_skip_pri_header' flag to syslog setting.
      • pkg/stanza: Fixed a bug in the keyvalue_parser where quoted values could be split if they contained a delimiter.
      • logstransformprocessor: Fix potential panic on shutdown due to incorrect shutdown order
  • 9631c9f: feat(expr): use ottlfuncs.StandardConverters as base for ottl functions (#1453) (@BinaryFissionGames)

  • 0aae80b: feat: Add Lookup Processor (#1468) (@jmwilliams89)

  • d0486df: feat: Add Snowflake Exporter (#1466) (@dpaasman00)

Bug Fixes

Dependencies

Other