Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 4f92240

Browse files
author
Valery Piashchynski
authored
Merge pull request #52 from spiral/release_1.4.1
release 1.4.1
2 parents b7d6bb7 + eaf06f9 commit 4f92240

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
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+
410
v1.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)

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cd $(dirname "${BASH_SOURCE[0]}")
33
OD="$(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
88
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/spiral/php-grpc
22

3-
go 1.13
3+
go 1.15
44

55
require (
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

0 commit comments

Comments
 (0)