Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Feb 28, 2017
1 parent 093af21 commit 9204ea8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
v1.7.0 (not released yet)
=========================
v1.7.0
======

This release changes two important aspects of Centrifugo. We expect that it will be fully backwards compatible with previous one. But as changes are pretty serious this is a new point release.

### What's changed

* integration with Gorilla Websocket [PreparedMessage](https://godoc.org/github.com/gorilla/websocket#PreparedMessage) for raw websocket. We expect it to drastically improve websocket compression case - reducing both memory and CPU in large fan-out scenarios. This change does not affect SockJS in any way.
* `timestamp` field removed from message. See [#147](https://github.com/centrifugal/centrifugo/issues/147) for motivation.

* Several new memory metrics - `node_memory_heap_sys`, `node_memory_heap_alloc`, `node_memory_stack_inuse`

v1.6.5
======
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.5
ENV VERSION 1.7.0

ENV CENTRIFUGO_SHA256 d130255a22702bc2db5d1be7363ffaaab4aecaa8f08ae982974a7378478d6c2e
ENV CENTRIFUGO_SHA256 fa59a4559d1310611e94e85fd08db6f6fa9d39a54355d98e1e0fd6182fb659de

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

Expand Down
4 changes: 2 additions & 2 deletions centrifugo.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Centrifugo < Formula
desc "Centrifugo"
homepage "https://github.com/centrifugal/centrifugo"
url "https://github.com/centrifugal/centrifugo/releases/download/v1.6.5/centrifugo-1.6.5-darwin-amd64.zip"
sha256 "a8487e2c2f0947ad467e53725954c9784d6c1a8030a4003889e476af2186e4c3"
url "https://github.com/centrifugal/centrifugo/releases/download/v1.7.0/centrifugo-1.7.0-darwin-amd64.zip"
sha256 "50025bfbd93171ed49d9c7b2c3a65b271b590414db09268bfa60ee0f14fcc6aa"

def install
system "chmod", "+x", "centrifugo"
Expand Down

0 comments on commit 9204ea8

Please sign in to comment.