Skip to content

Version 1.45.0 (2025-01-07)

Latest
Compare
Choose a tag to compare
@dnwe dnwe released this 07 Jan 14:54
· 10 commits to main since this release
061e437

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

🐛 Fixes

  • fix(admin): add retries for GroupCoordinator errors by @dnwe in #3053

📦 Dependency updates

  • chore(deps): bump github.com/klauspost/compress from 1.17.9 to 1.17.11 by @dependabot in #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 #3054

🔧 Maintenance

  • chore: bump minimum go to 1.21 by @dnwe in #3048
  • chore(test): tag all unittests as !integration by @dnwe in #3047
  • chore(test): include kafka 4.0.0 in FV testing by @dnwe in #3045
  • fix(ci): restore the Kafka 4.0.0 FV by @dnwe in #3055

Full Changelog: v1.44.0...v1.45.0