Skip to content

build(deps): bump github.com/roadrunner-server/goridge/v4 from 4.0.0-beta.1 to 4.0.0-beta.2#110

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/roadrunner-server/goridge/v4-4.0.0-beta.2
Closed

build(deps): bump github.com/roadrunner-server/goridge/v4 from 4.0.0-beta.1 to 4.0.0-beta.2#110
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/roadrunner-server/goridge/v4-4.0.0-beta.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/roadrunner-server/goridge/v4 from 4.0.0-beta.1 to 4.0.0-beta.2.

Release notes

Sourced from github.com/roadrunner-server/goridge/v4's releases.

v4.0.0-beta.2

Drops the RPC layer (pkg/rpc/); goridge is now a pure IPC transport library — binary frame protocol with pipe and socket relays.

Breaking changes

  • pkg/rpc/ is removed. Anything importing github.com/roadrunner-server/goridge/v4/pkg/rpc no longer compiles. Migrate to a Connect, gRPC, or any RPC framework of your choice over the goridge frame transport.
  • google.golang.org/protobuf is no longer a goridge dependency.

What stays

  • pkg/frame/ — binary frame protocol (12-byte CRC-checked header + payload).
  • pkg/pipe/ — pipe (STDIN/STDOUT) Relay.
  • pkg/socket/ — TCP / Unix-domain socket Relay.
  • pkg/relay/Relay interface.
  • internal/ — buffer pool + frame-receive helpers.

PR: #203

Commits
  • 7704fbd refactor: drop RPC layer; goridge is a pure IPC transport library (#203)
  • 5aa585d fix: codecov
  • 616667c Merge pull request #195 from roadrunner-server/dependabot/github_actions/acti...
  • 7e6d460 build(deps): bump actions/download-artifact from 4 to 8
  • 38cb522 Merge pull request #196 from roadrunner-server/dependabot/github_actions/gola...
  • 23c2943 Merge pull request #197 from roadrunner-server/dependabot/github_actions/acti...
  • 8477bc3 Merge pull request #198 from roadrunner-server/dependabot/github_actions/gith...
  • b5ef479 Merge pull request #199 from roadrunner-server/dependabot/github_actions/acti...
  • 46f97a8 build(deps): bump actions/checkout from 4 to 6
  • 1509324 build(deps): bump github/codeql-action from 2 to 4
  • 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 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/roadrunner-server/goridge/v4](https://github.com/roadrunner-server/goridge) from 4.0.0-beta.1 to 4.0.0-beta.2.
- [Release notes](https://github.com/roadrunner-server/goridge/releases)
- [Changelog](https://github.com/roadrunner-server/goridge/blob/master/CHANGELOG.md)
- [Commits](roadrunner-server/goridge@v4.0.0-beta.1...v4.0.0-beta.2)

---
updated-dependencies:
- dependency-name: github.com/roadrunner-server/goridge/v4
  dependency-version: 4.0.0-beta.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 11, 2026
@rustatian rustatian closed this May 12, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 12, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/roadrunner-server/goridge/v4-4.0.0-beta.2 branch May 12, 2026 16:50
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 go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant