Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@pellared pellared released this 25 Apr 13:36
· 7 commits to main since this release
v2.3.0
dd499d5

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)