v1.35.0
版本发布时间: 2022-07-23 01:56:06
IBM/sarama最新发布版本:v1.43.3(2024-08-13 02:25:57)
What's Changed
:bug: Fixes
- fix: fix metadata retry backoff invalid when get metadata failed by @Stephan14 in https://github.com/Shopify/sarama/pull/2256
- fix(balance): sort and de-deplicate memberIDs by @dnwe in https://github.com/Shopify/sarama/pull/2285
- fix: prevent DescribeLogDirs hang in admin client by @zerowidth in https://github.com/Shopify/sarama/pull/2269
- fix: include assignment-less members in SyncGroup by @dnwe in https://github.com/Shopify/sarama/pull/2292
:package: Dependency updates
- chore(deps): bump module github.com/stretchr/testify to v1.8.0 by @dnwe in https://github.com/Shopify/sarama/pull/2284
- chore(deps): bump module github.com/eapache/go-resiliency to v1.3.0 by @dnwe in https://github.com/Shopify/sarama/pull/2283
- chore(deps): bump golang.org/x/net digest to 1185a90 by @dnwe in https://github.com/Shopify/sarama/pull/2279
- chore(deps): bump module github.com/pierrec/lz4/v4 to v4.1.15 by @dnwe in https://github.com/Shopify/sarama/pull/2281
- chore(deps): bump module github.com/klauspost/compress to v1.15.8 by @dnwe in https://github.com/Shopify/sarama/pull/2280
:wrench: Maintenance
- chore: rename
any
func to avoid identifier by @dnwe in https://github.com/Shopify/sarama/pull/2272 - chore: add and test against kafka 3.2.0 by @dnwe in https://github.com/Shopify/sarama/pull/2288
- chore: document Fetch protocol fields by @dnwe in https://github.com/Shopify/sarama/pull/2289
:heavy_plus_sign: Other Changes
- chore(ci): fix redirect with GITHUB_STEP_SUMMARY by @dnwe in https://github.com/Shopify/sarama/pull/2286
- fix(test): permit ECONNRESET in TestInitProducerID by @dnwe in https://github.com/Shopify/sarama/pull/2287
- fix: ensure empty or devel version valid by @dnwe in https://github.com/Shopify/sarama/pull/2291
New Contributors
- @zerowidth made their first contribution in https://github.com/Shopify/sarama/pull/2269
Full Changelog: https://github.com/Shopify/sarama/compare/v1.34.1...v1.35.0