PacketStreamer
PacketStreamer copied to clipboard
build(deps): bump github.com/segmentio/kafka-go from 0.4.32 to 0.4.39
Bumps github.com/segmentio/kafka-go from 0.4.32 to 0.4.39.
Release notes
Sourced from github.com/segmentio/kafka-go's releases.
v0.4.39
What's Changed
- Removed the outdated part of the documentation by
@maksim77
in segmentio/kafka-go#1030- retract v0.4.36-v0.4.37 by
@rhansen2
in segmentio/kafka-go#1045- add WriterData field to the message struct by
@3AceShowHand
in segmentio/kafka-go#1059- Change comment on MaxAttempts by
@C-Pro
in segmentio/kafka-go#1077- Use buffer pool for decompressed buffer by
@ashishkf
in segmentio/kafka-go#1063New Contributors
@maksim77
made their first contribution in segmentio/kafka-go#1030@3AceShowHand
made their first contribution in segmentio/kafka-go#1059@C-Pro
made their first contribution in segmentio/kafka-go#1077@ashishkf
made their first contribution in segmentio/kafka-go#1063Full 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 segmentio/kafka-go#1027Full 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 segmentio/kafka-go#1022Full 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 segmentio/kafka-go#977- Use faster gzip package by
@klauspost
in segmentio/kafka-go#982- Refactor Consumer Group to use Client by
@rhansen2
in segmentio/kafka-go#947- #726 make kafka reader message ReadBatchTimeout configurable by
@moogacs
in segmentio/kafka-go#989- Refine err msg in SetOffsetAt() by
@haorenfsa
in segmentio/kafka-go#1001- Support for offsetdelete by
@a-dot
in segmentio/kafka-go#1010- compress/snappy: configurable compression level by
@chriso
in segmentio/kafka-go#1014- Support metadata request v6 by
@mtkopone
in segmentio/kafka-go#1013- change writer retries stat from summary to counter by
@achille-roussel
in segmentio/kafka-go#1008- use useSyncCommits by
@wsy6543
in segmentio/kafka-go#1017- Add WriteBackoffMin/Max config to Writer by
@halkar
in segmentio/kafka-go#1015New Contributors
@klauspost
made their first contribution in segmentio/kafka-go#982@moogacs
made their first contribution in segmentio/kafka-go#989@haorenfsa
made their first contribution in segmentio/kafka-go#1001@a-dot
made their first contribution in segmentio/kafka-go#1010@chriso
made their first contribution in segmentio/kafka-go#1014
... (truncated)
Commits
f6986fb
Use buffer pool for decompressed buffer (#1063)dc0faf5
Change comment on MaxAttempts (#1077)bf8775e
add WriterData field to the message struct (#1059)172fe75
retract v0.4.36-v0.4.37 (#1045)eba9cae
Removed the outdated part of the documentation (#1030)a8e74f3
Revert client consumer group (#1027)a5f270d
Fixes for consumer group (#1022)cf40a01
Add WriteBackoffMin/Max config to Writer (#1015)029f34c
format useSyncCommits (#1017)464e3a4
change writer retries stat from summary to counter (#1008)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)