Releases: cloudfoundry/go-loggregator
Releases · cloudfoundry/go-loggregator
Go Loggregator 7.4.0
Changelog
- Add ability to emit counters with totals
- Fix v2 -> v1 envelope conversion for HttpStartStop
- Add v1 -> v2 envelope conversion
- Fix RLP gateway disconnecting after streaming for 15 minutes cloudfoundry/loggregator #60
- Fix RLP gateway heartbeat cloudfoundry/loggregator #53
- Add emit method for Ingress Client
- Add dial option configuration for the envelop stream connector
- Remove DeprecatedTags from PulseEmitter
- Reduce RLP gateway CPU usage
- Remove duplicate source IDs in RLP gateway
- Send Cache-Control header in RLP gateway client
- Add RLP gateway client
- Add WithEventSourceInfo to allow a user to set the source ID for events #28
- Fixes go-routine leak in EnvelopeStreamconnector
- Add CloseRecv() when connection is closed so gRPC buffers are flushed #31
Go Loggregator v7.0.0
Changelog
- Can now use gRPC dial options with ingress client
- Fix goroutine leaks
- Stream from RLP and send to syslog://
- Support envelope tags in syslog messages
Go Loggregator v6.2.0
Changelog
- Add support for Timer envelope types with
EmitTimer
.