Skip to content

Go Loggregator 7.4.0

Choose a tag to compare

released this 19 Jun 19:22

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