Skip to content

chore(deps): update spiral/goridge requirement from ^2.4 to ^2.4 || ^4.0 #73

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

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 31, 2024

Updates the requirements on spiral/goridge to permit the latest version.

Release notes

Sourced from spiral/goridge's releases.

v4.2.0

What's Changed

New Contributors

Full Changelog: roadrunner-php/goridge@4.1.1...v4.2.0

Changelog

Sourced from spiral/goridge's changelog.

CHANGELOG

v3.2.0 (22.03.2022)

v3.1.2 (13.01.2022)

  • Update .gitattributes (exclude psalm config & examples from export) by @​tarampampam (#8)
  • Update tests by @​roxblnfk (#9)
    • add mutation testing
    • fix Psalm issues
    • update dependencies

v3.1.1 (10.06.2021)

  • Fix .phpstorm.meta.php autocompletion

v3.1.0 (10.06.2021)

  • Added optional RPC::call() 3rd options argument.
  • Added protobuf codec.
  • Added simple autocomplete.

v3.0.1 (11.03.2021)

  • Fix lowercase formatting in unix socket (#3, #4)

v3.0.0 (18.01.2021)

  • Full rewamp of protocol, added support for arbitrary options
  • Reduced number of syscalls
  • Added support for multi-codec RPC
  • Support for binary RPC calls
  • 25% performance increase
  • PHP code split from the main Golang repository

v2.4.2 (19.05.2020)

  • Add phpstan analyzer
  • Fix code warnings from phpstan
  • Improve Relay factory and SocketRelay
  • Improve test coverage
  • Performance improvements
  • See the full milestone here: link

v2.4.0 (05.05.2020)

  • More tests for PHP (@​vvval)
  • Upgrade PHP version to the 7.2 (currently minimum supported)
  • Add new RelayInterface link (@​vvval)
  • See the full milestone here: link

v2.3.1 (21.04.2020)

  • Syscall usage optimized. Now the data is packing and sending via 1 (or 2 in some cases) send_socket calls, instead of 2-3 (by @​vvval)
  • Unix sockets supported on windows (AF_UNIX) starting from OS Build 17056.
  • Added the ability to define own relay with a codec (by @​Reasno)

... (truncated)

Commits
  • c6696bd Add support of RoadRunner v2024.1 (#26)
  • c8fe156 RPC Implementation using multiple relays to enable async communication (#25)
  • 05269a1 Update README.md
  • 945a234 Merge pull request #23 from roadrunner-php/docs
  • 5d4ea04 Fix documentation links
  • a5d6744 Merge pull request #21 from roadrunner-php/improvements/exception
  • 9b39f8b Add ServiceException to phpdoc
  • d955f58 Merge pull request #20: Add Ping/Pong flags
  • f8df7b0 Rename the BlockedRelayInterface to BlockingRelayInterface
  • 8c5214b Fix psalm issues
  • Additional commits viewable in compare view

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)

Updates the requirements on [spiral/goridge](https://github.com/roadrunner-php/goridge) to permit the latest version.
- [Release notes](https://github.com/roadrunner-php/goridge/releases)
- [Changelog](https://github.com/roadrunner-php/goridge/blob/4.x/CHANGELOG.md)
- [Commits](roadrunner-php/goridge@2.4.0...v4.2.0)

---
updated-dependencies:
- dependency-name: spiral/goridge
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 31, 2024
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants