build(deps): bump github.com/twmb/franz-go from 1.7.1 to 1.9.0 #268

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/twmb/franz-go-1.9.0 into master
dependabot[bot] commented 2022-10-20 17:16:13 +03:00 (Migrated from github.com)

Bumps github.com/twmb/franz-go from 1.7.1 to 1.9.0.

Changelog

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

v1.9.0

This release contains one important bugfix (sequence number int32 overflow) for long-lived producers, one minor bugfix that allows this client to work on 32 bit systems, and a few other small improvements.

This project now has integration tests ran on every PR (and it is now forbidden to push directly to master). These integration tests run against Kraft (Kafka + Raft), which itself seems to not be 100% polished. A good amount of investigation went into hardening the client internals to not fail when Kraft is going sideways.

This release also improves behavior when a consumer group leader using an instance ID restarts and changes the topics it wants to consume from. See the KIP-814 commit for more details.

It is now easier to setup a TLS dialer with a custom dial timeout, it is easier to detect if requests are failing due to missing SASL, and it is now possible to print attributes with RecordFormatter.

Lastly, the corresponding kadm v1.3.0 release adds new LeaveGroup admin APIs.

franz-go

kadm

  • d3ee144 kadm: add LeaveGroup api
  • 7b8d404 kadm: ListOffsetsAfterMill(future) should return end offsets

v1.8.0

This feature release adds one new API in kgo, one new field on kgo.Record, and stabilizes kversion.V3_3_0(). There is also one minor bug fix: Record.TimestampType() previously did not correctly return 1 to indicate broker generated timestamp types.

This release improves the behavior of the client if the entire cluster becomes unreachable. Previously, the client may not have been able to reload metadata

... (truncated)

Commits
  • 24d0cfe Merge pull request #231 from twmb/v1.9
  • b0bc0b6 CHANGELOG: note incoming v1.9, incoming kadm
  • a4a2aaf Merge pull request #230 from twmb/kadm
  • d3ee144 kadm: add LeaveGroup api
  • 2ee43e3 kadm: update CalculateGroupLag documentation
  • 00209b4 kgo: add addr to sasl logs
  • a7f5d0d Merge pull request #229 from twmb/instance_id
  • f8038de kgo: consistently use \d.\d rather than \d.\d.0 for kafka versions
  • b18341d kgo: work around KIP-814 limitations
  • 6cac810 kversions: bump Stable from 3.0 to 3.3
  • 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.7.1 to 1.9.0. <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.9.0</h1> <p>This release contains one important bugfix (sequence number int32 overflow) for long-lived producers, one minor bugfix that allows this client to work on 32 bit systems, and a few other small improvements.</p> <p>This project now has integration tests ran on every PR (and it is now forbidden to push directly to master). These integration tests run against Kraft (Kafka + Raft), which itself seems to not be 100% polished. A good amount of investigation went into hardening the client internals to not fail when Kraft is going sideways.</p> <p>This release also improves behavior when a consumer group leader using an instance ID restarts <em>and</em> changes the topics it wants to consume from. See the KIP-814 commit for more details.</p> <p>It is now easier to setup a TLS dialer with a custom dial timeout, it is easier to detect if requests are failing due to missing SASL, and it is now possible to print attributes with <code>RecordFormatter</code>.</p> <p>Lastly, the corresponding kadm v1.3.0 release adds new LeaveGroup admin APIs.</p> <h4>franz-go</h4> <ul> <li><a href="https://github.com/twmb/franz-go/commit/b18341d"><code>b18341d</code></a> kgo: work around KIP-814 limitations</li> <li><a href="https://github.com/twmb/franz-go/commit/6cac810"><code>6cac810</code></a> kversions: bump Stable from 3.0 to 3.3</li> <li>[PR <a href="https://github-redirect.dependabot.com/twmb/franz-go/issues/227">#227</a>](<a href="https://github-redirect.dependabot.com/twmb/franz-go/pull/227">twmb/franz-go#227</a>) <strong>bugfix</strong> further sequence number overflows fix (thanks <a href="https://github.com/ladislavmacoun"><code>@​ladislavmacoun</code></a>!)</li> <li>[PR <a href="https://github-redirect.dependabot.com/twmb/franz-go/issues/223">#223</a>](<a href="https://github-redirect.dependabot.com/twmb/franz-go/pull/223">twmb/franz-go#223</a>) add GitHub actions integration test (thanks <a href="https://github.com/mihaitodor"><code>@​mihaitodor</code></a>!) and [PR <a href="https://github-redirect.dependabot.com/twmb/franz-go/issues/224">#224</a>](<a href="https://github-redirect.dependabot.com/twmb/franz-go/pull/224">twmb/franz-go#224</a>) fixup kgo guts to work around new kraft failures</li> <li><a href="https://github.com/twmb/franz-go/commit/203a837"><code>203a837</code></a> franz-go: fix 32 bit alignment, fix a few lints</li> <li><a href="https://github.com/twmb/franz-go/commit/719c6f4"><code>719c6f4</code></a> kgo: avoid overflow on 32 bit systems</li> <li><a href="https://github.com/twmb/franz-go/commit/db5c159"><code>db5c159</code></a> <strong>feature</strong> kgo: add DialTimeout function, complementing DialTLSConfig</li> <li><a href="https://github.com/twmb/franz-go/commit/b4aebf4"><code>b4aebf4</code></a> kgo: add ErrFirstReadEOF, which unwraps to io.EOF</li> <li><a href="https://github.com/twmb/franz-go/commit/bbac68b"><code>bbac68b</code></a> RecordFormatter: support %a; formatter&amp;reader: support 'bool'</li> </ul> <h4>kadm</h4> <ul> <li><a href="https://github.com/twmb/franz-go/commit/d3ee144"><code>d3ee144</code></a> kadm: add LeaveGroup api</li> <li><a href="https://github.com/twmb/franz-go/commit/7b8d404"><code>7b8d404</code></a> kadm: ListOffsetsAfterMill(future) should return end offsets</li> </ul> <h1>v1.8.0</h1> <p>This feature release adds one new API in kgo, one new field on <code>kgo.Record</code>, and stabilizes <code>kversion.V3_3_0()</code>. There is also one minor bug fix: <code>Record.TimestampType()</code> previously did not correctly return 1 to indicate broker generated timestamp types.</p> <p>This release improves the behavior of the client if the entire cluster becomes unreachable. Previously, the client may not have been able to reload metadata</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/twmb/franz-go/commit/24d0cfec568c018d054af7439454d1f80a6ff7fe"><code>24d0cfe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/twmb/franz-go/issues/231">#231</a> from twmb/v1.9</li> <li><a href="https://github.com/twmb/franz-go/commit/b0bc0b69a10761a8840eccdc9ad62d7b08890fe4"><code>b0bc0b6</code></a> CHANGELOG: note incoming v1.9, incoming kadm</li> <li><a href="https://github.com/twmb/franz-go/commit/a4a2aafd032864d9fe5b5d1fcf8b8b53f32ad319"><code>a4a2aaf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/twmb/franz-go/issues/230">#230</a> from twmb/kadm</li> <li><a href="https://github.com/twmb/franz-go/commit/d3ee1443cfb25efe326707f5473a9a177a6e562a"><code>d3ee144</code></a> kadm: add LeaveGroup api</li> <li><a href="https://github.com/twmb/franz-go/commit/2ee43e337a179b90f36df7c5c7f30c4443f1c935"><code>2ee43e3</code></a> kadm: update CalculateGroupLag documentation</li> <li><a href="https://github.com/twmb/franz-go/commit/00209b4c7374952f700217ed5b6d821ff63a38ee"><code>00209b4</code></a> kgo: add addr to sasl logs</li> <li><a href="https://github.com/twmb/franz-go/commit/a7f5d0d1151f189a78a966fca9eae57473734bde"><code>a7f5d0d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/twmb/franz-go/issues/229">#229</a> from twmb/instance_id</li> <li><a href="https://github.com/twmb/franz-go/commit/f8038de9f57d23ae3f3b734c0f6871c9391b7277"><code>f8038de</code></a> kgo: consistently use \d.\d rather than \d.\d.0 for kafka versions</li> <li><a href="https://github.com/twmb/franz-go/commit/b18341d6f44b7888ffcfa8b6bfb45c33e2b7f0c5"><code>b18341d</code></a> kgo: work around KIP-814 limitations</li> <li><a href="https://github.com/twmb/franz-go/commit/6cac81045b609c619a948b0969db6c7f3b3fe06d"><code>6cac810</code></a> kversions: bump Stable from 3.0 to 3.3</li> <li>Additional commits viewable in <a href="https://github.com/twmb/franz-go/compare/v1.7.1...v1.9.0">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.7.1&new-version=1.9.0)](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 2022-10-20 17:16:30 +03:00
dependabot[bot] commented 2022-11-01 17:22:57 +03:00 (Migrated from github.com)

Superseded by #271.

Superseded by #271.

Pull request closed

Sign in to join this conversation.
No description provided.