Bump github.com/twmb/franz-go/pkg/kmsg from 1.0.0 to 1.1.0 #67

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/twmb/franz-go/pkg/kmsg-1.1.0 into v3 2022-06-25 22:47:35 +03:00
dependabot[bot] commented 2022-05-23 14:22:49 +03:00 (Migrated from github.com)

Bumps github.com/twmb/franz-go/pkg/kmsg from 1.0.0 to 1.1.0.

Changelog

Sourced from github.com/twmb/franz-go/pkg/kmsg's changelog.

v1.1.0

This minor release contains a few useful features, an incredibly minor bugfix (fixing an error message), and a behavior change around buffering produced records for unknown topics. As well, all plugins have been tagged v1.0.0.

  • cf04997 errors: export ErrRecordRetries, ErrRecordTimeout
  • ee8b12d producer: fail topics that repeatedly fail to load after 5 tries
  • f6a8c9a very minor bugfix ErrDataLoss: use the new offset after we create the error
  • 8216b7c and c153b9a feature kmsg: add EnumStrings(), ParseEnum() functions
  • e44dde9 add goroutine_per_partition consuming example
  • cedffb7 feature plugins: Add kzerolog logging adapter (thanks @​fsaintjacques!)
  • 563e016 feature FetchTopic: add EachPartition; FetchPartition: add EachRecord
  • 8f648e7 consumer group: document actual behavior for on revoked / lost
Commits
  • 2171c80 CHANGELOG: note incoming v1.1.0
  • cf04997 errors: export ErrRecordRetries, ErrRecordTimeout
  • ee8b12d producer: fail topics that repeatedly fail to load after 5 tries
  • a6a6ba9 acls: update generated documentation
  • f6a8c9a ErrDataLoss: use the new offset after we create the error
  • 43cdcad goroutine per consumer: add proper locking
  • c153b9a enum parsing: strip dashes as well
  • 8216b7c kmsg: add EnumStrings(), ParseEnum() functions
  • 2f676c0 changelog: note v1.0 plugins, new kzerolog plugin, new example
  • e44dde9 add goroutine_per_partition consuming example
  • 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/twmb/franz-go/pkg/kmsg](https://github.com/twmb/franz-go) from 1.0.0 to 1.1.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/twmb/franz-go/blob/master/CHANGELOG.md">github.com/twmb/franz-go/pkg/kmsg's changelog</a>.</em></p> <blockquote> <h1>v1.1.0</h1> <p>This minor release contains a few useful features, an incredibly minor bugfix (fixing an error message), and a behavior change around buffering produced records for unknown topics. As well, all plugins have been tagged v1.0.0.</p> <ul> <li><a href="https://github.com/twmb/franz-go/commit/cf04997"><code>cf04997</code></a> errors: export ErrRecordRetries, ErrRecordTimeout</li> <li><a href="https://github.com/twmb/franz-go/commit/ee8b12d"><code>ee8b12d</code></a> producer: fail topics that repeatedly fail to load after 5 tries</li> <li><a href="https://github.com/twmb/franz-go/commit/f6a8c9a"><code>f6a8c9a</code></a> <strong>very minor bugfix</strong> ErrDataLoss: use the new offset <strong>after</strong> we create the error</li> <li><a href="https://github.com/twmb/franz-go/commit/8216b7c"><code>8216b7c</code></a> and <a href="https://github.com/twmb/franz-go/commit/c153b9a"><code>c153b9a</code></a> <strong>feature</strong> kmsg: add EnumStrings(), ParseEnum() functions</li> <li><a href="https://github.com/twmb/franz-go/commit/e44dde9"><code>e44dde9</code></a> add <code>goroutine_per_partition</code> consuming example</li> <li><a href="https://github.com/twmb/franz-go/commit/cedffb7"><code>cedffb7</code></a> <strong>feature</strong> plugins: Add kzerolog logging adapter (thanks <a href="https://github.com/fsaintjacques"><code>@​fsaintjacques</code></a>!)</li> <li><a href="https://github.com/twmb/franz-go/commit/563e016"><code>563e016</code></a> <strong>feature</strong> FetchTopic: add EachPartition; FetchPartition: add EachRecord</li> <li><a href="https://github.com/twmb/franz-go/commit/8f648e7"><code>8f648e7</code></a> consumer group: document actual behavior for on revoked / lost</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/twmb/franz-go/commit/2171c80e644617403e30b6e6caba649e9eba7a69"><code>2171c80</code></a> CHANGELOG: note incoming v1.1.0</li> <li><a href="https://github.com/twmb/franz-go/commit/cf04997cbb95173843400ac02c1c70d3f1735fa5"><code>cf04997</code></a> errors: export ErrRecordRetries, ErrRecordTimeout</li> <li><a href="https://github.com/twmb/franz-go/commit/ee8b12d9087a078142f42eda71a554e8bf7709fd"><code>ee8b12d</code></a> producer: fail topics that repeatedly fail to load after 5 tries</li> <li><a href="https://github.com/twmb/franz-go/commit/a6a6ba9d04a2084481949e8f997d6865288189bb"><code>a6a6ba9</code></a> acls: update generated documentation</li> <li><a href="https://github.com/twmb/franz-go/commit/f6a8c9a91810a3fa6ace86533350b03584062937"><code>f6a8c9a</code></a> ErrDataLoss: use the new offset <strong>after</strong> we create the error</li> <li><a href="https://github.com/twmb/franz-go/commit/43cdcadbe476bebc27276a4e4fb98bfd61b6c88c"><code>43cdcad</code></a> goroutine per consumer: add proper locking</li> <li><a href="https://github.com/twmb/franz-go/commit/c153b9a13d31bef9cbb0fc7020521a8561414c1d"><code>c153b9a</code></a> enum parsing: strip dashes as well</li> <li><a href="https://github.com/twmb/franz-go/commit/8216b7c3142ee46864ae0e4d0d46fc76197b52fa"><code>8216b7c</code></a> kmsg: add EnumStrings(), ParseEnum() functions</li> <li><a href="https://github.com/twmb/franz-go/commit/2f676c0a574baa5fa5dfa0dc197ec2df0eda161d"><code>2f676c0</code></a> changelog: note v1.0 plugins, new kzerolog plugin, new example</li> <li><a href="https://github.com/twmb/franz-go/commit/e44dde998ca35181a0d22a1b9002a7214804f249"><code>e44dde9</code></a> add goroutine_per_partition consuming example</li> <li>Additional commits viewable in <a href="https://github.com/twmb/franz-go/compare/v1.0.0...v1.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/twmb/franz-go/pkg/kmsg&package-manager=go_modules&previous-version=1.0.0&new-version=1.1.0)](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-05-23 14:23:04 +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-broker-kgo#67
No description provided.