Skip to content

Releases: signalfx/golib

v3.1.0 SAPM protocol support

18 Dec 20:03
0895983
Compare
Choose a tag to compare

This release adds support to export traces using the SAPM protocol

v3.0.0: Go Modules

11 Nov 13:23
d07cf31
Compare
Choose a tag to compare
- Switching to Go modules.  All import paths from this version on should
be `github.com/signalfx/golib/v3/...`.

httpsink honors tokens set in contexts

04 Oct 21:11
8850415
Compare
Choose a tag to compare

In addition, automated testing is now only on officially supported go versions of > 1.12 and 1.13.

v2.4.3

16 Sep 16:25
462fd3c
Compare
Choose a tag to compare
  • Increase timeout to 10s when querying CPU metadata

v2.3.4

08 Apr 17:25
68565cf
Compare
Choose a tag to compare
  • Add Float32 support to pointers package
  • Add Uint64 support to pointers package

v2.3.3

25 Mar 20:00
01b8a11
Compare
Choose a tag to compare

Add function to datapoint package's cast metric values functions

v2.3.2

18 Mar 20:36
ed6b82f
Compare
Choose a tag to compare
Logwitherr (#131)

* update vendor deps for assertions, gls, and goconvey for go 1.12 support

* make add log functions for logging if err with log keys

v1.1.6

05 Jun 20:56
b1be94c
Compare
Choose a tag to compare
  • add functions for casting interfaces to datapoint values

v1.1.3

13 Apr 21:09
0e20e60
Compare
Choose a tag to compare
  • fix bug preventing http2 connections from being established to emit metrics

v1.1.0

04 Jan 22:12
2689f7b
Compare
Choose a tag to compare
  • refactor to use built in go library context
  • add asynchronous multitoken sink
  • add pdbcycle package (multi-file cycledb)

Breaking Changes

This release includes significant refactoring and minor enhancements.
Please note that this library is no longer compatible with go 1.7.x and below.