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
methodFakeBackend
to allow setting an internal logger. (#12)
Changed
FakeBackend
no longer emits internal logs using globallog
. (#12)
Fixed
- Fix a goroutine leak and close the channel returned by
Computation.Events
when the computation finishes. (#15)