Skip to content

Releases: signalfx/golib

3.3.13: Bug Fix Release

17 Sep 17:22
d6acdec
Compare
Choose a tag to compare
  • Fix slice initialization bug

3.3.12: Fix SAPM translation panic on invalid span ids

03 Sep 15:24
103c761
Compare
Choose a tag to compare
Merge pull request #195 from signalfx/sapm-nil-span

Handle invalid SFX spans that were causing panic

removing go1.12.x support

24 Aug 16:04
0db49c2
Compare
Choose a tag to compare

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

18 Aug 17:24
7e4a24b
Compare
Choose a tag to compare

This release supports registering callbacks with go metrics collector so that the caller can handle current runtime memstats

Adding support for go1.14.x

10 Aug 16:42
f507183
Compare
Choose a tag to compare

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

22 May 22:33
be21dbc
Compare
Choose a tag to compare
Merge pull request #183 from signalfx/exporter

add ability to expose go-metrics as sfxclient.Collector

Build fixes and some 1.13 enhancements

05 May 13:02
867b567
Compare
Choose a tag to compare
v3.3.2

Build fixes and some 1.13 enhancements

Remove Disco Thrift and associated go.mod dependencies

06 Mar 19:36
19d0833
Compare
Choose a tag to compare

This should make golib easier to use as a go module.

Removing PDBCycle package

29 Jan 18:56
4ac071c
Compare
Choose a tag to compare

PDBCycle is no longer supported.

Fixing thrift import paths

21 Jan 16:18
951e406
Compare
Choose a tag to compare

This release fixes circular dependency issues with github.com/signalfx/golib and github.com/signalfx/sapm-proto