build(deps): bump github.com/segmentio/kafka-go from 0.4.27 to 0.4.28 #165

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/segmentio/kafka-go-0.4.28 into master 2022-02-25 10:15:14 +03:00
dependabot[bot] commented 2022-02-10 19:10:32 +03:00 (Migrated from github.com)

Bumps github.com/segmentio/kafka-go from 0.4.27 to 0.4.28.

Release notes

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

v0.4.28

What's Changed

New Contributors

Full Changelog: https://github.com/segmentio/kafka-go/compare/v0.4.27...v0.4.28

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.27 to 0.4.28. <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.28</h2> <h2>What's Changed</h2> <ul> <li>initialize joined channel in Generation by <a href="https://github.com/rhansen2"><code>@​rhansen2</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/828">segmentio/kafka-go#828</a></li> <li>Update README.md by <a href="https://github.com/tong3jie"><code>@​tong3jie</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/834">segmentio/kafka-go#834</a></li> <li>Fix offset when a batch ends with compacted records by <a href="https://github.com/nlsun"><code>@​nlsun</code></a> and <a href="https://github.com/iddqdeika"><code>@​iddqdeika</code></a> in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/813">segmentio/kafka-go#813</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tong3jie"><code>@​tong3jie</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/834">segmentio/kafka-go#834</a></li> <li><a href="https://github.com/iddqdeika"><code>@​iddqdeika</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/segmentio/kafka-go/pull/813">segmentio/kafka-go#813</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/segmentio/kafka-go/compare/v0.4.27...v0.4.28">https://github.com/segmentio/kafka-go/compare/v0.4.27...v0.4.28</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/segmentio/kafka-go/commit/999d0b3960e209dc2fc6422400cf1ec64751c6d9"><code>999d0b3</code></a> Fix offset when a batch ends with compacted records</li> <li><a href="https://github.com/segmentio/kafka-go/commit/54559ab9330d1cb358fb6b2943ae0eff675c0c45"><code>54559ab</code></a> Update README.md (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/834">#834</a>)</li> <li><a href="https://github.com/segmentio/kafka-go/commit/d5d9116c820e66943605e2c599cceae11e9bb5c1"><code>d5d9116</code></a> initialize joined channel in Generation (<a href="https://github-redirect.dependabot.com/segmentio/kafka-go/issues/828">#828</a>)</li> <li>See full diff in <a href="https://github.com/segmentio/kafka-go/compare/v0.4.27...v0.4.28">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.27&new-version=0.4.28)](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-02-10 19:10:51 +03:00
vtolstov (Migrated from github.com) approved these changes 2022-02-25 09:58:09 +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#165
No description provided.