Skip to content

Version 1.40.0 (2023-07-17)

Compare
Choose a tag to compare
@dnwe dnwe released this 17 Jul 12:52
· 278 commits to main since this release

What's Changed

Note: this is the first release after the transition of Sarama ownership from Shopify to IBM in #2461

🚨 Breaking Changes

  • chore: migrate module to github.com/IBM/sarama by @dnwe in #2492
  • fix: restore (*OffsetCommitRequest) AddBlock func by @dnwe in #2494

πŸ› Fixes

  • fix(consumer): don't retry FindCoordinator forever by @dnwe in #2427
  • fix(metrics): fix race condition when calling Broker.Open() twice by @vincentbernat in #2428
  • fix: use version 4 of DescribeGroupsRequest only if kafka broker vers… …ion is >= 2.4 by @faillefer in #2451
  • Fix HighWaterMarkOffset of mocks partition consumer by @gr8web in #2447
  • fix: prevent data race in balance strategy by @napallday in #2453

πŸ“¦ Dependency updates

  • chore(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 by @dependabot in #2452

πŸ”§ Maintenance

New Contributors

Full Changelog: v1.38.1...v1.40.0