Skip to content

Commit 1781321

Browse files
committed
v1.3.1
1 parent 1178ad7 commit 1781321

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v1.3.1
2+
======
3+
4+
* fix port configuration introduced in v1.3.0: `--port` should override default values for `admin_port` and `api_port`
5+
* use the same (http/https) scheme for Sockjs default iframe script source.
6+
* fix possible deadlock in shutdown
7+
18
v1.3.0
29
======
310

@@ -219,4 +226,4 @@ Lots of internal refactoring, no API changes. Thanks to Mr Klaus Post (@klauspos
219226
v0.1.0
220227
======
221228

222-
First release. New [documentation](http://fzambia.gitbooks.io/centrifugal/content/).
229+
First release. New [documentation](http://fzambia.gitbooks.io/centrifugal/content/).

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM centos:7
22

3-
ENV VERSION 1.3.0
3+
ENV VERSION 1.3.1
44

5-
ENV CENTRIFUGO_SHA256 bb6fc7534008c0244cba7abb4b3c0ffc1c29f6038784fc6f80efe11c702d4a84
5+
ENV CENTRIFUGO_SHA256 43adcd697029f4d8f0afe8338e753ab493114b7c3abda889cda293a998fbf7b0
66

77
ENV DOWNLOAD https://github.com/centrifugal/centrifugo/releases/download/v$VERSION/centrifugo-$VERSION-linux-amd64.zip
88

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

2323
const (
2424
// VERSION determines version of Centrifugo server.
25-
VERSION = "1.3.0"
25+
VERSION = "1.3.1"
2626
)
2727

2828
func setupLogging() {

0 commit comments

Comments
 (0)