From 4b9c242d870af8d0d7299f85ce4384314a1b8912 Mon Sep 17 00:00:00 2001 From: Tobias Wochinger Date: Fri, 5 Feb 2021 11:48:32 +0100 Subject: [PATCH 1/3] add changelog --- changelog/7754.bugfix.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelog/7754.bugfix.rst diff --git a/changelog/7754.bugfix.rst b/changelog/7754.bugfix.rst new file mode 100644 index 000000000000..4c4a43e16d7d --- /dev/null +++ b/changelog/7754.bugfix.rst @@ -0,0 +1,2 @@ +Backported the Rasa Open Source 2 `PikaEventBroker` implementation to address connection +problems with the current implementation. From 7d67cf75a0c74a93c9ad1553b037a1f22d887fed Mon Sep 17 00:00:00 2001 From: Tobias Wochinger Date: Fri, 5 Feb 2021 11:48:46 +0100 Subject: [PATCH 2/3] prepared release of version 1.10.22 --- CHANGELOG.rst | 9 +++++++++ changelog/7754.bugfix.rst | 2 -- pyproject.toml | 2 +- rasa/version.py | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 changelog/7754.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c812da323696..00194b8c59d2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,6 +17,15 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0. .. towncrier release notes start +[1.10.22] - 2021-02-05 +^^^^^^^^^^^^^^^^^^^^^^ + +Bugfixes +-------- +- `#7754 `_: Backported the Rasa Open Source 2 `PikaEventBroker` implementation to address connection + problems with the current implementation. + + [1.10.21] - 2021-02-01 ^^^^^^^^^^^^^^^^^^^^^^ diff --git a/changelog/7754.bugfix.rst b/changelog/7754.bugfix.rst deleted file mode 100644 index 4c4a43e16d7d..000000000000 --- a/changelog/7754.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Backported the Rasa Open Source 2 `PikaEventBroker` implementation to address connection -problems with the current implementation. diff --git a/pyproject.toml b/pyproject.toml index a2d51afca6b7..fa7541e0e65f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytype | .pytest_cache | build | dist))" [tool.poetry] name = "rasa" -version = "1.10.21" +version = "1.10.22" description = "Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants" authors = [ "Rasa Technologies GmbH ",] maintainers = [ "Tom Bocklisch ",] diff --git a/rasa/version.py b/rasa/version.py index 0fc45c5e01b9..473ad4c81083 100644 --- a/rasa/version.py +++ b/rasa/version.py @@ -1,3 +1,3 @@ # this file will automatically be changed, # do not add anything but the version number here! -__version__ = "1.10.21" +__version__ = "1.10.22" From 2a6a7fd298148ce77d682d4c834df7c19ae90e3d Mon Sep 17 00:00:00 2001 From: Tobias Wochinger Date: Fri, 5 Feb 2021 11:51:35 +0100 Subject: [PATCH 3/3] fix changelog --- CHANGELOG.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 00194b8c59d2..71cdf061e1cc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,8 +22,8 @@ This project adheres to `Semantic Versioning`_ starting with version 1.0. Bugfixes -------- -- `#7754 `_: Backported the Rasa Open Source 2 `PikaEventBroker` implementation to address connection - problems with the current implementation. +- `#7772 `_: Backported the Rasa Open Source 2 `PikaEventBroker` implementation to address + problems when using it with multiple Sanic workers. [1.10.21] - 2021-02-01