Releases: honeycombio/libhoney-go
Releases · honeycombio/libhoney-go
v1.17.0
Enhancements
- feat: adds a configurable event batch send timeout (#190) | @danvendia & @robbkidd
Maintenance
- maint: add go 1.19 to CI (#189) | @vreynolds
- docs: add wiki manual tracing example (#188) | @vreynolds
- Bump github.com/klauspost/compress from 1.15.7 to 1.15.9 (#192) | @robbkidd
New Contributors
- @danvendia made their first contribution in #190
Full Changelog: v1.16.0...v1.17.0
v1.16.0
There were several v2 releases that were unusable because they were incomplete according to Go's semantic versioning strategy.
Changes that appeared in those unusable v2 releases are consolidated into this minor release.
⚠️ Breaking Changes ⚠️
Minimum Go version required is 1.14
Enhancements
- Update default dataset name for non-classic API keys (#170) | @MikeGoldsmith
- Add support to retrieve team and environment (#183) | @MikeGoldsmith
Maintenance
- maint: drop support for go before 1.14 (#164) | lizthegrey
- maint: add go 1.18 to CI (#172) | @vreynolds
- Fix race condition in test and other test bugs (#162) | @kentquirk
- Update examples (#184) | @vreynolds
- Build example app during CI test phase (#179) | @MikeGoldsmith
- Bump github.com/stretchr/testify from 1.6.1 to 1.8.0 (#111, #174, #181) | dependabot
- Bump github.com/klauspost/compress from 1.13.6 to 1.15.7 (#175, #177, #180, #182) | dependabot
- Bump github.com/DataDog/zstd from 1.5.0 to 1.5.2 (#178) | dependabot
New Contributors
- @kentquirk made their first contribution in #162
Full Changelog: v1.15.8...v1.16.0
v1.15.8
Fixed
- Pass bytes.Reader to http.Request, clean up pooledReader (#159) | | lizthegrey
v1.15.7
1.15.7 2022-01-04
Fixed
- Don't crash on stream aborts, always add content length (#156) | lizthegrey
Maintenance
v1.15.6
v1.15.5
Fixed
Maintenance
- Change maintenance badge to maintained (#138)
- Adds Stalebot (#141)
- Add issue and PR templates (#136)
- Add OSS lifecycle badge (#135)
- Add community health files (#134)
- Bump github.com/klauspost/compress from 1.12.3 to 1.13.5 (#130, #137)
- Bump github.com/vmihailenco/msgpack/v5 from 5.2.0 to 5.3.4 (#133)