Skip to content

Releases: honeycombio/libhoney-go

v1.17.0

23 Sep 20:35
039f2da
Compare
Choose a tag to compare

Enhancements

Maintenance

New Contributors

Full Changelog: v1.16.0...v1.17.0

v1.16.0

13 Jul 20:24
8af08e4
Compare
Choose a tag to compare

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

Maintenance

New Contributors

Full Changelog: v1.15.8...v1.16.0

v1.15.8

05 Jan 19:47
6bbb37b
Compare
Choose a tag to compare

Fixed

  • Pass bytes.Reader to http.Request, clean up pooledReader (#159) | | lizthegrey

v1.15.7

04 Jan 15:56
3ac22d9
Compare
Choose a tag to compare

1.15.7 2022-01-04

Fixed

  • Don't crash on stream aborts, always add content length (#156) | lizthegrey

Maintenance

  • Add re-triage workflow (#155) | vreynolds
  • Bump github.com/vmihailenco/msgpack/v5 from 5.3.4 to 5.3.5 (#149)
  • Bump github.com/DataDog/zstd from 1.4.8 to 1.5.0 (#153)
  • Bump github.com/klauspost/compress from 1.13.5 to 1.13.6 (#145)

v1.15.6

03 Nov 13:53
d3dd044
Compare
Choose a tag to compare

Fixed

  • Ensure valid JSON even when individual events in a batch can't be marshalled (#151)

Maintenance

  • empower apply-labels action to apply labels (#150)
  • add min go version to readme (#147)
  • update certs in old CI image (#148)
  • ci: remove buildevents from nightly (#144)
  • ci: secrets management (#142)

v1.15.5

27 Sep 16:15
v1.15.5
bfcd44c
Compare
Choose a tag to compare

Fixed

  • fix race condition on Honeycomb.Flush() (#140) | @bfreis

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)

v1.15.4

21 Jul 22:04
4596ca7
Compare
Choose a tag to compare

1.15.4 2021-07-21

Maintenance

  • Upgrade msgpack from v4 to v5. (#127)

v1.15.3

02 Jun 14:59
b7f8afb
Compare
Choose a tag to compare

Improvements

  • Add more context to batch response parsing error (#116)

Maintenance

  • Add go 1.15 & 1.16 to the testing matrix (#114, #119)

v1.15.2

22 Jan 13:34
b967777
Compare
Choose a tag to compare

NOTE: v1.15.1 may cause update warnings due to checksum error, please use v1.15.2 instead.

Maintenance

  • Add Github action to manage project labels (#110)
  • Automate the creation of draft releases when project is tagged (#109)

v1.15.1

15 Jan 18:57
9d87677
Compare
Choose a tag to compare

Improvements

  • Fix data race on dynFields length in Builder.Clone (#72)

Maintenance

  • Update dependencies
    • github.com/klauspost/compress from 1.11.2 to 1.11.4 (#105, #106)