Releases: segmentio/kafka-go
Releases · segmentio/kafka-go
v0.4.47
What's Changed
- Add RawProduce API by @apacker in #1233
- fix: data race in roundrobin balancer by @petedannemann in #1251
New Contributors
Full Changelog: v0.4.46...v0.4.47
v0.4.46
What's Changed
- Docs: Fix import error in Writer code example in README by @VMois in #1234
- Add Chunk Size to RR Balancer (Increased Batching Ability) by @erushing in #1232
New Contributors
Full Changelog: v0.4.45...v0.4.46
v0.4.45
What's Changed
- Changed AlterPartitionReassignments request to support multiple topics by @bgranvea in #1204
- Implementation of ListPartitionReassignments API by @bgranvea in #1203
- add methods for parsing and stringifying acl related resources by @petedannemann in #1218
Full Changelog: v0.4.44...v0.4.45
v0.4.44
What's Changed
- add context to ReadMessage errors by @mrkagelui in #1199
- Fix writer code example by @rouzier in #1201
- Fix config related stats for a default writer config by @sharpyfox in #1202
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #1209
New Contributors
- @mrkagelui made their first contribution in #1199
- @rouzier made their first contribution in #1201
- @sharpyfox made their first contribution in in #1202
Full Changelog: v0.4.43...v0.4.44
v0.4.43
What's Changed
- run tests against unsafe tag as well by @rhansen2 in #1159
- offsetfetch request topics are now nullable by @amortezaei in #1162
- Adds attempt number to log message when failing to write messages by @jcarter3 in #1165
- support userscramcredentials apis by @petedannemann in #1168
- Support describeacls by @petedannemann in #1166
- Deleteacls support by @petedannemann in #1174
New Contributors
- @amortezaei made their first contribution in #1162
- @jcarter3 made their first contribution in #1165
Full Changelog: v0.4.42...v0.4.43
v0.4.42
v0.4.41
What's Changed
- Fix doc example for break from retryer on success by @lanzay in #1129
- remove MinBytes from README examples by @rhansen2 in #1137
- CreateTopics: only suppress topic already exists errors by @rhansen2 in #1136
- KIP-546: Add Client Quota APIs by @petedannemann in #1119
- add additional warning on WriteMessages() by @replay in #1139
- Update xnet by @petedannemann in #1144
- Writer: ensure batching logic factors in message headers by @dominicbarnes in #1132
- Fix unnecessary topic metadata request by @mhmtszr in #1131
New Contributors
- @lanzay made their first contribution in #1129
- @petedannemann made their first contribution in #1119
- @replay made their first contribution in #1139
Full Changelog: v0.4.40...v0.4.41
v0.4.40
What's Changed
- Remove runtime.Gosched by @sejin-P in #1086
- Add DeleteGroups function to Client by @bgranvea in #1095
- Fix various typos and disfluencies by @PleasingFungus in #1118
- all: fix spelling errors by @kevinburkesegment in #1120
- Don't invoke r.log() if not r.debug by @colega in #1110
- Update SCRAM dependency by @SoMuchForSubtlety in #1108
- add a new metric named
batchQueueTime
to track the batch time cost by @3AceShowHand in #1103 - Add count/sum to SummaryStats and DurationStats. by @pstibrany in #1106
- Not omit error in logger by @itechdima in #1096
New Contributors
- @sejin-P made their first contribution in #1086
- @bgranvea made their first contribution in #1095
- @PleasingFungus made their first contribution in #1118
- @kevinburkesegment made their first contribution in #1120
- @colega made their first contribution in #1110
- @SoMuchForSubtlety made their first contribution in #1108
- @pstibrany made their first contribution in #1106
- @itechdima made their first contribution in #1096
Full Changelog: v0.4.39...v0.4.40
v0.4.39
What's Changed
- Removed the outdated part of the documentation by @maksim77 in #1030
- retract v0.4.36-v0.4.37 by @rhansen2 in #1045
- add WriterData field to the message struct by @3AceShowHand in #1059
- Change comment on MaxAttempts by @C-Pro in #1077
- Use buffer pool for decompressed buffer by @ashishkf in #1063
New Contributors
- @maksim77 made their first contribution in #1030
- @3AceShowHand made their first contribution in #1059
- @C-Pro made their first contribution in #1077
- @ashishkf made their first contribution in #1063
Full Changelog: v0.4.38...v0.4.39
sasl/aws_msk_iam_v2/v0.1.0: Use buffer pool for decompressed buffer (#1063)
* Use buffer pool for decompressed buffer * Address review comments