Skip to content

Commit f0b5d80

Browse files
committed
v1.3.2
1 parent b423bf9 commit f0b5d80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ v1.3.2
33

44
This release built using go 1.5.3 and [includes security fix in Go lang](https://groups.google.com/forum/#!topic/golang-announce/MEATuOi_ei4)
55

6-
* empty errors not included in client response (**this requires using last Javascript client version**)
6+
* empty errors not included in client response (**this requires using Javascript client >= 1.1.0**)
77
* optimization in Redis engine when using history - one round trip to Redis to publish message and save it into history instead of two. This was done over registering lua script on server start.
88
* client errors improvements - include error advice when error occurred (fix or retry at moment)
99

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.1
3+
ENV VERSION 1.3.2
44

5-
ENV CENTRIFUGO_SHA256 43adcd697029f4d8f0afe8338e753ab493114b7c3abda889cda293a998fbf7b0
5+
ENV CENTRIFUGO_SHA256 24394c063b98b51125354787a7a8dad48cee582711a113ea301d8052d8622738
66

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

0 commit comments

Comments
 (0)