build(deps): bump github.com/twmb/franz-go from 1.1.1 to 1.1.4 #106

Closed
dependabot[bot] wants to merge 1 commits from dependabot/go_modules/github.com/twmb/franz-go-1.1.4 into master
dependabot[bot] commented 2021-10-11 17:23:05 +03:00 (Migrated from github.com)

Bumps github.com/twmb/franz-go from 1.1.1 to 1.1.4.

Changelog

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

v1.1.4

This includes on more patch for the prior tag to fully make InitProducerID retriable when it encounters a retriable error.

  • d623ffe errors: make errProducerIDLoadFail retriable

v1.1.3

This patch allows BrokerNotAvailable to be retried. As well, it contains some small improvements under the hood. When sharding certain requests, we now avoid issuing requests to partitions that have no leader. We also better collapse per-partition sharding error messages.

Dial errors are now not retriable. Now, if a produce request fails because the broker cannot be dialed, we refresh metadata. Previously, we just accepted the error as retriable and tried producing again.

The SoftwareVersion used in ApiVersions requests now includes your current kgo version.

This tag is based on a 1.1.x branch in the repo. There is some feature work that is yet to be stabilized on the main branch.

Notable commits:

  • 747ab0c kerr: make BrokerNotAvailable retriable
  • f494301 errors: make dial errors non-retriable
  • 4a76861 config: default to kgo dep version in ApiVersions

v1.1.2

This patch release fixes processing the LogAppendTime timestamp for message set v1 formatted records. Message set v1 records were used only during the Kafka v0.10 releases.

Commits
  • 98b2aef CHANGELOG: note v1.1.4
  • d623ffe errors: make errProducerIDLoadFail retriable
  • 5681be1 CHANGELOG: note v1.1.3
  • 7625fd7 kerr: make BrokerNotAvailable retriable
  • 594afe1 client: complement prior commit with better error message
  • a5381bf client: collapse shard errors
  • eb881bb ListOffsets: default ReplicaID to -1
  • 03ae37d noLeader: fix error string
  • 3a503ef client: avoid sharding to partitions with no leader
  • 9f78dc3 sink: capitalize per prior commit
  • 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.1.1 to 1.1.4. <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.1.4</h1> <p>This includes on more patch for the prior tag to fully make <code>InitProducerID</code> retriable when it encounters a retriable error.</p> <ul> <li><a href="https://github.com/twmb/franz-go/commit/d623ffe"><code>d623ffe</code></a> errors: make errProducerIDLoadFail retriable</li> </ul> <h1>v1.1.3</h1> <p>This patch allows <code>BrokerNotAvailable</code> to be retried. As well, it contains some small improvements under the hood. When sharding certain requests, we now avoid issuing requests to partitions that have no leader. We also better collapse per-partition sharding error messages.</p> <p>Dial errors are now not retriable. Now, if a produce request fails because the broker cannot be dialed, we refresh metadata. Previously, we just accepted the error as retriable and tried producing again.</p> <p>The SoftwareVersion used in ApiVersions requests now includes your current kgo version.</p> <p>This tag is based on a 1.1.x branch in the repo. There is some feature work that is yet to be stabilized on the main branch.</p> <p>Notable commits:</p> <ul> <li><a href="https://github.com/twmb/franz-go/commit/747ab0c"><code>747ab0c</code></a> kerr: make BrokerNotAvailable retriable</li> <li><a href="https://github.com/twmb/franz-go/commit/f494301"><code>f494301</code></a> errors: make dial errors non-retriable</li> <li><a href="https://github.com/twmb/franz-go/commit/4a76861"><code>4a76861</code></a> config: default to kgo dep version in ApiVersions</li> </ul> <h1>v1.1.2</h1> <p>This patch release fixes processing the <code>LogAppendTime</code> timestamp for message set v1 formatted records. Message set v1 records were used only during the Kafka v0.10 releases.</p> <ul> <li><a href="https://github.com/twmb/franz-go/compare/5fee169..688d6fb"><code>5fee169..688d6fb</code></a>: <strong>bugfix</strong> message set v1: fix bit 4 as the timestamp bit</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/twmb/franz-go/commit/98b2aef19c4a9279e696e4e03ee2443c9eec38b6"><code>98b2aef</code></a> CHANGELOG: note v1.1.4</li> <li><a href="https://github.com/twmb/franz-go/commit/d623ffe71b2fda1548e14b1214ab1ccfeeae4f24"><code>d623ffe</code></a> errors: make errProducerIDLoadFail retriable</li> <li><a href="https://github.com/twmb/franz-go/commit/5681be11b49d7fb72913a7236ecad8a1aa3860a7"><code>5681be1</code></a> CHANGELOG: note v1.1.3</li> <li><a href="https://github.com/twmb/franz-go/commit/7625fd75d6e8661903c02d39fcaaaad42e47cd1f"><code>7625fd7</code></a> kerr: make BrokerNotAvailable retriable</li> <li><a href="https://github.com/twmb/franz-go/commit/594afe130c21bddcd5317ce4dc77b2910664b24b"><code>594afe1</code></a> client: complement prior commit with better error message</li> <li><a href="https://github.com/twmb/franz-go/commit/a5381bffe57cf8a0f5c010cb91697dc432e8faf7"><code>a5381bf</code></a> client: collapse shard errors</li> <li><a href="https://github.com/twmb/franz-go/commit/eb881bbc403d8f022de25b721ebb731cbb0ab274"><code>eb881bb</code></a> ListOffsets: default ReplicaID to -1</li> <li><a href="https://github.com/twmb/franz-go/commit/03ae37d699879f912ef7423a926211d990b2c555"><code>03ae37d</code></a> noLeader: fix error string</li> <li><a href="https://github.com/twmb/franz-go/commit/3a503ef88a0be045db97c1e51dc302d6acf8e9d6"><code>3a503ef</code></a> client: avoid sharding to partitions with no leader</li> <li><a href="https://github.com/twmb/franz-go/commit/9f78dc3a5d73db82827352c5df23ddaf1d919828"><code>9f78dc3</code></a> sink: capitalize per prior commit</li> <li>Additional commits viewable in <a href="https://github.com/twmb/franz-go/compare/v1.1.1...v1.1.4">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.1.1&new-version=1.1.4)](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>
dependabot[bot] commented 2021-10-21 17:22:20 +03:00 (Migrated from github.com)

Superseded by #109.

Superseded by #109.

Pull request closed

Sign in to join this conversation.
No description provided.