Skip to content

Commit 5007794

Browse files
committed
v1.3.0
1 parent 61bc6b0 commit 5007794

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
v1.3.0 (not released yet)
2-
=========================
3-
4-
Something can change before release. Feel free to write your thoughts (issue or just email) about points below.
1+
v1.3.0
2+
======
53

64
Possible backwards incompatibility here (in client side code) - see first point.
75

@@ -16,6 +14,8 @@ Possible backwards incompatibility here (in client side code) - see first point.
1614
* send special disconnect message to client when we don't want it to reconnect to Centrifugo (at moment to client sending malformed message).
1715
* pong wait handler for raw websocket to detect non responding clients.
1816

17+
Also it's recommended to update javascipt client to latest version as it has some useful changes (see its changelog).
18+
1919
How to migrate
2020
--------------
2121

Dockerfile

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

3-
ENV VERSION 1.2.0
3+
ENV VERSION 1.3.0
44

5-
ENV CENTRIFUGO_SHA256 bd78b2e117ac59892061995b485d7342741dde0324c889aec2d1e847c0cc0f89
5+
ENV CENTRIFUGO_SHA256 bb6fc7534008c0244cba7abb4b3c0ffc1c29f6038784fc6f80efe11c702d4a84
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.2.1"
25+
VERSION = "1.3.0"
2626
)
2727

2828
func setupLogging() {

0 commit comments

Comments
 (0)