You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+15
Original file line number
Diff line number
Diff 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))
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.
2
2
3
3
Improvements:
4
4
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))
8
7
9
8
Fixes:
10
9
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