Skip to content

2.0.7

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 11:28
· 10015 commits to main since this release
ae5a9b8

Bugfixes

  • #5974: ActionRestart will now trigger ActionSessionStart as a followup action.

  • #7317: Fixed Rasa Open Source not being able to fetch models from certain URLs.

    This addresses an issue introduced in 2.0.3 where rasa-production could not use the models from rasa-x in Rasa X server mode.

  • #7316: SingleStateFeaturizer checks whether it was trained with RegexInterpreter as
    NLU interpreter. If that is the case, RegexInterpreter is used during prediction.