Rasa: 2.2.4 Release

Release date:
January 8, 2021
Previous version:
2.2.4a1 (released January 7, 2021)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in 2.2.4

Could not determine top contributors for this release.

Directory Browser for 2.2.4

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

Release Notes Published

Improvements

  • #7520: Improve the warning in case the [RulePolicy](policies.mdx#rule-policy) or the deprecated [MappingPolicy](policies.mdx#mapping-policy) are missing from the model's policies configuration. Changed the info log to a warning as one of this policies should be added to the model configuration.

Bugfixes

  • #7692: Explicitly specify the crypto extra dependency of pyjwt to ensure that the cryptography dependency is installed. cryptography is strictly required to be able to be able to verify JWT tokens.