Commit 5007794 1 parent 61bc6b0 commit 5007794 Copy full SHA for 5007794
File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
+ ======
5
3
6
4
Possible backwards incompatibility here (in client side code) - see first point.
7
5
@@ -16,6 +14,8 @@ Possible backwards incompatibility here (in client side code) - see first point.
16
14
* send special disconnect message to client when we don't want it to reconnect to Centrifugo (at moment to client sending malformed message).
17
15
* pong wait handler for raw websocket to detect non responding clients.
18
16
17
+ Also it's recommended to update javascipt client to latest version as it has some useful changes (see its changelog).
18
+
19
19
How to migrate
20
20
--------------
21
21
Original file line number Diff line number Diff line change 1
1
FROM centos:7
2
2
3
- ENV VERSION 1.2 .0
3
+ ENV VERSION 1.3 .0
4
4
5
- ENV CENTRIFUGO_SHA256 bd78b2e117ac59892061995b485d7342741dde0324c889aec2d1e847c0cc0f89
5
+ ENV CENTRIFUGO_SHA256 bb6fc7534008c0244cba7abb4b3c0ffc1c29f6038784fc6f80efe11c702d4a84
6
6
7
7
ENV DOWNLOAD https://github.com/centrifugal/centrifugo/releases/download/v$VERSION/centrifugo-$VERSION-linux-amd64.zip
8
8
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
23
23
const (
24
24
// VERSION determines version of Centrifugo server.
25
- VERSION = "1.2.1 "
25
+ VERSION = "1.3.0 "
26
26
)
27
27
28
28
func setupLogging () {
You can’t perform that action at this time.
0 commit comments