Releases: wavefrontHQ/wavefront-sdk-go
Releases · wavefrontHQ/wavefront-sdk-go
Release v0.9.11
What's Changed
- Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #80
- Improve error messages when formatting telemetry by @oppegard in #81
Full Changelog: v0.9.10...v0.9.11
Release v0.9.10
What's Changed
- Support sending spans and metrics to different ports using the WavefrontSender by @thepeterstone in #69
- Allow for tagging internal SDK metrics by @deosu in #76
- Bump github.com/stretchr/testify from 1.5.1 to 1.7.0 by @dependabot in #74
New Contributors
- @thepeterstone made their first contribution in #69
- @deosu made their first contribution in #72
- @dependabot made their first contribution in #74
- @johncornish made their first contribution in #75
- @oppegard made their first contribution in #77
Full Changelog: v0.9.9...v0.9.10
Release v0.9.9
- Add a no-op WavefrontSender implementation (#65)
Release v0.9.8
Release v0.9.7
- Fixes issue #51
Release v0.9.6
- Support setting application tags from environment variables
- Bug fixes and formatting tweaks
Release v0.9.5
- Support for sending events
- Go modules support
Release v0.9.4
- Support custom tags for heartbeat metrics
Release v0.9.3
- Performance and memory optimizations
- Internal metrics around direct ingestion
Release v0.9.2
- Support for Wavefront Histograms
- Added application tags and heartbeat service
- Improved reliability around proxy reconnections