build(deps): bump github.com/twmb/franz-go from 1.11.0 to 1.11.2 #288

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/twmb/franz-go-1.11.2 into master
dependabot[bot] commented 2023-01-23 17:06:24 +03:00 (Migrated from github.com)

Bumps github.com/twmb/franz-go from 1.11.0 to 1.11.2.

Changelog

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

v1.11.2

This patch release fixes HookFetchRecordUnbuffered never being called if a hook also implemented HookFetchRecordBuffered. No existing plugin currently implements these hooks (though one will soon), so this patch is only relevant to you if you manually have added these hooks.

  • 2a37df9 bugfix kgo: patch HookFetchRecordUnbuffered

v1.11.1

This patch release fixes a bug in ConsumePreferringLagFn. The code could panic if you:

  • Consumed from two+ topics
  • Two of the topics have a different amount of partitions
  • The single-partition topic has some lag, the topic with more partitions has one partition with no lag, and another partition with more lag than the single-partition topic

In this case, the code previously would create a non-existent partition to consume from for the single-partition topic and this would immediately result in a panic when the fetch request was built.

See the commit for more details.

  • 38f2ec6 bugfix pkg/kgo: bugfix ConsumePreferringLagFn
Commits
  • a9875c7 Merge pull request #315 from twmb/changelog
  • 1bee826 CHANGELOG: note incoming v1.11.2 release
  • 656af41 Merge pull request #314 from twmb/patch_hook_fetch_unbuffered
  • 2a37df9 kgo: patch HookFetchRecordUnbuffered
  • 3868806 Merge pull request #312 from twmb/v1.11.1_changelog
  • 0056380 CHANGELOG: note incoming v1.11.1
  • d178965 Merge pull request #311 from twmb/310
  • 38f2ec6 pkg/kgo: bugfix ConsumePreferringLagFn
  • bfcfa08 Merge pull request #300 from artemklevtsov/phuslog-plugin
  • bff5744 Add kphuslog plugin
  • 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 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.11.0 to 1.11.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/twmb/franz-go/blob/master/CHANGELOG.md">github.com/twmb/franz-go's changelog</a>.</em></p> <blockquote> <h1>v1.11.2</h1> <p>This patch release fixes <code>HookFetchRecordUnbuffered</code> never being called if a hook also implemented <code>HookFetchRecordBuffered</code>. No existing plugin currently implements these hooks (though one will soon), so this patch is only relevant to you if you manually have added these hooks.</p> <ul> <li><a href="https://github.com/twmb/franz-go/commit/2a37df9"><code>2a37df9</code></a> <strong>bugfix</strong> kgo: patch HookFetchRecordUnbuffered</li> </ul> <h1>v1.11.1</h1> <p>This patch release fixes a bug in <code>ConsumePreferringLagFn</code>. The code could panic if you:</p> <ul> <li>Consumed from two+ topics</li> <li>Two of the topics have a different amount of partitions</li> <li>The single-partition topic has some lag, the topic with more partitions has one partition with no lag, and another partition with <em>more</em> lag than the single-partition topic</li> </ul> <p>In this case, the code previously would create a non-existent partition to consume from for the single-partition topic and this would immediately result in a panic when the fetch request was built.</p> <p>See the commit for more details.</p> <ul> <li><a href="https://github.com/twmb/franz-go/commit/38f2ec6"><code>38f2ec6</code></a> <strong>bugfix</strong> pkg/kgo: bugfix ConsumePreferringLagFn</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/twmb/franz-go/commit/a9875c7d937333f0efac262937a210a6378bee1e"><code>a9875c7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/twmb/franz-go/issues/315">#315</a> from twmb/changelog</li> <li><a href="https://github.com/twmb/franz-go/commit/1bee826006bbd700e41b482b5b8e9228c1487810"><code>1bee826</code></a> CHANGELOG: note incoming v1.11.2 release</li> <li><a href="https://github.com/twmb/franz-go/commit/656af41cd017ec9431462ee65a80a106612d8a8d"><code>656af41</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/twmb/franz-go/issues/314">#314</a> from twmb/patch_hook_fetch_unbuffered</li> <li><a href="https://github.com/twmb/franz-go/commit/2a37df979d12085bd6d9bc1bd5cc7aeb88dc49ad"><code>2a37df9</code></a> kgo: patch HookFetchRecordUnbuffered</li> <li><a href="https://github.com/twmb/franz-go/commit/3868806beb4cd3ea69174a650b2f80c4bdecd98a"><code>3868806</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/twmb/franz-go/issues/312">#312</a> from twmb/v1.11.1_changelog</li> <li><a href="https://github.com/twmb/franz-go/commit/005638065fc69704abc5f63b81923d97f57eae52"><code>0056380</code></a> CHANGELOG: note incoming v1.11.1</li> <li><a href="https://github.com/twmb/franz-go/commit/d17896571d3507d5c99623feaf361c05081ddf07"><code>d178965</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/twmb/franz-go/issues/311">#311</a> from twmb/310</li> <li><a href="https://github.com/twmb/franz-go/commit/38f2ec6e10550b3a36aed830b14be5cd4443afeb"><code>38f2ec6</code></a> pkg/kgo: bugfix ConsumePreferringLagFn</li> <li><a href="https://github.com/twmb/franz-go/commit/bfcfa0847e03933f371a4ec813d8dd4e0f5780fd"><code>bfcfa08</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/twmb/franz-go/issues/300">#300</a> from artemklevtsov/phuslog-plugin</li> <li><a href="https://github.com/twmb/franz-go/commit/bff5744a98e16ed2756b08f15bdbe87a91dea266"><code>bff5744</code></a> Add kphuslog plugin</li> <li>Additional commits viewable in <a href="https://github.com/twmb/franz-go/compare/v1.11.0...v1.11.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/twmb/franz-go&package-manager=go_modules&previous-version=1.11.0&new-version=1.11.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
github-actions[bot] (Migrated from github.com) approved these changes 2023-01-23 17:06:45 +03:00
dependabot[bot] commented 2023-01-24 17:04:46 +03:00 (Migrated from github.com)

Superseded by #291.

Superseded by #291.

Pull request closed

Sign in to join this conversation.
No description provided.