Releases: cloudfoundry/go-loggregator
Releases · cloudfoundry/go-loggregator
v9.0.3
v9.0.0
What's Changed
- Drops the unsupported
gogo/protobuf
module and replaces it with thegoogle.golang.org/protobuf
by @ctlong in #81 - Allow UTC timestamp formatting in syslog by @Benjamintf1 in #72
- Truncate syslog messages if metadata is overly long rather then erroring by @Benjamintf1 in #74
- Fix: race conditions in tests by @ctlong in #80
- Bumps dependencies
New Contributors
- @garethjevans made their first contribution in #52
- @Benjamintf1 made their first contribution in #72
Full Changelog: v8.0.5...v9.0.0
v8.0.5
- tests run succesfully
- go mod has a different version of go.
Go Loggregator 8.0.4
Changelog
-
Fix nil pointer dereference in
envelope_stream_connector
when context is cancelled -
Update example V2 client to include
UsePreferredTags
optionThis option is recommended, as it places envelope tags in the
Tags
field rather thanDeprecatedTags
.
Go Loggregator 8.0.2
Changelog
- Bump go-gprc to v1.23.0
Go Loggregator 8.0.1
Changelog
- Performance Improvements in the RLP Gateway Client
Go Loggregator 8.0.0
🚨Contains Breaking Change🚨
Changelog
- Include Cloudfoundry tlsconfig
- Use
/v8
import paths - Add error channel to propagate RLP connection errors
- Add configurable retry count to RLP connection
- Make RLP logger configurable
Breaking Change: Move metrics to https://github.com/cloudfoundry/go-metric-registry
Go Loggregator 7.7.0
Changelog
- fix spy metrics and update dependencies
- make spy metrics client return existing metrics if on New
Go Loggregator 7.6.0
Changelog
Include default tags on all metrics in prometheus registry
Go Loggregator 7.5.0
Change log
- Add a metric exposition utility package
- Add go mod