Skip to content

Version 1.43.0 (2024-02-22)

Compare
Choose a tag to compare
@dnwe dnwe released this 22 Feb 22:55
· 33 commits to main since this release
71f19e4

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

📦 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

  • chore(doc): add v1.42.2 to CHANGELOG.md by @dnwe in #2796

New Contributors

Full Changelog: v1.42.2...v1.43.0