Skip to content

Commit 4ca51f7

Browse files
committed
prepare v2.0.2
1 parent a8bf84d commit 4ca51f7

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
v2.0.2
2+
======
3+
4+
**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.
5+
6+
Improvements:
7+
8+
* 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)
9+
* 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))
10+
11+
Fixes:
12+
13+
* Resubscribe only to shard subset of channels after reconnect to Redis ([issue](https://github.com/centrifugal/centrifuge/issues/25))
14+
15+
116
v2.0.1
217
======
318

docs/content/libraries/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ We have several client libraries for different languages so you don't have to co
88
* [rubycent](https://github.com/centrifugal/rubycent) for Ruby (**not available for Centrifugo v2 yet**)
99
* [phpcent](https://github.com/centrifugal/phpcent) for PHP (**not available for Centrifugo v2 yet**)
1010
* [jscent](https://github.com/centrifugal/jscent) for NodeJS (**not available for Centrifugo v2 yet**)
11-
* [gocent](https://github.com/centrifugal/gocent) for Go (**not available for Centrifugo v2 yet**)
11+
* [gocent](https://github.com/centrifugal/gocent) for Go

misc/release/notes.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
This release has several fixes and performance improvements
1+
**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.
22

33
Improvements:
44

5-
* Use latest SockJS url (SockJS version 1.3) for iframe transports
6-
* Improve performance of massive subscriptions to different channels
7-
* Allow dot in namespace names
5+
* 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)
6+
* 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))
87

98
Fixes:
109

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

0 commit comments

Comments
 (0)