v0.4.40
版本发布时间: 2023-05-06 01:22:29
segmentio/kafka-go最新发布版本:v0.4.47(2023-12-13 22:32:34)
What's Changed
- Remove runtime.Gosched by @sejin-P in https://github.com/segmentio/kafka-go/pull/1086
- Add DeleteGroups function to Client by @bgranvea in https://github.com/segmentio/kafka-go/pull/1095
- Fix various typos and disfluencies by @PleasingFungus in https://github.com/segmentio/kafka-go/pull/1118
- all: fix spelling errors by @kevinburkesegment in https://github.com/segmentio/kafka-go/pull/1120
- Don't invoke r.log() if not r.debug by @colega in https://github.com/segmentio/kafka-go/pull/1110
- Update SCRAM dependency by @SoMuchForSubtlety in https://github.com/segmentio/kafka-go/pull/1108
- add a new metric named
batchQueueTime
to track the batch time cost by @3AceShowHand in https://github.com/segmentio/kafka-go/pull/1103 - Add count/sum to SummaryStats and DurationStats. by @pstibrany in https://github.com/segmentio/kafka-go/pull/1106
- Not omit error in logger by @itechdima in https://github.com/segmentio/kafka-go/pull/1096
New Contributors
- @sejin-P made their first contribution in https://github.com/segmentio/kafka-go/pull/1086
- @bgranvea made their first contribution in https://github.com/segmentio/kafka-go/pull/1095
- @PleasingFungus made their first contribution in https://github.com/segmentio/kafka-go/pull/1118
- @kevinburkesegment made their first contribution in https://github.com/segmentio/kafka-go/pull/1120
- @colega made their first contribution in https://github.com/segmentio/kafka-go/pull/1110
- @SoMuchForSubtlety made their first contribution in https://github.com/segmentio/kafka-go/pull/1108
- @pstibrany made their first contribution in https://github.com/segmentio/kafka-go/pull/1106
- @itechdima made their first contribution in https://github.com/segmentio/kafka-go/pull/1096
Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.39...v0.4.40