Note
The go.mod directive has been bumped to 1.19 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.
What's Changed
🎉 New Features / Improvements
- feat: update go directive to 1.19 by @dnwe in #2795
- feat: add BuildSpnFunc to GSSAPIConfig for allow custom spn by @fooofei in #2807
🐛 Fixes
- Use %v formatting words and remove unnecessary newline by @puellanivis in #2802
📦 Dependency updates
- chore(deps): bump github.com/klauspost/compress from 1.16.7 to 1.17.6 by @dependabot in #2784
- chore(deps): bump github.com/eapache/go-resiliency from 1.5.0 to 1.6.0 by @dependabot in #2810
- chore(deps): bump github.com/klauspost/compress from 1.17.6 to 1.17.7 by @dependabot in #2811
🔧 Maintenance
New Contributors
- @puellanivis made their first contribution in #2802
- @fooofei made their first contribution in #2807
Full Changelog: v1.42.2...v1.43.0