Releases: cloudfoundry/loggregator-agent-release
Releases · cloudfoundry/loggregator-agent-release
loggregator-agent-release v8.1.3
What's Changed
- Cache failed dns lookups for 120 seconds which reduced load on DNS system when invalid drains are present by @acosta11 in #596
Full Changelog: v8.1.2...v8.1.3
loggregator-agent-release v7.7.9
What's Changed
- Cache failed dns lookups for 120 seconds which reduced load on DNS system when invalid drains are present by @acosta11 in #597
Full Changelog: v7.7.8...v7.7.9
loggregator-agent-release v8.1.2
loggregator-agent-release v7.7.8
loggregator-agent-release v6.5.20
What's Changed
- Bump dependencies
- Bump packaged Golang to go1.21.12
Full Changelog: v6.5.19...v6.5.20
loggregator-agent-release v8.1.1
What's Changed
- Bump dependencies
- Fix Syslog Binding Cache polling to wait for the entire polling interval between each operation in #572
Full Changelog: v8.1.0...v8.1.1
loggregator-agent-release v7.7.7
What's Changed
- Bump dependencies
- Fix Syslog Binding Cache polling to wait for the entire polling interval between each operation in #571
Full Changelog: v7.7.6...v7.7.7
loggregator-agent-release v8.1.0
What's Changed
- Replace usages of
grpc.Dial
withgrpc.NewClient
which does not open connections until necessary - Bump dependencies
Experimental OTel Collector changes
- Added
temporary_emit_otel_traces
property to the loggr-forwarder-agent and loggr-forwarder-agent-windows jobs. Setting this property totrue
activates conversion of appropriately tagged http timers to OpenTelemetry traces (it defaults tofalse
). See cloudfoundry/gorouter#407.
Full Changelog: v8.0.3...v8.1.0
loggregator-agent-release v8.0.4
Don't use. It contains the code changes from v8.1.0 but without a semver minor bump to indicate new functionality.