Skip to content

Commit

Permalink
1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Dec 25, 2016
1 parent e5b3e6c commit e77336d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
v1.6.1 (not released yet)
=========================
v1.6.1
======

This release fixes some configuration problems introduced by v1.6.0 and adds Let's Encrypt support.

### Features

* automatic TLS certificates from Let's Encrypt - see [#133](https://github.com/centrifugal/centrifugo/issues/133)
* websocket compression performance improvent (due to Gorilla Websocket library update)
* automatic TLS certificates from Let's Encrypt - see [#133](https://github.com/centrifugal/centrifugo/issues/133) and new [dedicated documentation chapter](https://fzambia.gitbooks.io/centrifugal/content/deploy/certificates.html)
* websocket compression performance improvement (due to Gorilla Websocket library update)

### Fixes

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM centos:7

ENV VERSION 1.6.0
ENV VERSION 1.6.1

ENV CENTRIFUGO_SHA256 2c86ff703b5474ea6ac2953e49fd2eb7a279dcde33e12e24e95ee5952705c291
ENV CENTRIFUGO_SHA256 4692ea627d0c2690a74fb7566363cb48dfbb31ecbcdd1ea4b190ed9fb9948f83

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

Expand Down

0 comments on commit e77336d

Please sign in to comment.