Skip to content

Releases: signalfx/signalflow-client-go

v2.3.0

25 Apr 13:36
v2.3.0
dd499d5
Compare
Choose a tag to compare

This is the first release after the github.com/signalfx/signalfx-go/signalflow/v2 migration to this repository. In order to migrate from the deprecated package you have to replace github.com/signalfx/signalfx-go/signalflow/v2 with github.com/signalfx/signalflow-client-go/v2/signalflow.

Added

  • Add SetLogger method FakeBackend to allow setting an internal logger. (#12)

Changed

  • FakeBackend no longer emits internal logs using global log. (#12)

Fixed

  • Fix a goroutine leak and close the channel returned by Computation.Events when the computation finishes. (#15)

v0.1.0

24 Apr 16:13
v0.1.0
8e15297
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

This is a prelease before making an official v2.3.0 release.