build(deps): bump github.com/segmentio/kafka-go from 0.4.35 to 0.4.38 #275

Merged
dependabot[bot] merged 2 commits from dependabot/go_modules/github.com/segmentio/kafka-go-0.4.38 into master 2022-12-27 00:22:41 +03:00
dependabot[bot] commented 2022-11-14 17:05:45 +03:00 (Migrated from github.com)

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/segmentio/kafka-go from 0.4.35 to 0.4.38.

Release notes

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

v0.4.38

What's Changed

Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.37...v0.4.38

v0.4.37

What's Changed

Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.36...v0.4.37

v0.4.36

What's Changed

New Contributors

Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.35...v0.4.36

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)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [github.com/segmentio/kafka-go](https://github.com/segmentio/kafka-go) from 0.4.35 to 0.4.38. <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.38</h2> <h2>What's Changed</h2> <ul> <li>Revert client consumer group by <a href="https://github.com/rhansen2"><code>@​rhansen2</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/1027">segmentio/kafka-go#1027</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/segmentio/kafka-go/compare/v0.4.37...v0.4.38">https://github.com/segmentio/kafka-go/compare/v0.4.37...v0.4.38</a></p> <h2>v0.4.37</h2> <h2>What's Changed</h2> <ul> <li>Fixes for consumer group by <a href="https://github.com/rhansen2"><code>@​rhansen2</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/1022">segmentio/kafka-go#1022</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/segmentio/kafka-go/compare/v0.4.36...v0.4.37">https://github.com/segmentio/kafka-go/compare/v0.4.36...v0.4.37</a></p> <h2>v0.4.36</h2> <h2>What's Changed</h2> <ul> <li>Fix aws_msk_iam_v2 module Authentication failure bug by <a href="https://github.com/kikyomits"><code>@​kikyomits</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/977">segmentio/kafka-go#977</a></li> <li>Use faster gzip package by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/982">segmentio/kafka-go#982</a></li> <li>Refactor Consumer Group to use Client by <a href="https://github.com/rhansen2"><code>@​rhansen2</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/947">segmentio/kafka-go#947</a></li> <li><a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/726">#726</a> make kafka reader message ReadBatchTimeout configurable by <a href="https://github.com/moogacs"><code>@​moogacs</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/989">segmentio/kafka-go#989</a></li> <li>Refine err msg in SetOffsetAt() by <a href="https://github.com/haorenfsa"><code>@​haorenfsa</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/1001">segmentio/kafka-go#1001</a></li> <li>Support for offsetdelete by <a href="https://github.com/a-dot"><code>@​a-dot</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/1010">segmentio/kafka-go#1010</a></li> <li>compress/snappy: configurable compression level by <a href="https://github.com/chriso"><code>@​chriso</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/1014">segmentio/kafka-go#1014</a></li> <li>Support metadata request v6 by <a href="https://github.com/mtkopone"><code>@​mtkopone</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/1013">segmentio/kafka-go#1013</a></li> <li>change writer retries stat from summary to counter 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/1008">segmentio/kafka-go#1008</a></li> <li>use useSyncCommits by <a href="https://github.com/wsy6543"><code>@​wsy6543</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/1017">segmentio/kafka-go#1017</a></li> <li>Add WriteBackoffMin/Max config to Writer by <a href="https://github.com/halkar"><code>@​halkar</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/1015">segmentio/kafka-go#1015</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/klauspost"><code>@​klauspost</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/982">segmentio/kafka-go#982</a></li> <li><a href="https://github.com/moogacs"><code>@​moogacs</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/989">segmentio/kafka-go#989</a></li> <li><a href="https://github.com/haorenfsa"><code>@​haorenfsa</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/1001">segmentio/kafka-go#1001</a></li> <li><a href="https://github.com/a-dot"><code>@​a-dot</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/1010">segmentio/kafka-go#1010</a></li> <li><a href="https://github.com/chriso"><code>@​chriso</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/1014">segmentio/kafka-go#1014</a></li> <li><a href="https://github.com/mtkopone"><code>@​mtkopone</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/1013">segmentio/kafka-go#1013</a></li> <li><a href="https://github.com/wsy6543"><code>@​wsy6543</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/1017">segmentio/kafka-go#1017</a></li> <li><a href="https://github.com/halkar"><code>@​halkar</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/1015">segmentio/kafka-go#1015</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/segmentio/kafka-go/compare/v0.4.35...v0.4.36">https://github.com/segmentio/kafka-go/compare/v0.4.35...v0.4.36</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/segmentio/kafka-go/commit/a8e74f3adaeac13314ff6d06f15f1d47693b287d"><code>a8e74f3</code></a> Revert client consumer group (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/1027">#1027</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/a5f270df2cd091885d07a9a9d59fbaa33fcc2b59"><code>a5f270d</code></a> Fixes for consumer group (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/1022">#1022</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/cf40a01d38fce6a3233e8acca393c638e6640416"><code>cf40a01</code></a> Add WriteBackoffMin/Max config to Writer (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/1015">#1015</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/029f34c5df618f84e02f1edb9e3d47684a3c61d5"><code>029f34c</code></a> format useSyncCommits (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/1017">#1017</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/464e3a4222c0aa8f5e4ca09dae3f6ff7c85ea93a"><code>464e3a4</code></a> change writer retries stat from summary to counter (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/1008">#1008</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/eb07fa4224a235649958df1019d264ac468a8548"><code>eb07fa4</code></a> Support metadata request v6 (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/1013">#1013</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/c1240f0c9150283a2dce99ca26d31b760a12dd51"><code>c1240f0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/1014">#1014</a> from segmentio/snappy-configurable-level</li> <li><a href="https://github.com/segmentio/kafka-go/commit/cd7d6f4c0389ff1a8dc6a085706db2485f0c7993"><code>cd7d6f4</code></a> snappy: configurable compression level</li> <li><a href="https://github.com/segmentio/kafka-go/commit/750193894a7e8eeb4adbed1d1f86dfe43ed3b2b8"><code>7501938</code></a> Support for offsetdelete (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/1010">#1010</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/40898d38e6c0636cc2422c630780a044547e9a4e"><code>40898d3</code></a> Refine err msg in SetOffsetAt() (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/1001">#1001</a>)</li> <li>Additional commits viewable in <a href="https://github.com/segmentio/kafka-go/compare/v0.4.35...v0.4.38">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.35&new-version=0.4.38)](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-11-14 17:06:25 +03:00
github-actions[bot] (Migrated from github.com) approved these changes 2022-11-29 13:26:17 +03:00
github-actions[bot] (Migrated from github.com) approved these changes 2022-12-27 00:19:44 +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#275
No description provided.