Releases: honeycombio/libhoney-go
Releases · honeycombio/libhoney-go
v1.25.0
Honeycomb's backend can now accept events with sizes up to 1 million bytes. This release bumps libhoney to
conform to the same limit. It also updates some libraries and sets the minimum version of Go to 1.21.
What's Changed
🛠 Maintenance
- maint(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #260
- maint: Increase max event size, clean up some nits by @kentquirk in #261
- rel: Prep version 1.25 by @kentquirk in #262
Full Changelog: v1.24.0...v1.25.0
v1.24.0
What's Changed
🎉 Enhancements
🛠 Maintenance
- docs: update vulnerability reporting process by @robbkidd in #253
- maint(deps): bump github.com/klauspost/compress from 1.17.8 to 1.17.9 by @dependabot in #251
- maint(deps): bump github.com/DataDog/zstd from 1.5.5 to 1.5.6 by @dependabot in #254
- build(deps): bump github.com/gorilla/schema from 1.2.0 to 1.4.1 in /examples/webapp by @dependabot in #252
- maint(build): add 1.23 to supported versions by @lizthegrey in #256
Full Changelog: v1.23.1...v1.24.0
v1.23.1
Fixes
- fix: Build the URL using url.JoinPath instead of path.Join (#249) | @MikeGoldsmith
v1.23.0
⚠️ Breaking Changes ⚠️
Minimum Go version required is 1.19
Enhancements
- feat: URL encode dataset (#242) | @MikeGoldsmith
Maintenance
- 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
v1.22.0
v1.21.0
Enhancements
Maintenance
- maint: update codeowners to pipeline (#233) | @JamieDanielson
- maint: update codeowners to pipeline-team (#234) | @JamieDanielson
v1.20.0
What's Changed
💡 Enhancements
- perf: allow pre-sizing the data map by @lizthegrey in #228
🛠️ Maintenance
- maint(deps): bump github.com/klauspost/compress from 1.16.5 to 1.16.6 by @dependabot in #229
Full Changelog: v1.19.0...v1.20.0
v1.19.0
⚠️ Breaking Changes ⚠️
Minimum Go version required is 1.17
Maintenance
- 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
v1.18.0
What's Changed
💡 Enhancements
🛠 Maintenance
- Convert stray fmt.Printf into logger.Printf by @glenjamin in #203
New Contributors
- @glenjamin made their first contribution in #203
Full Changelog: v1.17.1...v1.18.0
v1.17.1
Fixed
- Pre-define field map capacities (#197) | lizthegrey
Maintenance
- Add release file (#199) | @vreynolds
- Add new project workflow (#196) | @vreynolds