spiral-modules / roadrunner-binary

πŸ’Ύ High-performance PHP application server, load-balancer and process manager written in Golang. RR2 releases repository.
MIT License
44 stars 25 forks source link

Bump github.com/spiral/roadrunner/v2 from 2.0.1 to 2.0.2 #21

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps github.com/spiral/roadrunner/v2 from 2.0.1 to 2.0.2.

Release notes

Sourced from github.com/spiral/roadrunner/v2's releases.

v2.0.2

πŸ”₯ New:

  • πŸ‘· Rework ServeHTTP handler logic. Use http.Error instead of writing code directly to the response writer.
  • ⚑ Builds for the Mac with the M1 processor (arm64) -> roadrunner-binary.
  • ⚑ HTTP/FCGI/HTTPS internal logs instead of going to the raw stdout will be displayed via the RR logger at the Info log level.

🩹 Fixes:

  • πŸ› Bug with required Root CA certificate for the SSL, now it's optional.
  • πŸ› Bug with incorrectly consuming metrics collector from the RPC calls (thanks @​dstrop).

v2.0.2-beta.2

  • πŸ› Fix: Bug with incorrectly consuming metrics collector from the RPC calls (thanks @​dstrop).

v2.0.2-beta.1

  • πŸ› Fix: Bug with required Root CA certificate for the SSL, not it's optional.
  • πŸ†• New: HTTP/FCGI/HTTPS internal errors instead of going to the raw stdout will be displayed in the RR logger at the ERROR log level.
  • πŸ‘· Rework ServeHTTP handler logic. Use http.Error instead of writing code directly to the response writer. Other small improvements.
Changelog

Sourced from github.com/spiral/roadrunner/v2's changelog.

v2.0.2 (06.04.2021)

  • πŸ› Fix: Bug with required Root CA certificate for the SSL, now it's optional.
  • πŸ› Fix: Bug with incorrectly consuming metrics collector from the RPC calls (thanks @​dstrop).
  • πŸ†• New: HTTP/FCGI/HTTPS internal logs instead of going to the raw stdout will be displayed in the RR logger at the Info log level.
  • ⚑ New: Builds for the Mac with the M1 processor (arm64).
  • πŸ‘· Rework ServeHTTP handler logic. Use http.Error instead of writing code directly to the response writer. Other small improvements.
Commits
  • 9daf912 Update CHANGELOG
  • a893ee1 - Add contributor to the CHANGELOG
  • eb171dc - Update CHANGELOG
  • 12ac0f3 - Fix CI in the PR
  • 10830ac fix(metrics): remove statsProvider from metrics collectors sync.Map
  • 584f9ad πŸ› fix issue with strange messages in the http body when max request
  • a30d837 πŸ› fix issue with strange messages in the http body when max request
  • 585a263 πŸ› fix issue with strange messages in the http body when max request
  • e4940e1 Merge pull request #598 from spiral/add_redirect_flag
  • 578a2d5 Update CHANGELOG.md
  • 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 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 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)
dependabot[bot] commented 3 years ago

Looks like github.com/spiral/roadrunner/v2 is up-to-date now, so this is no longer needed.