|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## Version 1.40.0 (2023-07-17) |
| 4 | + |
| 5 | +## What's Changed |
| 6 | + |
| 7 | +Note: this is the first release after the transition of Sarama ownership from Shopify to IBM in https://github.com/IBM/sarama/issues/2461 |
| 8 | + |
| 9 | +### :rotating_light: Breaking Changes |
| 10 | + |
| 11 | +- chore: migrate module to github.com/IBM/sarama by @dnwe in https://github.com/IBM/sarama/pull/2492 |
| 12 | +- fix: restore (\*OffsetCommitRequest) AddBlock func by @dnwe in https://github.com/IBM/sarama/pull/2494 |
| 13 | + |
| 14 | +### :bug: Fixes |
| 15 | + |
| 16 | +- fix(consumer): don't retry FindCoordinator forever by @dnwe in https://github.com/IBM/sarama/pull/2427 |
| 17 | +- fix(metrics): fix race condition when calling Broker.Open() twice by @vincentbernat in https://github.com/IBM/sarama/pull/2428 |
| 18 | +- fix: use version 4 of DescribeGroupsRequest only if kafka broker vers… …ion is >= 2.4 by @faillefer in https://github.com/IBM/sarama/pull/2451 |
| 19 | +- Fix HighWaterMarkOffset of mocks partition consumer by @gr8web in https://github.com/IBM/sarama/pull/2447 |
| 20 | +- fix: prevent data race in balance strategy by @napallday in https://github.com/IBM/sarama/pull/2453 |
| 21 | + |
| 22 | +### :package: Dependency updates |
| 23 | + |
| 24 | +- chore(deps): bump golang.org/x/net from 0.5.0 to 0.7.0 by @dependabot in https://github.com/IBM/sarama/pull/2452 |
| 25 | + |
| 26 | +### :wrench: Maintenance |
| 27 | + |
| 28 | +- chore: add kafka 3.3.2 by @dnwe in https://github.com/IBM/sarama/pull/2434 |
| 29 | +- chore(ci): remove Shopify/shopify-cla-action by @dnwe in https://github.com/IBM/sarama/pull/2489 |
| 30 | +- chore: bytes.Equal instead bytes.Compare by @testwill in https://github.com/IBM/sarama/pull/2485 |
| 31 | + |
| 32 | +## New Contributors |
| 33 | + |
| 34 | +- @dependabot made their first contribution in https://github.com/IBM/sarama/pull/2452 |
| 35 | +- @gr8web made their first contribution in https://github.com/IBM/sarama/pull/2447 |
| 36 | +- @testwill made their first contribution in https://github.com/IBM/sarama/pull/2485 |
| 37 | + |
| 38 | +**Full Changelog**: https://github.com/IBM/sarama/compare/v1.38.1...v1.40.0 |
| 39 | + |
3 | 40 | ## Version 1.38.1 (2023-01-22)
|
4 | 41 |
|
5 | 42 | ## What's Changed
|
|
0 commit comments