Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

31 lines (19 loc) · 1.19 KB

Changelog

All notable changes to this library are documented in this file.

The format is based on Keep a Changelog.

This project adheres to Semantic Versioning.

v2.3.0 - 2024-04-25

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)