Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
📦 Bump RR core dependency to v2.0.2-beta.2
Browse files Browse the repository at this point in the history
Signed-off-by: Valery Piashchynski <[email protected]>
  • Loading branch information
rustatian committed Mar 20, 2021
1 parent 6f55a67 commit 53cfbb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ v2.0.2 (23.03.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).
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/spiral/endure v1.0.0
github.com/spiral/errors v1.0.9
github.com/spiral/goridge/v3 v3.0.1
github.com/spiral/roadrunner/v2 v2.0.2-beta.1
github.com/spiral/roadrunner/v2 v2.0.2-beta.2
github.com/temporalio/roadrunner-temporal v1.0.1
github.com/vbauerster/mpb/v5 v5.4.0
go.uber.org/multierr v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ github.com/spiral/errors v1.0.9/go.mod h1:SwMSZVdZkkJVgXNNafccqOaxWg0XPzVU/dEdUE
github.com/spiral/goridge/v3 v3.0.1 h1:mWo6hVEDJV3nRwsszx9y262CtrLQNojbONF4ikvKCBg=
github.com/spiral/goridge/v3 v3.0.1/go.mod h1:rYfsBwigGneLgYJTIh5urotnH63I5O+p6ZcVq7xc1lY=
github.com/spiral/roadrunner/v2 v2.0.1/go.mod h1:V8LlJRSh43tkY7g1BrF8GNpy+/QeDi8e5DLF/j+Erwo=
github.com/spiral/roadrunner/v2 v2.0.2-beta.1 h1:fRF9pkPZphiiM7nWpOmybMEfsYDgou2ToFl4zvmhHMA=
github.com/spiral/roadrunner/v2 v2.0.2-beta.1/go.mod h1:iqkChgXidV3fvzUjHqr9Gu3SMEy4mD/zgcyF7mIQ/zc=
github.com/spiral/roadrunner/v2 v2.0.2-beta.2 h1:plh6qp+74kbuQkI11Aj1WIO39HMxNY4c9SAoXzjq9wA=
github.com/spiral/roadrunner/v2 v2.0.2-beta.2/go.mod h1:iqkChgXidV3fvzUjHqr9Gu3SMEy4mD/zgcyF7mIQ/zc=
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw=
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw=
github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI=
Expand Down

0 comments on commit 53cfbb4

Please sign in to comment.