Releases: signalfx/golib
Releases · signalfx/golib
3.3.13: Bug Fix Release
- Fix slice initialization bug
3.3.12: Fix SAPM translation panic on invalid span ids
Merge pull request #195 from signalfx/sapm-nil-span Handle invalid SFX spans that were causing panic
removing go1.12.x support
This release officially removes support for go1.12.x. Recommendation is to library users is to migrate to go1.14.x
adding callbacks to go metrics collector
This release supports registering callbacks with go metrics collector so that the caller can handle current runtime memstats
Adding support for go1.14.x
This release adds support for go1.14.x and also replaces boltdb/bolt with etcd-io/bolt
Add ability to expose go-metrics as sfxclient.Collector
Merge pull request #183 from signalfx/exporter add ability to expose go-metrics as sfxclient.Collector
Build fixes and some 1.13 enhancements
v3.3.2 Build fixes and some 1.13 enhancements
Remove Disco Thrift and associated go.mod dependencies
This should make golib easier to use as a go module.
Removing PDBCycle package
PDBCycle is no longer supported.
Fixing thrift import paths
This release fixes circular dependency issues with github.com/signalfx/golib and github.com/signalfx/sapm-proto