Note
The go.mod directive has been bumped to 1.24.0 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.
What's Changed
🎉 New Features / Improvements
- feat: support more describe log dirs versions (V2-V4) by @hindessm in #3293
- feat: support V5 ListConsumerGroups protocol by @hindessm in #3292
- feat: add SASLv1 support for Kerberos by @dnwe in #3279
🐛 Fixes
📦 Dependency updates
- chore(deps): bump go directive to 1.24.0 and golang.org/x/{crypto,net,sync} by @dependabot[bot] in #3288
- chore(deps): bump the golang-x group across 6 directories with 1 update by @dependabot[bot] in #3291
- chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #3274
🔧 Maintenance
- chore: refactor to use modern atomic types by @Sahil-4555 in #3277
- chore: pre-commit autoupdate to latest by @dnwe in #3278
- chore: apply modernize fixes from gopls by @dnwe in #3297
- chore(config): update comments of sarama.Config.Metadata.SingleFlight by @gunli in #3296
- chore(client): update comments of client methods by @gunli in #3295
New Contributors
- @Sahil-4555 made their first contribution in #3277
- @bvalente made their first contribution in #3283
- @gunli made their first contribution in #3296
Full Changelog: v1.46.0...v1.46.1