Rasa: 2.2.3 Release

Release date:
January 6, 2021
Previous version:
2.2.2 (released December 21, 2020)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in 2.2.3

Could not determine top contributors for this release.

Directory Browser for 2.2.3

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Bugfixes

  • #7622: Correctly retrieve intent ranking from UserUttered even during default affirmation action implementation.
  • #7684: Fixed a problem when using the POST /model/test/intents endpoint together with a [model server](model-storage.mdx#load-model-from-server). The error looked as follows:
  ERROR    rasa.core.agent:agent.py:327 Could not load model due to Detected inconsistent loop usage. Trying to schedule a task on a new event loop, but scheduler was created with a different event loop. Make sure there is only one event loop in use and that the scheduler is running on that one.

This also fixes a problem where testing a model from a model server would change the production model.