Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/twmb/franz-go from 1.16.0 to 1.16.1 #428

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 12, 2024

Bumps github.com/twmb/franz-go from 1.16.0 to 1.16.1.

Changelog

Sourced from github.com/twmb/franz-go's changelog.

v1.16.1

This patch release fixes one bug and un-deprecates SaramaHasher.

SaramaHasher, while not identical to Sarama's partitioner, actually is identical to some other partitioners in the Kafka client ecosystem. So, the old function is now un-deprecated, but the documentation correctly points you to SaramaCompatHasher and mentions why you may still want to use SaramaHasher.

For the bug: if you tried using CommitOffsetsSync during a group rebalance, and you canceled your context while the group was still rebalancing, then CommitOffsetsSync would enter a deadlock and never return. That has been fixed.

Commits
  • c5207aa Merge pull request #674 from twmb/patches
  • e08d276 CHANGELOG: note further patch commit
  • 99d6dfb kgo: further fix for cd65d77d05f71ca51d81d247312d0d465fdb76c8
  • 41f0269 Merge pull request #673 from twmb/patch
  • 20867cd CHANGELOG: note incoming v1.16.1
  • cd65d77 kgo: fix bug
  • d40ac19 kgo: un-deprecate SaramaHasher and add docs explaining why
  • a2d69ce Merge pull request #666 from twmb/kadm
  • 0b89158 kadm: add DeleteTopic,DeleteGroup,Error
  • See full diff in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@peter-evans
Copy link
Owner

@dependabot rebase

Bumps [github.com/twmb/franz-go](https://github.com/twmb/franz-go) from 1.16.0 to 1.16.1.
- [Changelog](https://github.com/twmb/franz-go/blob/master/CHANGELOG.md)
- [Commits](twmb/franz-go@v1.16.0...v1.16.1)

---
updated-dependencies:
- dependency-name: github.com/twmb/franz-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/twmb/franz-go-1.16.1 branch from dad6259 to 15a2a5a Compare February 15, 2024 14:39
@peter-evans peter-evans merged commit e3b938f into main Feb 20, 2024
2 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/twmb/franz-go-1.16.1 branch February 20, 2024 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant