build(deps): bump github.com/segmentio/kafka-go from 0.4.32 to 0.4.34 #255

Merged
dependabot[bot] merged 2 commits from dependabot/go_modules/github.com/segmentio/kafka-go-0.4.34 into master 2022-08-28 17:59:38 +03:00
dependabot[bot] commented 2022-08-28 17:44:39 +03:00 (Migrated from github.com)

Bumps github.com/segmentio/kafka-go from 0.4.32 to 0.4.34.

Release notes

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

v0.4.33

What's Changed

New Contributors

Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.32...v0.4.33

Commits
  • fcb5875 feat: added aws-sdk-go-v2 IAM Mechanism for MSK authentication (#937)
  • 174188e Updated Writer and Reader docs to show use of multiple brokers. (#959)
  • f5c0e30 re-order protocol/joingroup response fields (#949)
  • 394527d fix(protocol): fix type assertion error
  • eeb9d56 protocol: Use standardized result type checking
  • 512b856 fix typos in group structs (#946)
  • 556e257 Update go dependencies (#945)
  • f0d5443 add consumer group apis to client (#943)
  • See full diff 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/segmentio/kafka-go](https://github.com/segmentio/kafka-go) from 0.4.32 to 0.4.34. <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.33</h2> <h2>What's Changed</h2> <ul> <li>add consumer group apis to client by <a href="https://github.com/rhansen2"><code>@​rhansen2</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/943">segmentio/kafka-go#943</a></li> <li>Update go dependencies by <a href="https://github.com/mswathi-tw"><code>@​mswathi-tw</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/945">segmentio/kafka-go#945</a></li> <li>fix typos in group structs by <a href="https://github.com/rhansen2"><code>@​rhansen2</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/946">segmentio/kafka-go#946</a></li> <li>protocol: Use standardized result type checking by <a href="https://github.com/nlsun"><code>@​nlsun</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/942">segmentio/kafka-go#942</a></li> <li>fix(protocol): fix type assertion error by <a href="https://github.com/kscooo"><code>@​kscooo</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/931">segmentio/kafka-go#931</a></li> <li>re-order protocol/joingroup response fields by <a href="https://github.com/rhansen2"><code>@​rhansen2</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/949">segmentio/kafka-go#949</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mswathi-tw"><code>@​mswathi-tw</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/945">segmentio/kafka-go#945</a></li> <li><a href="https://github.com/kscooo"><code>@​kscooo</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/931">segmentio/kafka-go#931</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/segmentio/kafka-go/compare/v0.4.32...v0.4.33">https://github.com/segmentio/kafka-go/compare/v0.4.32...v0.4.33</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/segmentio/kafka-go/commit/fcb5875e8e6a1e1530ee733d6a17f86b84ec3963"><code>fcb5875</code></a> feat: added aws-sdk-go-v2 IAM Mechanism for MSK authentication (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/937">#937</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/174188e6872cba89043c70b2d54e9b913c3ffacc"><code>174188e</code></a> Updated Writer and Reader docs to show use of multiple brokers. (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/959">#959</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/f5c0e30a6ad28c8a44a2e2c2f275213be6955ca4"><code>f5c0e30</code></a> re-order protocol/joingroup response fields (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/949">#949</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/394527dd2570f778db7cb4aa8b2fd7e1d2d2dd00"><code>394527d</code></a> fix(protocol): fix type assertion error</li> <li><a href="https://github.com/segmentio/kafka-go/commit/eeb9d56ba725364b85b5384ff502874123eb4afd"><code>eeb9d56</code></a> protocol: Use standardized result type checking</li> <li><a href="https://github.com/segmentio/kafka-go/commit/512b8569bfd53b91605bb5bddcbe85eaa2ef8eaa"><code>512b856</code></a> fix typos in group structs (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/946">#946</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/556e2579fd8c409b04ef3b663e379941967783df"><code>556e257</code></a> Update go dependencies (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/945">#945</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/f0d5443eba77d0a4ce9adc7ae1dfbf3ce0b60de1"><code>f0d5443</code></a> add consumer group apis to client (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/943">#943</a>)</li> <li>See full diff in <a href="https://github.com/segmentio/kafka-go/compare/v0.4.32...v0.4.34">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.32&new-version=0.4.34)](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:44:53 +03:00
github-actions[bot] (Migrated from github.com) approved these changes 2022-08-28 17:51:37 +03:00
github-actions[bot] (Migrated from github.com) approved these changes 2022-08-28 17:56:10 +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#255
No description provided.