From abcfa9dc73e4aad3bf99cedbf41dcda09e7b5e69 Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Wed, 1 Dec 2021 19:14:43 +0300 Subject: [PATCH] prepare v0.19.0 --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index f0822a5b..f3996885 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +v0.19.0 +======= + +* JSON protocol performance improvements. See [#215](https://github.com/centrifugal/centrifuge/pull/215) for details. New minor release instead of v0.18.10 since we are now more strict in parsing multiple command frames. In multiple command JSON frame individual `Command`s must be separated by exactly one new line symbol and have an optional new line after the last command. This was always this way and current client connectors work according to these requirements – but since the parser becoming more strict this can theoretically cause some problems with third-party connector implementations. + v0.18.9 =======