build(deps): bump github.com/twmb/franz-go from 1.6.0 to 1.7.0 #254

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/twmb/franz-go-1.7.0 into master 2022-08-28 17:50:16 +03:00
dependabot[bot] commented 2022-08-28 17:23:47 +03:00 (Migrated from github.com)

Bumps github.com/twmb/franz-go from 1.6.0 to 1.7.0.

Changelog

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

v1.7.0

This feature release adds a few new APIs to expose more information in the client or make some things simpler. There are also two minor bug fixes: manually committing a topic with no partitions would previously result in an error, and we previously did not properly load the partition leader epochs for a brief period of time when the client started which prevented truncation detection. See the commits below for more details.

Also recently and newly released:

Commits
  • 407353a CHANGELOG: note v1.7, other package releases
  • 48a793f go.{mod,sum}: bump for incoming v1.7.0
  • 3a229d9 kgo.Fetches: add Err0
  • 5dd3321 kgo.EpochOffset: export Less, add docs
  • 2b38ec5 kgo: add CloseAllowingRebalance
  • 894c839 README: expand installation section more
  • ac2f97b kgo.Client: add GroupMetadata, ProducerID, PartitionLeader functions
  • 9497cf3 kgo client.go: bugfix -1 leader epoch for a few minutes
  • bc026a4 kadm: avoid sorting replicas in metadata responses
  • 11e3277 consumer groups: do not commit empty topics
  • 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.6.0 to 1.7.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.7.0</h1> <p>This feature release adds a few new APIs to expose more information in the client or make some things simpler. There are also two minor bug fixes: manually committing a topic with no partitions would previously result in an error, and we previously did not properly load the partition leader epochs for a brief period of time when the client started which prevented truncation detection. See the commits below for more details.</p> <ul> <li><a href="https://github.com/twmb/franz-go/commit/3a229d9"><code>3a229d9</code></a> kgo.Fetches: add Err0</li> <li><a href="https://github.com/twmb/franz-go/commit/5dd3321"><code>5dd3321</code></a> kgo.EpochOffset: export Less, add docs</li> <li><a href="https://github.com/twmb/franz-go/commit/2b38ec5"><code>2b38ec5</code></a> kgo: add CloseAllowingRebalance</li> <li><a href="https://github.com/twmb/franz-go/commit/ac2f97b"><code>ac2f97b</code></a> kgo.Client: add GroupMetadata, ProducerID, PartitionLeader functions</li> <li><a href="https://github.com/twmb/franz-go/commit/9497cf3"><code>9497cf3</code></a> <strong>minor bugfix</strong> kgo client.go: bugfix -1 leader epoch for a few minutes</li> <li><a href="https://github.com/twmb/franz-go/commit/11e3277"><code>11e3277</code></a> <strong>bugfix</strong> consumer groups: do not commit empty topics</li> <li><a href="https://github.com/twmb/franz-go/commit/52126de"><code>52126de</code></a> kgo: add optional interface to close sasls on client close</li> <li><a href="https://github-redirect.dependabot.com/twmb/franz-go/pull/193"><code>[#193](https://github.com/twmb/franz-go/issues/193)</code></a> <strong>minor logging bugfix</strong> Use correct error in debug log for request failure (thanks <a href="https://github.com/keitwb"><code>@​keitwb</code></a>)</li> <li><a href="https://github-redirect.dependabot.com/twmb/franz-go/pull/191"><code>[#191](https://github.com/twmb/franz-go/issues/191)</code></a> Add Fetches.NumRecords(), Fetches.Empty() (thanks <a href="https://github.com/un000"><code>@​un000</code></a>)</li> <li><a href="https://github.com/twmb/franz-go/commit/669a761"><code>669a761</code></a> kerr: add two new errors</li> </ul> <p>Also recently and newly released:</p> <ul> <li><a href="https://github.com/twmb/franz-go/releases/tag/pkg%2Fkmsg%2Fv1.2.0">pkg/kmsg v1.2.0</a>, adding protocol support for new incoming KIPs.</li> <li><a href="https://github.com/twmb/franz-go/releases/tag/pkg%2Fkadm%2Fv1.2.1">pkg/kadm v1.2.1</a>, removing sorting from metadata response replica fields (v1.2 added new helpers)</li> <li><a href="https://github.com/twmb/franz-go/releases/tag/pkg%2Fsasl%2Fkerberos%2Fv1.1.0">pkg/sasl/kerberos v1.1.0</a>, making it easier to persist and shutdown the Kerberos client</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/twmb/franz-go/commit/407353af33c199da638a32eb597001efb58313bb"><code>407353a</code></a> CHANGELOG: note v1.7, other package releases</li> <li><a href="https://github.com/twmb/franz-go/commit/48a793fb61e86ec12bc6ec9a133096f94c7f16ff"><code>48a793f</code></a> go.{mod,sum}: bump for incoming v1.7.0</li> <li><a href="https://github.com/twmb/franz-go/commit/3a229d9eea51aaf7155f1981e37ee205d65b6a2c"><code>3a229d9</code></a> kgo.Fetches: add Err0</li> <li><a href="https://github.com/twmb/franz-go/commit/5dd33211dc54122b0202dc1e09152359de5eee63"><code>5dd3321</code></a> kgo.EpochOffset: export Less, add docs</li> <li><a href="https://github.com/twmb/franz-go/commit/2b38ec57bd80d1bf034c62b6a97c1d0854fae3fa"><code>2b38ec5</code></a> kgo: add CloseAllowingRebalance</li> <li><a href="https://github.com/twmb/franz-go/commit/894c8399b346c36cb8fc62a35432b0df6e49fcd2"><code>894c839</code></a> README: expand installation section more</li> <li><a href="https://github.com/twmb/franz-go/commit/ac2f97b1d5d3509ed16c3876b6ea4c622354feae"><code>ac2f97b</code></a> kgo.Client: add GroupMetadata, ProducerID, PartitionLeader functions</li> <li><a href="https://github.com/twmb/franz-go/commit/9497cf3d5d34bf9bedb0e0c3322b9b245e84e9e5"><code>9497cf3</code></a> kgo client.go: bugfix -1 leader epoch for a few minutes</li> <li><a href="https://github.com/twmb/franz-go/commit/bc026a4d1d015da344053116f175048e3e4a5ab9"><code>bc026a4</code></a> kadm: avoid sorting replicas in metadata responses</li> <li><a href="https://github.com/twmb/franz-go/commit/11e327740bf44079a203ed22a919e4f9202a4b68"><code>11e3277</code></a> consumer groups: do not commit empty topics</li> <li>Additional commits viewable in <a href="https://github.com/twmb/franz-go/compare/v1.6.0...v1.7.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.6.0&new-version=1.7.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-08-28 17:28:53 +03:00
github-actions[bot] (Migrated from github.com) approved these changes 2022-08-28 17:41:03 +03:00
github-actions[bot] (Migrated from github.com) approved these changes 2022-08-28 17:47:15 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-tests#254
No description provided.