Skip to content

Commit

Permalink
prepare v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Nov 4, 2018
1 parent a8bf84d commit 4ca51f7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v2.0.2
======

**Important** If you are using `rpm` or `deb` packages from packagecloud.io then you have to re-run the [installation method of your choice](https://packagecloud.io/FZambia/centrifugo/install) for Centrifugo repository. This is required to update GPG key used. This is a standard process that all packages hosted on packagecloud should do.

Improvements:

* Redis TLS connection support - see [issue in Centrifuge lib](https://github.com/centrifugal/centrifuge/issues/23) and [updated docs](https://centrifugal.github.io/centrifugo/server/engines/#redis-engine)
* Do not send Authorization header in admin web interface when insecure admin mode enabled - helps to protect admin interface with basic authorization (see [#240](https://github.com/centrifugal/centrifugo/issues/240))

Fixes:

* Resubscribe only to shard subset of channels after reconnect to Redis ([issue](https://github.com/centrifugal/centrifuge/issues/25))


v2.0.1
======

Expand Down
2 changes: 1 addition & 1 deletion docs/content/libraries/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ We have several client libraries for different languages so you don't have to co
* [rubycent](https://github.com/centrifugal/rubycent) for Ruby (**not available for Centrifugo v2 yet**)
* [phpcent](https://github.com/centrifugal/phpcent) for PHP (**not available for Centrifugo v2 yet**)
* [jscent](https://github.com/centrifugal/jscent) for NodeJS (**not available for Centrifugo v2 yet**)
* [gocent](https://github.com/centrifugal/gocent) for Go (**not available for Centrifugo v2 yet**)
* [gocent](https://github.com/centrifugal/gocent) for Go
13 changes: 4 additions & 9 deletions misc/release/notes.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
This release has several fixes and performance improvements
**Important** If you are using `rpm` or `deb` packages from packagecloud.io then you have to re-run the [installation method of your choice](https://packagecloud.io/FZambia/centrifugo/install) for Centrifugo repository. This is required to update GPG key used. This is a standard process that all packages hosted on packagecloud should do.

Improvements:

* Use latest SockJS url (SockJS version 1.3) for iframe transports
* Improve performance of massive subscriptions to different channels
* Allow dot in namespace names
* Redis TLS connection support - see [issue in Centrifuge lib](https://github.com/centrifugal/centrifuge/issues/23) and [updated docs](https://centrifugal.github.io/centrifugo/server/engines/#redis-engine)
* Do not send Authorization header in admin web interface when insecure admin mode enabled - helps to protect admin interface with basic authorization (see [#240](https://github.com/centrifugal/centrifugo/issues/240))

Fixes:

* Fix of possible deadlock in Redis Engine when subscribe operation fails
* Fix admin web interface [logout issue](https://github.com/centrifugal/web/issues/14) when session expired
* Fix io timeout error when using Redis Engine with sharding enabled
* Fix `checkconfig` command
* Fix typo in metric name - see [#233](https://github.com/centrifugal/centrifugo/pull/233)
* Resubscribe only to shard subset of channels after reconnect to Redis ([issue](https://github.com/centrifugal/centrifuge/issues/25))

0 comments on commit 4ca51f7

Please sign in to comment.