v1.43.0
版本发布时间: 2024-02-23 06:55:03
IBM/sarama最新发布版本:v1.43.3(2024-08-13 02:25:57)
[!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
:tada: New Features / Improvements
- feat: update go directive to 1.19 by @dnwe in https://github.com/IBM/sarama/pull/2795
- feat: add BuildSpnFunc to GSSAPIConfig for allow custom spn by @fooofei in https://github.com/IBM/sarama/pull/2807
:bug: Fixes
- Use %v formatting words and remove unnecessary newline by @puellanivis in https://github.com/IBM/sarama/pull/2802
:package: Dependency updates
- chore(deps): bump github.com/klauspost/compress from 1.16.7 to 1.17.6 by @dependabot in https://github.com/IBM/sarama/pull/2784
- chore(deps): bump github.com/eapache/go-resiliency from 1.5.0 to 1.6.0 by @dependabot in https://github.com/IBM/sarama/pull/2810
- chore(deps): bump github.com/klauspost/compress from 1.17.6 to 1.17.7 by @dependabot in https://github.com/IBM/sarama/pull/2811
:wrench: Maintenance
- chore(doc): add v1.42.2 to CHANGELOG.md by @dnwe in https://github.com/IBM/sarama/pull/2796
New Contributors
- @puellanivis made their first contribution in https://github.com/IBM/sarama/pull/2802
- @fooofei made their first contribution in https://github.com/IBM/sarama/pull/2807
Full Changelog: https://github.com/IBM/sarama/compare/v1.42.2...v1.43.0