v0.4.26
版本发布时间: 2022-01-15 03:41:13
segmentio/kafka-go最新发布版本:v0.4.47(2023-12-13 22:32:34)
What's Changed
- Fix a rare panic during consumer group rebalance by @stevevls in https://github.com/segmentio/kafka-go/pull/791
- Fix go vet issues: example tests, returning a mutex copy by @bhavanki in https://github.com/segmentio/kafka-go/pull/783
- docs(readme): add example of using SASL with Client by @dominicbarnes in https://github.com/segmentio/kafka-go/pull/809
- fix writer async close by @achille-roussel in https://github.com/segmentio/kafka-go/pull/805
- remove unused variable in
create topic
example by @cssivision in https://github.com/segmentio/kafka-go/pull/817 - fix: omit {Cluster,Topic}AuthorizedOperations by @dnwe in https://github.com/segmentio/kafka-go/pull/821
- Skip refresh metadata for errored topic, fix #806 by @1000Delta in https://github.com/segmentio/kafka-go/pull/820
- Revert "Nettest fix" by @rhansen2 in https://github.com/segmentio/kafka-go/pull/824
New Contributors
- @cssivision made their first contribution in https://github.com/segmentio/kafka-go/pull/817
- @dnwe made their first contribution in https://github.com/segmentio/kafka-go/pull/821
- @1000Delta made their first contribution in https://github.com/segmentio/kafka-go/pull/820
Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.25...v0.4.26