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

Update module github.com/euank/go-kmsg-parser to v3 #22

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/euank/go-kmsg-parser v2.0.0+incompatible -> v3.0.0 age adoption passing confidence

Release Notes

euank/go-kmsg-parser (github.com/euank/go-kmsg-parser)

v3.0.0: release

Compare Source

The v3.0.0 release includes one new feature, and significant new API changes. The v2.x release will still be supported for the foreseeable future, so please feel free to consume these breaking changes at whatever pace you desire.

Features

This release brings the ability to stop reading when hitting the end of the circular kmsg buffer.

This can be done by constructing a parser with kmsgparser.NewParser(kmsgparser.WithNoFollow()).

Breaking changes

The Parser interface has changed to allow for better error handling, and to give the caller more control over resource usage. Rather than internally allocating a channel, returning it, and running a goroutine, it is expected that the caller now runs Parser.Parse in a goroutine, and provides a suitable channel as an argument.

The SetLogger method has been removed. Instead, configuring a logger should be done when constructing a parser using the new kmsgparser.WithLogger option.

v2.1.0: release

Compare Source

Changes:

  • Updated go module import to github.com/euank/go-kmsg-parser/v2. Since there was already a v2.x.y git tag, this is what go modules expect.

Update notes:

Any existing imports of the form github.com/euank/go-kmsg-parser/kmsgparser will need to be updated to github.com/euank/go-kmsg-parser/v2/kmsgparser after updating to this version.

v2.0.1: release

Compare Source

Changes:

  • Included go.mod
  • Updated tests to fix a test error under newer go versions

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/git.luolix.top-euank-go-kmsg-parser-3.x branch from adcf021 to 10e12bf Compare May 14, 2024 08:56
@jknipper jknipper merged commit aaf1479 into master Nov 19, 2024
@jknipper jknipper deleted the renovate/git.luolix.top-euank-go-kmsg-parser-3.x branch November 19, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant