v1.38.0
版本发布时间: 2023-01-10 19:38:01
IBM/sarama最新发布版本:v1.43.3(2024-08-13 02:25:57)
What's Changed
:tada: New Features / Improvements
- feat(producer): improve memory usage of zstd encoder by using our own pool management by @rtreffer in https://github.com/Shopify/sarama/pull/2375
- feat(proto): implement and use MetadataRequest v7 by @dnwe in https://github.com/Shopify/sarama/pull/2388
- feat(metrics): add protocol-requests-rate metric by @auntan in https://github.com/Shopify/sarama/pull/2373
:bug: Fixes
- fix(proto): track and supply leader epoch to FetchRequest by @dnwe in https://github.com/Shopify/sarama/pull/2389
- fix(example): improve arg name used for tls skip verify by @michaeljmarshall in https://github.com/Shopify/sarama/pull/2385
- fix(zstd): default back to GOMAXPROCS concurrency by @bgreenlee in https://github.com/Shopify/sarama/pull/2404
- fix(producer): add nil check while producer is retrying by @hsweif in https://github.com/Shopify/sarama/pull/2387
- fix(producer): return errors for every message in retryBatch to avoid producer hang forever by @cch123 in https://github.com/Shopify/sarama/pull/2378
- fix(metrics): fix race when accessing metric registry by @vincentbernat in https://github.com/Shopify/sarama/pull/2409
:package: Dependency updates
- chore(deps): bump golang.org/x/net to v0.4.0 by @dnwe in https://github.com/Shopify/sarama/pull/2403
:wrench: Maintenance
- chore(ci): replace set-output command in GH Action by @dnwe in https://github.com/Shopify/sarama/pull/2390
- chore(ci): include kafka 3.3.1 in testing matrix by @dnwe in https://github.com/Shopify/sarama/pull/2406
New Contributors
- @michaeljmarshall made their first contribution in https://github.com/Shopify/sarama/pull/2385
- @bgreenlee made their first contribution in https://github.com/Shopify/sarama/pull/2404
- @hsweif made their first contribution in https://github.com/Shopify/sarama/pull/2387
- @cch123 made their first contribution in https://github.com/Shopify/sarama/pull/2378
Full Changelog: https://github.com/Shopify/sarama/compare/v1.37.2...v1.38.0