Skip to content

Releases: wavefrontHQ/wavefront-sdk-go

v0.15.0

19 Oct 21:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.14.0

31 Aug 21:05
Compare
Choose a tag to compare

What's Changed

Dependencies

  • build(deps): use github.com/caio/go-tdigest/v4 v4.0.1 by @LukeWinikates in #151
  • build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 by @dependabot in #138

Full Changelog: v0.13.0...v0.14.0

v0.13.0

01 May 21:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

v0.12.0

22 Feb 00:14
45f78be
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.12.0

Clean up public API

16 Nov 21:37
c98ad78
Compare
Choose a tag to compare

Bug Fixes

Documentation Updates

Testing enhancements

Breaking Changes

New Contributors

Full Changelog: v0.10.4...v0.11.0

Current version ID of library automatically included

06 Sep 17:00
1f64f7f
Compare
Choose a tag to compare

Enhancements

  • Current version number of library automatically included #104. Before, maintainers had to manually update a version file with the current version number.
  • Version tag added to internal metrics only for the non-deprecated sender API. #104

Bug Fixes Documentation fixes and Dependency Updates

  • Documentation for SDKMetricsTags function fixed to mention that the "version" and "pid" tags are always included on internal metrics #104
  • Unit tests now use the net/http/httptest library rather than hard coded ports, so the unit tests run correctly regardless of what ports are currently in use. #105

Full Changelog: v0.10.3...v0.10.4

Include span lines in span logs

26 Aug 17:07
c3769c5
Compare
Choose a tag to compare

Bug Fixes and Dependency Updates

  • Include span lines in span logs by @keep94 in #99

Full Changelog: v0.10.2...v0.10.3

Fix internal metric names in new sender API

18 Aug 15:18
10ec95b
Compare
Choose a tag to compare

Bug Fixes and Dependency Updates

  • Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #95
  • Prefix of internal metric names is ~sdk.go.core.sender.proxy when new sender API is used in proxy mode and it is ~sdk.go.core.sender.direct when new sender API is used in direct ingestion mode #96. The new sender API used to always use the ~sdk.go.core.sender.direct prefix for internal metrics

Full Changelog: v0.10.1...v0.10.2

Update README file with current badges and API

24 Jun 17:54
5d9d19c
Compare
Choose a tag to compare

Documentation updates

  • Update README file to use non-deprecated API in examples by @keep94 #88
  • Fix badges on README by @oppegard #93

CI updates

Bug Fixes and Dependency Updates

  • Bump github.com/stretchr/testify from 1.7.2 to 1.7.5 by @dependabot in #94

Full Changelog: v0.10.0...v0.10.1

senders.NewSender() to work correctly for direct ingestion

21 Jun 17:15
f0e69a1
Compare
Choose a tag to compare

New Features

  • Correctly mark deprecated functions. Mark public internal functions as for internal use only by @keep94 #90

Bug Fixes and Dependency Updates

  • Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #83
  • senders.NewSender() to work correctly for direct ingestion by @keep94 #85
  • Ensure Option instances are immutable by @keep94 #87

Full Changelog: v0.9.11...v0.10.0