Skip to content

Bump github.com/twmb/franz-go from 1.21.1 to 1.21.2 - #48

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/twmb/franz-go-1.21.2
Closed

Bump github.com/twmb/franz-go from 1.21.1 to 1.21.2#48
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/twmb/franz-go-1.21.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/twmb/franz-go from 1.21.1 to 1.21.2.

Changelog

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

v1.21.2

This patch release contains two narrow bug fixes and one small feature. Deps are also bumped so that you are force-pinned to a klauspost/compress version that has a stack-splitting bugfix that sometimes affected franz-go.

  • PurgeTopicsFromConsuming now correctly persists deleted topics if you also had specific topics paused. Previously, when a topic had partition-level pauses, unpausing the topic itself (while keeping specific partitions paused) was bugged and the topic was stuck in an "all paused" state (thanks @​gorakdev!).

  • PollFetches no longer surfaces a spurious UNSTABLE_OFFSET_COMMIT fetch error when an OffsetFetch retry is canceled mid-wait by a rebalance or client close. Observed flaking TestTxnEtl/sticky/848 on KIP-848 consumer groups under transactional load.

  • The MSK IAM SASL mechanism now honors AWS_REGION when the broker hostname does not match the standard MSK URL format, allowing connections through custom DNS names (e.g. private link endpoints) (thanks @​janmoritzmeyer0210!).

Relevant commits

Commits
  • 8268a5d Merge pull request #1325 from twmb/cl
  • 4b31b76 CHANGELOG: note v1.21.2
  • 1de5563 Merge pull request #1324 from twmb/deps
  • 22a1732 kgo: do not inject fake fetch error when OffsetFetch retry is canceled
  • 40e5a0e add support for custom AWS MSK dns names (#1321)
  • 2d3da36 Merge pull request #1322 from paxosglobal/fix-del-topics-struct-writeback
  • 10ace71 all: bump deps
  • 95d74ab kgo: fix delTopics not writing back modified pausedPartitions struct
  • 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 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)

Bumps [github.com/twmb/franz-go](https://github.com/twmb/franz-go) from 1.21.1 to 1.21.2.
- [Changelog](https://github.com/twmb/franz-go/blob/master/CHANGELOG.md)
- [Commits](twmb/franz-go@v1.21.1...v1.21.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 21, 2026
@pequalsnp pequalsnp mentioned this pull request May 25, 2026
7 tasks
@dependabot @github

dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #57.

@dependabot dependabot Bot closed this Jun 11, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/github.com/twmb/franz-go-1.21.2 branch June 11, 2026 15:07
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