| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-09-18 | 2.1 kB | |
| Version 1.46.1 (2025-09-18) source code.tar.gz | 2025-09-18 | 417.4 kB | |
| Version 1.46.1 (2025-09-18) source code.zip | 2025-09-18 | 589.3 kB | |
| Totals: 3 Items | 1.0 MB | 0 | |
[!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
:tada: New Features / Improvements
- feat: support more describe log dirs versions (V2-V4) by @hindessm in https://github.com/IBM/sarama/pull/3293
- feat: support V5 ListConsumerGroups protocol by @hindessm in https://github.com/IBM/sarama/pull/3292
- feat: add SASLv1 support for Kerberos by @dnwe in https://github.com/IBM/sarama/pull/3279
:bug: Fixes
- fix: add read deadline to tls write by @bvalente in https://github.com/IBM/sarama/pull/3283
:package: Dependency updates
- chore(deps): bump go directive to 1.24.0 and golang.org/x/{crypto,net,sync} by @dependabot[bot] in https://github.com/IBM/sarama/pull/3288
- chore(deps): bump the golang-x group across 6 directories with 1 update by @dependabot[bot] in https://github.com/IBM/sarama/pull/3291
- chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in https://github.com/IBM/sarama/pull/3274
:wrench: Maintenance
- chore: refactor to use modern atomic types by @Sahil-4555 in https://github.com/IBM/sarama/pull/3277
- chore: pre-commit autoupdate to latest by @dnwe in https://github.com/IBM/sarama/pull/3278
- chore: apply modernize fixes from gopls by @dnwe in https://github.com/IBM/sarama/pull/3297
- chore(config): update comments of sarama.Config.Metadata.SingleFlight by @gunli in https://github.com/IBM/sarama/pull/3296
- chore(client): update comments of client methods by @gunli in https://github.com/IBM/sarama/pull/3295
New Contributors
- @Sahil-4555 made their first contribution in https://github.com/IBM/sarama/pull/3277
- @bvalente made their first contribution in https://github.com/IBM/sarama/pull/3283
- @gunli made their first contribution in https://github.com/IBM/sarama/pull/3296
Full Changelog: https://github.com/IBM/sarama/compare/v1.46.0...v1.46.1