Skip to content

Releases: cloudfoundry/go-loggregator

v9.0.3

18 Oct 18:37
Compare
Choose a tag to compare

What's Changed

  • Bump dependencies

Full Changelog: v9.0.2...v9.0.3

v9.0.0

01 Dec 18:15
6d192b1
Compare
Choose a tag to compare

What's Changed

  • Drops the unsupported gogo/protobuf module and replaces it with the google.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

Full Changelog: v8.0.5...v9.0.0

v8.0.5

17 Jun 21:58
Compare
Choose a tag to compare
  • tests run succesfully
  • go mod has a different version of go.

Go Loggregator 8.0.4

05 Oct 16:15
dac79f9
Compare
Choose a tag to compare

Changelog

  • Fix nil pointer dereference in envelope_stream_connector when context is cancelled

  • Update example V2 client to include UsePreferredTags option

    This option is recommended, as it places envelope tags in the Tags field rather than DeprecatedTags.

Go Loggregator 8.0.2

27 Jul 16:25
Compare
Choose a tag to compare

Changelog

  • Bump go-gprc to v1.23.0

Go Loggregator 8.0.1

03 Jun 22:57
Compare
Choose a tag to compare

Changelog

  • Performance Improvements in the RLP Gateway Client

Go Loggregator 8.0.0

30 Mar 21:11
Compare
Choose a tag to compare

🚨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

25 Jul 20:32
Compare
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
Compare
Choose a tag to compare

Changelog

Include default tags on all metrics in prometheus registry

Go Loggregator 7.5.0

28 Jun 21:14
Compare
Choose a tag to compare

Change log

  • Add a metric exposition utility package
  • Add go mod