This repository was archived by the owner on Jan 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ v1.4.1 (13.10.2020)
5+ -------------------
6+ - RoadRunner version update to 1.8.3
7+ - Golang version in go.mod bump to 1.15
8+ - Add server configuration options (debug) (@aldump )
9+
410v1.4.0 (1.08.2020)
511-------------------
612- Add all major gRPC configuration options. [ Docs] ( https://github.com/spiral/docs/blob/master/grpc/configuration.md#application-server )
Original file line number Diff line number Diff line change 22cd $( dirname " ${BASH_SOURCE[0]} " )
33OD=" $( pwd) "
44# Pushes application version into the build information.
5- RR_VERSION=1.4.0
5+ RR_VERSION=1.4.1
66
77# Hardcode some values to the core package
88LDFLAGS=" $LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION} "
Original file line number Diff line number Diff line change 11module github.com/spiral/php-grpc
22
3- go 1.13
3+ go 1.15
44
55require (
66 github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129
@@ -10,7 +10,7 @@ require (
1010 github.com/prometheus/client_golang v1.6.0
1111 github.com/sirupsen/logrus v1.6.0
1212 github.com/spf13/cobra v1.0.0
13- github.com/spiral/roadrunner v1.8.2
13+ github.com/spiral/roadrunner v1.8.3
1414 github.com/stretchr/testify v1.5.1
1515 golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2
1616 google.golang.org/grpc v1.29.1
You can’t perform that action at this time.
0 commit comments