From d493e7dc89c1535e535c3242079a9d21be112fb4 Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Mon, 16 Nov 2020 00:13:00 +0300 Subject: [PATCH] minor changelog improvements --- CHANGELOG.md | 6 +++--- misc/release/notes.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd749a3be1..a32fae0735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,12 @@ v2.8.0 Minor backwards incompatible changes here when using `client_user_connection_limit` option – see below. -Centrifugo v2.8.0 has many internal changes that could affect overall performance and stability. In general, we expect better latency between a client and a server, but servers under heavy load can notice a small regression in CPU usage. +Centrifugo v2.8.0 has many internal changes that could affect overall performance and latency. In general, we expect better latency between a client and a server, but servers under heavy load can notice a small regression in CPU usage. Improvements: -* Centrifugo can now maintain single connection from a user when personal server-side channel used. See [#396](https://github.com/centrifugal/centrifugo/issues/396) and [docs](https://centrifugal.github.io/centrifugo/server/server_subs/#maintain-single-user-connection) -* New option `client_concurrency`. This option allows processing client commands concurrently. Depending on your use case this option has potential to radically reduce latency between client and Centrifugo. See [detailed description in docs](https://centrifugal.github.io/centrifugo/server/configuration/#client_concurrency) +* Centrifugo can now maintain a single connection from a user when personal server-side channel used. See [#396](https://github.com/centrifugal/centrifugo/issues/396) and [docs](https://centrifugal.github.io/centrifugo/server/server_subs/#maintain-single-user-connection) +* New option `client_concurrency`. This option allows processing client commands concurrently. Depending on your use case this option has potential to radically reduce latency between a client and Centrifugo. See [detailed description in docs](https://centrifugal.github.io/centrifugo/server/configuration/#client_concurrency) * When using `client_user_connection_limit` and user reaches max amount of connections Centrifugo will now disconnect client with `connection limit` reason instead of returning `limit exceeded` error. Centrifugo will give a client advice to not reconnect. Centrifugo v2.8.0 based on latest Go 1.15.5 diff --git a/misc/release/notes.md b/misc/release/notes.md index 4aab1fa8d5..9d528c86df 100644 --- a/misc/release/notes.md +++ b/misc/release/notes.md @@ -1,11 +1,11 @@ Minor backwards incompatible changes here when using `client_user_connection_limit` option – see below. -Centrifugo v2.8.0 has many internal changes that could affect overall performance and stability. In general, we expect better latency between a client and a server, but servers under heavy load can notice a small regression in CPU usage. +Centrifugo v2.8.0 has many internal changes that could affect overall performance and latency. In general, we expect better latency between a client and a server, but servers under heavy load can notice a small regression in CPU usage. Improvements: -* Centrifugo can now maintain single connection from a user when personal server-side channel used. See [#396](https://github.com/centrifugal/centrifugo/issues/396) and [docs](https://centrifugal.github.io/centrifugo/server/server_subs/#maintain-single-user-connection) -* New option `client_concurrency`. This option allows processing client commands concurrently. Depending on your use case this option has potential to radically reduce latency between client and Centrifugo. See [detailed description in docs](https://centrifugal.github.io/centrifugo/server/configuration/#client_concurrency) +* Centrifugo can now maintain a single connection from a user when personal server-side channel used. See [#396](https://github.com/centrifugal/centrifugo/issues/396) and [docs](https://centrifugal.github.io/centrifugo/server/server_subs/#maintain-single-user-connection) +* New option `client_concurrency`. This option allows processing client commands concurrently. Depending on your use case this option has potential to radically reduce latency between a client and Centrifugo. See [detailed description in docs](https://centrifugal.github.io/centrifugo/server/configuration/#client_concurrency) * When using `client_user_connection_limit` and user reaches max amount of connections Centrifugo will now disconnect client with `connection limit` reason instead of returning `limit exceeded` error. Centrifugo will give a client advice to not reconnect. Centrifugo v2.8.0 based on latest Go 1.15.5