- fix: Build the URL using url.JoinPath instead of path.Join (#249) | @MikeGoldsmith
Minimum Go version required is 1.19
- feat: URL encode dataset (#242) | @MikeGoldsmith
- maint: add labels to release.yml for auto-generated grouping (#241) | @JamieDanielson
- maint: Update minimum go version to 1.19 | @MikeGoldsmith
- chore: Update dependabot reviewer to pipeline-team | @MikeGoldsmith
- maint(deps): bump github.com/klauspost/compress from 1.16.6 to 1.17.8 | @dependabot
- maint(deps): bump github.com/vmihailenco/msgpack/v5 from 5.3.5 to 5.4.1 (#248) | @dependabot
- maint(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#247) | @dependabot
- feat: introduce IsClassicKey helper function (#239) | @jharley
- feat: support classic-flavored ingest keys (#237) | @jharley
- maint: update codeowners to pipeline (#233) | @JamieDanielson
- maint: update codeowners to pipeline-team (#234) | @JamieDanielson
- perf: allow pre-sizing the data map (#228) | @lizthegrey
- maint(deps): bump github.com/klauspost/compress from 1.16.5 to 1.16.6 (#229) | @dependabot
Minimum Go version required is 1.17
- Drop go 14, 15, 16 (#225) | @vreynolds
- Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 (#218) | @dependabot
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#224) | @dependabot
- Bump github.com/klauspost/compress from 1.15.9 to 1.16.5 (#223) | @dependabot
- Bump github.com/DataDog/zstd from 1.5.2 to 1.5.5 (#222) | @dependabot
- Include Go version, GOOS, & GOARCH in user-agent (#207) | @robbkidd
- Convert stray fmt.Printf into logger.Printf (#203) | @glenjamin
- Pre-define field map capacities (#197) | lizthegrey
- Add release file (#199) | @vreynolds
- Add new project workflow (#196) | @vreynolds
- feat: adds a configurable event batch send timeout (#190) | @robbkidd
- 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
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.
Minimum Go version required is 1.14
- Update default dataset name for non-classic API keys (#170) | @MikeGoldsmith
- Add support to retrieve team and environment (#183) | @MikeGoldsmith
- 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
- Pass bytes.Reader to http.Request, clean up pooledReader (#159) | | lizthegrey
- Don't crash on stream aborts, always add content length (#156) | lizthegrey
- 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)
- Ensure valid JSON even when individual events in a batch can't be marshalled (#151)
- 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)
- fix race condition on Honeycomb.Flush() (#140) | @bfreis
- 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)
- Upgrade msgpack from v4 to v5. (#127)
- Add more context to batch response parsing error (#116)
- Add go 1.15 & 1.16 to the testing matrix (#114, #119)
NOTE: v1.15.1 may cause update warnings due to checksum error, please use v1.15.2 instead.
- Add Github action to manage project labels (#110)
- Automate the creation of draft releases when project is tagged (#109)
- Fix data race on dynFields length in Builder.Clone (#72)
- Update dependencies
- github.com/klauspost/compress from 1.11.2 to 1.11.4 (#105, #106)
- Mask writekey when printing events (#103)
- Add .editorconfig to help provide consistent IDE styling (#99)
- Documentation - document potential failures if pendingWorkCapacity not specified
- Documentation - use Deprecated tags for deprecated fields
- Log when event batch is rejected with an invalid API key
- Dependency bump (compress)
- This release includes a change by @apechimp that makes Flush thread-safe (#80)
- Update dependencies
- Have a more obvious default statsd prefix (libhoney)