build(deps): bump github.com/segmentio/kafka-go from 0.4.25 to 0.4.26 #144

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/segmentio/kafka-go-0.4.26 into master 2022-01-20 01:13:42 +03:00
dependabot[bot] commented 2022-01-17 17:30:38 +03:00 (Migrated from github.com)

Bumps github.com/segmentio/kafka-go from 0.4.25 to 0.4.26.

Release notes

Sourced from github.com/segmentio/kafka-go's releases.

v0.4.26

What's Changed

New Contributors

Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.25...v0.4.26

Commits

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/segmentio/kafka-go](https://github.com/segmentio/kafka-go) from 0.4.25 to 0.4.26. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/segmentio/kafka-go/releases">github.com/segmentio/kafka-go's releases</a>.</em></p> <blockquote> <h2>v0.4.26</h2> <h2>What's Changed</h2> <ul> <li>Fix a rare panic during consumer group rebalance by <a href="https://github.com/stevevls"><code>@​stevevls</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/791">segmentio/kafka-go#791</a></li> <li>Fix go vet issues: example tests, returning a mutex copy by <a href="https://github.com/bhavanki"><code>@​bhavanki</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/783">segmentio/kafka-go#783</a></li> <li>docs(readme): add example of using SASL with Client by <a href="https://github.com/dominicbarnes"><code>@​dominicbarnes</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/809">segmentio/kafka-go#809</a></li> <li>fix writer async close by <a href="https://github.com/achille-roussel"><code>@​achille-roussel</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/805">segmentio/kafka-go#805</a></li> <li>remove unused variable in <code>create topic</code> example by <a href="https://github.com/cssivision"><code>@​cssivision</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/817">segmentio/kafka-go#817</a></li> <li>fix: omit {Cluster,Topic}AuthorizedOperations by <a href="https://github.com/dnwe"><code>@​dnwe</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/821">segmentio/kafka-go#821</a></li> <li>Skip refresh metadata for errored topic, fix <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/806">#806</a> by <a href="https://github.com/1000Delta"><code>@​1000Delta</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/820">segmentio/kafka-go#820</a></li> <li>Revert &quot;Nettest fix&quot; by <a href="https://github.com/rhansen2"><code>@​rhansen2</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/824">segmentio/kafka-go#824</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cssivision"><code>@​cssivision</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/817">segmentio/kafka-go#817</a></li> <li><a href="https://github.com/dnwe"><code>@​dnwe</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/821">segmentio/kafka-go#821</a></li> <li><a href="https://github.com/1000Delta"><code>@​1000Delta</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/820">segmentio/kafka-go#820</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/segmentio/kafka-go/compare/v0.4.25...v0.4.26">https://github.com/segmentio/kafka-go/compare/v0.4.25...v0.4.26</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/segmentio/kafka-go/commit/58824603a2491e44471f66e7666de79cf40b7019"><code>5882460</code></a> Revert &quot;Nettest fix (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/788">#788</a>)&quot; (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/824">#824</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/f487e015f57c708942283209b90b4e5cc4facd51"><code>f487e01</code></a> Skip refresh metadata for errored topic, fix <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/806">#806</a> (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/820">#820</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/cdc927e9d67aa8920bfed5e5bb42d94b1646411b"><code>cdc927e</code></a> fix: omit {Cluster,Topic}AuthorizedOperations (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/821">#821</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/37ab7b1b613c78b5edac7f76bb174b6ce2130752"><code>37ab7b1</code></a> Update README.md (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/817">#817</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/063303c58563b1be8530175a8a7641ef9385a7b7"><code>063303c</code></a> fix writer async close (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/805">#805</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/44a678e52d4b20803daece98a4a73c9fc168649d"><code>44a678e</code></a> docs(readme): add example of using SASL with Client (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/809">#809</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/8dfb9153020e2a9c65fbcc0d1e6564192511a87f"><code>8dfb915</code></a> Fix go vet issues: example tests, returning a mutex copy (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/783">#783</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/bc25f1602aa017b2c05c4e74252bcc3ee2b5f012"><code>bc25f16</code></a> Fix a rare panic during consumer group rebalance (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/791">#791</a>)</li> <li>See full diff in <a href="https://github.com/segmentio/kafka-go/compare/v0.4.25...v0.4.26">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/segmentio/kafka-go&package-manager=go_modules&previous-version=0.4.25&new-version=0.4.26)](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>
vtolstov (Migrated from github.com) approved these changes 2022-01-17 17:30:53 +03:00
Sign in to join this conversation.
No reviewers
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#144
No description provided.