v0.4.32
版本发布时间: 2022-06-04 01:32:11
segmentio/kafka-go最新发布版本:v0.4.47(2023-12-13 22:32:34)
What's Changed
- fix: don't assume the header count will be positive by @achille-roussel in https://github.com/segmentio/kafka-go/pull/882
- improve issue templates by @achille-roussel in https://github.com/segmentio/kafka-go/pull/883
- Fix Transport SASL configuration by @PzaThief in https://github.com/segmentio/kafka-go/pull/885
- upgrade github.com/klauspost/compress to v1.15.1 and remove the need for runtime finalizers by @achille-roussel in https://github.com/segmentio/kafka-go/pull/889
- Bring the list of error codes up to date by @freeformz in https://github.com/segmentio/kafka-go/pull/902
- Add "human readable" description for offset in reader logs by @wwade in https://github.com/segmentio/kafka-go/pull/893
- build: add golangci-lint to circleci config by @dominicbarnes in https://github.com/segmentio/kafka-go/pull/907
- ReferenceHash balancer by @fracasula in https://github.com/segmentio/kafka-go/pull/906
- Fix typo in Writer fields documentation by @angristan in https://github.com/segmentio/kafka-go/pull/916
- enable errorlint linter and fix issues by @dominicbarnes in https://github.com/segmentio/kafka-go/pull/914
- feat: reuse decompressed buffer to avoid allocating buffer whenever a batch is read. Fixes #909 by @vmihailenco in https://github.com/segmentio/kafka-go/pull/920
- fix: handle error in response by @rhansen2 in https://github.com/segmentio/kafka-go/pull/925
- Reader: allow config to return OffsetOutOfRange errors by @dominicbarnes in https://github.com/segmentio/kafka-go/pull/917
New Contributors
- @freeformz made their first contribution in https://github.com/segmentio/kafka-go/pull/902
- @wwade made their first contribution in https://github.com/segmentio/kafka-go/pull/893
- @fracasula made their first contribution in https://github.com/segmentio/kafka-go/pull/906
- @angristan made their first contribution in https://github.com/segmentio/kafka-go/pull/916
Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.31...v0.4.32