Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/twmb/franz-go/pkg/sr from 0.0.0-20240221021454-52a9ebaedf47 to 1.1.0 in /integration-test #187

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2024

Bumps github.com/twmb/franz-go/pkg/sr from 0.0.0-20240221021454-52a9ebaedf47 to 1.1.0.

Changelog

Sourced from github.com/twmb/franz-go/pkg/sr'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

v1.0.0

This is a significant release and is a commitment to not changing the API. There is no change in this release from v0.11.1. This release has been a long time coming!

The kmsg package is a separate dedicated module and its API can still change if Kafka changes the protocol in a way that breaks kmsg. However, the odds are increasingly likely that kmsg will switch to bumping major versions as Kafka makes incompatible changes, so that the module does not have breaking updates.

v0.11.1

This is a patch release to a bug introduced in v0.10.3 / v0.11.0.

The intent is to tag v1.0 either Friday (tomorrow) or Monday.

  • 1469495 bugfix isRetriableBrokerErr: nil error is not retriable (thanks @​Neal!)
  • 33635e2 feature consumer: add pausing / unpausing topics and partitions
  • 082db89 bugfix add locking to g.uncommitted MarkCommitRecords (thanks @​vtolstov!)
  • 3684df2 fetches: rename CollectRecords to Records

v0.11.0

This release is an rc2 for a v1 release, and contains breaking API changes related to renaming some options. The point of this release is to allow any chance for final API suggestions before stabilization.

The following configuration options were changed:

  • ConnTimeoutOverhead to RequestTimeoutOverhead

... (truncated)

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/sr](https://github.com/twmb/franz-go) from 0.0.0-20240221021454-52a9ebaedf47 to 1.1.0.
- [Changelog](https://github.com/twmb/franz-go/blob/master/CHANGELOG.md)
- [Commits](https://github.com/twmb/franz-go/commits/v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/twmb/franz-go/pkg/sr
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants