Skip to content

build(deps): bump github.com/twmb/franz-go from 1.20.5 to 1.20.6#2778

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/twmb/franz-go-1.20.6
Open

build(deps): bump github.com/twmb/franz-go from 1.20.5 to 1.20.6#2778
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/twmb/franz-go-1.20.6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps github.com/twmb/franz-go from 1.20.5 to 1.20.6.

Changelog

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

v1.20.6

This patch release has two improvements.

Previously, you could not use poll functions multiple times if using BlockRebalanceOnPoll, because rebalancing had a higher lock priority than polling and would block all further poll calls. This has been changed to allow you to call poll as much as you want until you AllowRebalance. Thanks @​KiKoS0!

If brokers indicated they supported epochs, but then used -1 everywhere for that epoch, Mark functions would ignore records being marked and you would never commit progress. This was due to the client defaulting to a 0 epoch internally (and not using it if the broker did not support it), meaning -1 would be ignored. Brokers that use indicate support but use -1 are now supported. This was only found to be a problem against Azure Event Hubs.

  • 7cd5ea65 kgo: fix mark <=> epoch interaction, make epoch handling more resilient
  • 94fd8622 kgo: fix deadlock when polling multiple times while blocked from a rebalance
Commits
  • 24b7a27 Merge pull request #1209 from twmb/cl
  • cfbc4cd cl: note incoming v1.25.6
  • c13bffb Merge pull request #1208 from twmb/lint
  • e950fe1 kgo: fix lint
  • c345e6d Merge pull request #1205 from inngest/fix-deadlock-when-polling-multiple-times
  • 7cd5ea6 kgo: fix mark <=> epoch interaction, make epoch handling more resilient (#1203)
  • 8906743 deps: bump compress due to retracted module (#1199)
  • 44792ae document why we iterate 4 times to poll records in tests
  • fb35983 bring back conditional of failing when receiving records unexpectedly
  • a9b8ab8 testing multiple polling with the etl group consumer
  • Additional commits viewable 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 2, 2026
Bumps [github.com/twmb/franz-go](https://github.com/twmb/franz-go) from 1.20.5 to 1.20.6.
- [Changelog](https://github.com/twmb/franz-go/blob/master/CHANGELOG.md)
- [Commits](twmb/franz-go@v1.20.5...v1.20.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/twmb/franz-go-1.20.6 branch from 8ff909f to 5868262 Compare February 5, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants