Skip to content

Releases: cloudfoundry/go-loggregator

Go Loggregator 7.4.0

19 Jun 19:22
Compare
Choose a tag to compare

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

09 Jul 17:33
Compare
Choose a tag to compare

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

17 Apr 17:42
Compare
Choose a tag to compare

Changelog

  • Add support for Timer envelope types with EmitTimer.