Skip to content

Releases: cloudfoundry/go-loggregator

Go Loggregator 7.7.0

25 Jul 20:32

Choose a tag to compare

Changelog

  • fix spy metrics and update dependencies
  • make spy metrics client return existing metrics if on New

Go Loggregator 7.6.0

25 Jul 20:27

Choose a tag to compare

Changelog

Include default tags on all metrics in prometheus registry

Go Loggregator 7.5.0

28 Jun 21:14

Choose a tag to compare

Change log

  • Add a metric exposition utility package
  • Add go mod

Go Loggregator 7.4.0

19 Jun 19:22

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

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

Choose a tag to compare

Changelog

  • Add support for Timer envelope types with EmitTimer.