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

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/segmentio/kafka-go-0.4.32 into master 2022-06-25 22:46:49 +03:00
dependabot[bot] commented 2022-06-06 17:22:25 +03:00 (Migrated from github.com)

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

Release notes

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

v0.4.32

What's Changed

New Contributors

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

Commits
  • da91759 Reader: allow config to return OffsetOutOfRange errors (#917)
  • e7c2c10 Merge pull request #925 from rhansen2/cyx-fix-handle-error-in-response
  • 4f3f3dd use errors package for comparisons
  • 2cdf54a panic in describeconfigs merge when unknown type is received
  • e67bd5f fix: handle error in response
  • 4788faf feat: reuse decompressed buffer to avoid allocating buffer whenever a batch i...
  • 294fbdb enable errorlint linter and fix issues (#914)
  • fb1504a Fix typo in Writer fields documentation (#916)
  • efb57af ReferenceHash balancer (#906)
  • cc6b7a1 build: add golangci-lint to circleci config (#907)
  • 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/segmentio/kafka-go](https://github.com/segmentio/kafka-go) from 0.4.31 to 0.4.32. <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.32</h2> <h2>What's Changed</h2> <ul> <li>fix: don't assume the header count will be positive 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/882">segmentio/kafka-go#882</a></li> <li>improve issue templates 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/883">segmentio/kafka-go#883</a></li> <li>Fix Transport SASL configuration by <a href="https://github.com/PzaThief"><code>@​PzaThief</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/885">segmentio/kafka-go#885</a></li> <li>upgrade github.com/klauspost/compress to v1.15.1 and remove the need for runtime finalizers 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/889">segmentio/kafka-go#889</a></li> <li>Bring the list of error codes up to date by <a href="https://github.com/freeformz"><code>@​freeformz</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/902">segmentio/kafka-go#902</a></li> <li>Add &quot;human readable&quot; description for offset in reader logs by <a href="https://github.com/wwade"><code>@​wwade</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/893">segmentio/kafka-go#893</a></li> <li>build: add golangci-lint to circleci config by <a href="https://github.com/dominicbarnes"><code>@​dominicbarnes</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/907">segmentio/kafka-go#907</a></li> <li>ReferenceHash balancer by <a href="https://github.com/fracasula"><code>@​fracasula</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/906">segmentio/kafka-go#906</a></li> <li>Fix typo in Writer fields documentation by <a href="https://github.com/angristan"><code>@​angristan</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/916">segmentio/kafka-go#916</a></li> <li>enable errorlint linter and fix issues by <a href="https://github.com/dominicbarnes"><code>@​dominicbarnes</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/914">segmentio/kafka-go#914</a></li> <li>feat: reuse decompressed buffer to avoid allocating buffer whenever a batch is read. Fixes <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/909">#909</a> by <a href="https://github.com/vmihailenco"><code>@​vmihailenco</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/920">segmentio/kafka-go#920</a></li> <li>fix: handle error in response by <a href="https://github.com/rhansen2"><code>@​rhansen2</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/925">segmentio/kafka-go#925</a></li> <li>Reader: allow config to return OffsetOutOfRange errors by <a href="https://github.com/dominicbarnes"><code>@​dominicbarnes</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/917">segmentio/kafka-go#917</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/freeformz"><code>@​freeformz</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/902">segmentio/kafka-go#902</a></li> <li><a href="https://github.com/wwade"><code>@​wwade</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/893">segmentio/kafka-go#893</a></li> <li><a href="https://github.com/fracasula"><code>@​fracasula</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/906">segmentio/kafka-go#906</a></li> <li><a href="https://github.com/angristan"><code>@​angristan</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/916">segmentio/kafka-go#916</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/segmentio/kafka-go/compare/v0.4.31...v0.4.32">https://github.com/segmentio/kafka-go/compare/v0.4.31...v0.4.32</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/segmentio/kafka-go/commit/da91759e946436612f6e31af58971162bf1d058d"><code>da91759</code></a> Reader: allow config to return OffsetOutOfRange errors (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/917">#917</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/e7c2c10227bb6ff370b388e2bb74f931f3ec7b9f"><code>e7c2c10</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/925">#925</a> from rhansen2/cyx-fix-handle-error-in-response</li> <li><a href="https://github.com/segmentio/kafka-go/commit/4f3f3dd9ade4ca2c10ab820ea1d0409fc7447f65"><code>4f3f3dd</code></a> use errors package for comparisons</li> <li><a href="https://github.com/segmentio/kafka-go/commit/2cdf54a63a092c0dc70a560531de077f5b67c54f"><code>2cdf54a</code></a> panic in describeconfigs merge when unknown type is received</li> <li><a href="https://github.com/segmentio/kafka-go/commit/e67bd5f0c63ac69bb9942d5aeb7e8ed281e811c6"><code>e67bd5f</code></a> fix: handle error in response</li> <li><a href="https://github.com/segmentio/kafka-go/commit/4788faf010269f4f8d63528aa73f239dee34bed3"><code>4788faf</code></a> feat: reuse decompressed buffer to avoid allocating buffer whenever a batch i...</li> <li><a href="https://github.com/segmentio/kafka-go/commit/294fbdbf43ce5c2bc6aa89d8a35db949e1f95367"><code>294fbdb</code></a> enable errorlint linter and fix issues (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/914">#914</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/fb1504a3e1aece56ad409c46d35d02cf4623bd08"><code>fb1504a</code></a> Fix typo in Writer fields documentation (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/916">#916</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/efb57af82687e0754a64e376ad30c10c43fcded7"><code>efb57af</code></a> ReferenceHash balancer (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/906">#906</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/cc6b7a135c2a924a5adbd92697bca8d355dc7456"><code>cc6b7a1</code></a> build: add golangci-lint to circleci config (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/907">#907</a>)</li> <li>Additional commits viewable in <a href="https://github.com/segmentio/kafka-go/compare/v0.4.31...v0.4.32">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.31&new-version=0.4.32)](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-06-06 17:22:41 +03:00
github-actions[bot] (Migrated from github.com) approved these changes 2022-06-25 22:42:33 +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#235
No description provided.