Barmak
Barmak copied to clipboard
Update module github.com/segmentio/kafka-go to v0.4.47
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
github.com/segmentio/kafka-go | v0.4.34 -> v0.4.47 |
Release Notes
segmentio/kafka-go (github.com/segmentio/kafka-go)
v0.4.47
What's Changed
- Add RawProduce API by @apacker in https://github.com/segmentio/kafka-go/pull/1233
- fix: data race in roundrobin balancer by @petedannemann in https://github.com/segmentio/kafka-go/pull/1251
New Contributors
- @apacker made their first contribution in https://github.com/segmentio/kafka-go/pull/1233
Full Changelog: https://github.com/segmentio/kafka-go/compare/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 https://github.com/segmentio/kafka-go/pull/1234
- Add Chunk Size to RR Balancer (Increased Batching Ability) by @erushing in https://github.com/segmentio/kafka-go/pull/1232
New Contributors
- @VMois made their first contribution in https://github.com/segmentio/kafka-go/pull/1234
- @erushing made their first contribution in https://github.com/segmentio/kafka-go/pull/1232
Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.45...v0.4.46
v0.4.45
What's Changed
- Changed AlterPartitionReassignments request to support multiple topics by @bgranvea in https://github.com/segmentio/kafka-go/pull/1204
- Implementation of ListPartitionReassignments API by @bgranvea in https://github.com/segmentio/kafka-go/pull/1203
- add methods for parsing and stringifying acl related resources by @petedannemann in https://github.com/segmentio/kafka-go/pull/1218
Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.44...v0.4.45
v0.4.44
What's Changed
- add context to ReadMessage errors by @mrkagelui in https://github.com/segmentio/kafka-go/pull/1199
- Fix writer code example by @rouzier in https://github.com/segmentio/kafka-go/pull/1201
- Fix config related stats for a default writer config by @sharpyfox in https://github.com/segmentio/kafka-go/pull/1202
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in https://github.com/segmentio/kafka-go/pull/1209
New Contributors
- @mrkagelui made their first contribution in https://github.com/segmentio/kafka-go/pull/1199
- @rouzier made their first contribution in https://github.com/segmentio/kafka-go/pull/1201
- @sharpyfox made their first contribution in in https://github.com/segmentio/kafka-go/pull/1202
Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.43...v0.4.44
v0.4.43
What's Changed
- run tests against unsafe tag as well by @rhansen2 in https://github.com/segmentio/kafka-go/pull/1159
- offsetfetch request topics are now nullable by @amortezaei in https://github.com/segmentio/kafka-go/pull/1162
- Adds attempt number to log message when failing to write messages by @jcarter3 in https://github.com/segmentio/kafka-go/pull/1165
- support userscramcredentials apis by @petedannemann in https://github.com/segmentio/kafka-go/pull/1168
- Support describeacls by @petedannemann in https://github.com/segmentio/kafka-go/pull/1166
- Deleteacls support by @petedannemann in https://github.com/segmentio/kafka-go/pull/1174
New Contributors
- @amortezaei made their first contribution in https://github.com/segmentio/kafka-go/pull/1162
- @jcarter3 made their first contribution in https://github.com/segmentio/kafka-go/pull/1165
Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.42...v0.4.43
v0.4.42
What's Changed
- Add float64 operations to reflect unsafe by @mhmtszr in https://github.com/segmentio/kafka-go/pull/1158
Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.41...v0.4.42
v0.4.41
What's Changed
- Fix doc example for break from retryer on success by @lanzay in https://github.com/segmentio/kafka-go/pull/1129
- remove MinBytes from README examples by @rhansen2 in https://github.com/segmentio/kafka-go/pull/1137
- CreateTopics: only suppress topic already exists errors by @rhansen2 in https://github.com/segmentio/kafka-go/pull/1136
- KIP-546: Add Client Quota APIs by @petedannemann in https://github.com/segmentio/kafka-go/pull/1119
- add additional warning on WriteMessages() by @replay in https://github.com/segmentio/kafka-go/pull/1139
- Update xnet by @petedannemann in https://github.com/segmentio/kafka-go/pull/1144
- Writer: ensure batching logic factors in message headers by @dominicbarnes in https://github.com/segmentio/kafka-go/pull/1132
- Fix unnecessary topic metadata request by @mhmtszr in https://github.com/segmentio/kafka-go/pull/1131
New Contributors
- @lanzay made their first contribution in https://github.com/segmentio/kafka-go/pull/1129
- @petedannemann made their first contribution in https://github.com/segmentio/kafka-go/pull/1119
- @replay made their first contribution in https://github.com/segmentio/kafka-go/pull/1139
Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.40...v0.4.41
v0.4.40
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
v0.4.39
What's Changed
- Removed the outdated part of the documentation by @maksim77 in https://github.com/segmentio/kafka-go/pull/1030
- retract v0.4.36-v0.4.37 by @rhansen2 in https://github.com/segmentio/kafka-go/pull/1045
- add WriterData field to the message struct by @3AceShowHand in https://github.com/segmentio/kafka-go/pull/1059
- Change comment on MaxAttempts by @C-Pro in https://github.com/segmentio/kafka-go/pull/1077
- Use buffer pool for decompressed buffer by @ashishkf in https://github.com/segmentio/kafka-go/pull/1063
New Contributors
- @maksim77 made their first contribution in https://github.com/segmentio/kafka-go/pull/1030
- @3AceShowHand made their first contribution in https://github.com/segmentio/kafka-go/pull/1059
- @C-Pro made their first contribution in https://github.com/segmentio/kafka-go/pull/1077
- @ashishkf made their first contribution in https://github.com/segmentio/kafka-go/pull/1063
Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.38...v0.4.39
v0.4.38
What's Changed
- Revert client consumer group by @rhansen2 in https://github.com/segmentio/kafka-go/pull/1027
Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.37...v0.4.38
v0.4.37
What's Changed
- Fixes for consumer group by @rhansen2 in https://github.com/segmentio/kafka-go/pull/1022
Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.36...v0.4.37
v0.4.36
What's Changed
- Fix aws_msk_iam_v2 module Authentication failure bug by @kikyomits in https://github.com/segmentio/kafka-go/pull/977
- Use faster gzip package by @klauspost in https://github.com/segmentio/kafka-go/pull/982
- Refactor Consumer Group to use Client by @rhansen2 in https://github.com/segmentio/kafka-go/pull/947
- #726 make kafka reader message ReadBatchTimeout configurable by @moogacs in https://github.com/segmentio/kafka-go/pull/989
- Refine err msg in SetOffsetAt() by @haorenfsa in https://github.com/segmentio/kafka-go/pull/1001
- Support for offsetdelete by @a-dot in https://github.com/segmentio/kafka-go/pull/1010
- compress/snappy: configurable compression level by @chriso in https://github.com/segmentio/kafka-go/pull/1014
- Support metadata request v6 by @mtkopone in https://github.com/segmentio/kafka-go/pull/1013
- change writer retries stat from summary to counter by @achille-roussel in https://github.com/segmentio/kafka-go/pull/1008
- use useSyncCommits by @wsy6543 in https://github.com/segmentio/kafka-go/pull/1017
- Add WriteBackoffMin/Max config to Writer by @halkar in https://github.com/segmentio/kafka-go/pull/1015
New Contributors
- @klauspost made their first contribution in https://github.com/segmentio/kafka-go/pull/982
- @moogacs made their first contribution in https://github.com/segmentio/kafka-go/pull/989
- @haorenfsa made their first contribution in https://github.com/segmentio/kafka-go/pull/1001
- @a-dot made their first contribution in https://github.com/segmentio/kafka-go/pull/1010
- @chriso made their first contribution in https://github.com/segmentio/kafka-go/pull/1014
- @mtkopone made their first contribution in https://github.com/segmentio/kafka-go/pull/1013
- @wsy6543 made their first contribution in https://github.com/segmentio/kafka-go/pull/1017
- @halkar made their first contribution in https://github.com/segmentio/kafka-go/pull/1015
Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.35...v0.4.36
v0.4.35
What's Changed
- fix issue 971 by @achille-roussel in https://github.com/segmentio/kafka-go/pull/973
- Update WriteErrors error message by @mhmtszr in https://github.com/segmentio/kafka-go/pull/964
- feat(reader): handle io.ErrNoProgress more gracefully by @dominicbarnes in https://github.com/segmentio/kafka-go/pull/941
New Contributors
- @mhmtszr made their first contribution in https://github.com/segmentio/kafka-go/pull/964
Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.34...v0.4.35
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.