v1.31.0
版本发布时间: 2022-01-19 06:37:49
IBM/sarama最新发布版本:v1.43.3(2024-08-13 02:25:57)
What's Changed
:tada: New Features / Improvements
- feat: expose IncrementalAlterConfigs API in admin.go by @fengyinqiao in https://github.com/Shopify/sarama/pull/2088
- feat: allow AsyncProducer to have MaxOpenRequests inflight produce requests per broker by @xujianhai666 in https://github.com/Shopify/sarama/pull/1686
- Support request pipelining in AsyncProducer by @slaunay in https://github.com/Shopify/sarama/pull/2094
:bug: Fixes
- fix(test): add fluent interface for mocks where missing by @grongor in https://github.com/Shopify/sarama/pull/2080
- fix(test): test for ConsumePartition with OffsetOldest by @grongor in https://github.com/Shopify/sarama/pull/2081
- fix: set HWMO during creation of partitionConsumer (fix incorrect HWMO before first fetch) by @grongor in https://github.com/Shopify/sarama/pull/2082
- fix: ignore non-nil but empty error strings in Describe/Alter client quotas responses by @agriffaut in https://github.com/Shopify/sarama/pull/2096
- fix: skip over KIP-482 tagged fields by @dnwe in https://github.com/Shopify/sarama/pull/2107
- fix: clear preferredReadReplica if broker shutdown by @dnwe in https://github.com/Shopify/sarama/pull/2108
- fix(test): correct wrong offsets in mock Consumer by @grongor in https://github.com/Shopify/sarama/pull/2078
- fix: correct bugs in DescribeGroupsResponse by @dnwe in https://github.com/Shopify/sarama/pull/2111
:wrench: Maintenance
- chore: bump runtime and test dependencies by @dnwe in https://github.com/Shopify/sarama/pull/2100
:memo: Documentation
- docs: refresh README.md for Kafka 3.0.0 by @dnwe in https://github.com/Shopify/sarama/pull/2099
:heavy_plus_sign: Other Changes
- Fix typo by @mosceo in https://github.com/Shopify/sarama/pull/2084
New Contributors
- @grongor made their first contribution in https://github.com/Shopify/sarama/pull/2080
- @fengyinqiao made their first contribution in https://github.com/Shopify/sarama/pull/2088
- @xujianhai666 made their first contribution in https://github.com/Shopify/sarama/pull/1686
- @mosceo made their first contribution in https://github.com/Shopify/sarama/pull/2084
Full Changelog: https://github.com/Shopify/sarama/compare/v1.30.1...v1.31.0