Rasa: 3.2.5 Release

Release date:
August 5, 2022
Previous version:
3.2.5.dev20220830 (released August 30, 2022)
Magnitude:
591 Diff Delta
Contributors:
3 total committers
Data confidence:
Commits:

Top Contributors in 3.2.5

ancalita
sanchariGr
losterloh

Directory Browser for 3.2.5

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

Release Notes Published

  • #11294: Fix KeyError which resulted when action_two_stage_fallback got executed in a project whose domain contained slot mappings.
  • #11390: Fixes regression in which slot mappings were prioritized according to reverse order as they were listed in the domain, instead of in order from first to last, as was implicitly expected in 2.x. Clarifies this implicit priority order in the docs.
  • #11394: Enables the dispatching of bot messages returned as events by slot validation actions.