v1.45.0
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
- Notable enhancements:
-
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
- 1e95468: fix(httpreceiver): Check if server is nil before shutting it down (#1496) (@BinaryFissionGames)
Dependencies
- 00da2b5: deps(otel): Updated Otel to v0.94.1 (#1455) (@cpheps)
- 6438ef7: deps: Updated GitHub actions for node 20 (#1452) (@cpheps)
- 597b6f0: deps: dependabot 2-26-2024 (#1500) (@BinaryFissionGames)
Other
- cdf10f4: Updated module versions (@cpheps)
- 4a465fd: Updated required fields for opamp documentation (#1451) (@cpheps)
- 2295e7f: chore: Fix flaky test TestStartAndMonitorUpdater (#1504) (@BinaryFissionGames)
- f780e96: chore: Fix link to Wix toolset (#1505) (@BinaryFissionGames)
- caf565b: chore: Merge v1.45.0 to main in prep for release (#1502) (@BinaryFissionGames)
- 79128ea: chore: Update lint job in "pr_checks" workflow (#1467) (@dpaasman00)
- 610ef1c: chore: Updated revive linter and fixed issues (#1456) (@cpheps)
- 5ae6a5c: chore: fix CodeQL scanning (#1503) (@BinaryFissionGames)
- 5da0aba: use wix toolset that won't 404 (@BinaryFissionGames)