Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-01-07 | 1.3 kB | |
Version 1.45.0 (2025-01-07) source code.tar.gz | 2025-01-07 | 404.1 kB | |
Version 1.45.0 (2025-01-07) source code.zip | 2025-01-07 | 571.6 kB | |
Totals: 3 Items | 977.0 kB | 0 |
[!NOTE]
The go.mod directive has been bumped to 1.21 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
:bug: Fixes
- fix(admin): add retries for GroupCoordinator errors by @dnwe in https://github.com/IBM/sarama/pull/3053
:package: Dependency updates
- chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.11 by @dependabot in https://github.com/IBM/sarama/pull/2999
- chore(deps): bump golang.org/x/net from 0.33.0 to 0.34.0 in the golang-org-x group by @dependabot in https://github.com/IBM/sarama/pull/3054
:wrench: Maintenance
- chore: bump minimum go to 1.21 by @dnwe in https://github.com/IBM/sarama/pull/3048
- chore(test): tag all unittests as !integration by @dnwe in https://github.com/IBM/sarama/pull/3047
- chore(test): include kafka 4.0.0 in FV testing by @dnwe in https://github.com/IBM/sarama/pull/3045
- fix(ci): restore the Kafka 4.0.0 FV by @dnwe in https://github.com/IBM/sarama/pull/3055
Full Changelog: https://github.com/IBM/sarama/compare/v1.44.0...v1.45.0