Skip to content

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

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

chore(deps): bump github.com/roadrunner-server/goridge/v4 from 4.0.0-beta.1 to 4.0.0-beta.2#248
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

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
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