Rasa: 2.1.2 Release

Release date:
November 30, 2020
Previous version:
2.1.1 (released November 24, 2020)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in 2.1.2

Could not determine top contributors for this release.

Directory Browser for 2.1.2

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

Release Notes Published

Bugfixes

  • #7235: Slots that use initial_value won't cause rule contradiction errors when conversation_start: true is used. Previously, two rules that differed only in their use of conversation_start would be flagged as contradicting when a slot used initial_value.

In checking for incomplete rules, an action will be required to have set only those slots that the same action has set in another rule. Previously, an action was expected to have set also slots which, despite being present after this action in another rule, were not actually set by this action. - #7345: Fixed Rasa Open Source not being able to fetch models from certain URLs.