Releases: cloudfoundry/loggregator-agent-release
Releases · cloudfoundry/loggregator-agent-release
loggregator-agent-release v8.3.1
loggregator-agent-release v7.7.14
What's Changed
Full Changelog: v7.7.13...v7.7.14
loggregator-agent-release v8.3.0
What's Changed
- Add
https-batch
protocol to loggr-syslog-agent for more efficient (batched) https drains by @nicklas-dohrn in #491 - Bump dependencies
- Bump packaged Golang to go1.22.8
New Contributors
- @nicklas-dohrn made their first contribution in #491
Full Changelog: v8.2.1...v8.3.0
loggregator-agent-release v7.7.13
loggregator-agent-release v8.2.1
What's Changed
- Fix loggr-forwarder-agent-windows to emit all OTLP signals by default by @ctlong in #611
- Bump dependencies
Full Changelog: v8.2.0...v8.2.1
loggregator-agent-release v8.2.0
What's Changed
Full Changelog: v8.1.7...v8.2.0
loggregator-agent-release v8.1.7
What's Changed
- Bump dependencies
- Fix flaky unit tests by @iprotsiuk in #604
- Ignore linter warnings for G115 by @iprotsiuk in #607
- Fix uint to int conversion for otelcolclient by @iprotsiuk in #608
Full Changelog: v8.1.6...v8.1.7
loggregator-agent-release v7.7.12
What's Changed
- Bump dependencies
- Bump packaged Golang to go1.22.6
- Fix linter warnings and unit test flakiness by @aqstack in #605
- Fix flaky unit tests by @iprotsiuk in #606
Full Changelog: v7.7.11...v7.7.12
loggregator-agent-release v8.1.6
What's Changed
⚠️ thetemporary_enable_otel_traces
property has been renamed toenable_otel_traces
. Since this was prefixed as temporary this release is not a major version bump.- Add support to send LOG and EVENT to OtelCollector as logs by @mkocher in #603. For backwards compatibility
enable_otel_metrics
is true by default, andenable_otel_traces
andenable_otel_logs
are false by default. - Bump dependencies
New Contributors
- @iprotsiuk made their first contribution in #600
- @jriguera contributed log support for OTLP forwarding
Full Changelog: v8.1.5...v8.1.6
loggregator-agent-release v8.1.5
What's Changed
- Bump go dependencies