Skip to content

3.6.11

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 16:38
· 300 commits to main since this release
fcefb7b

Rasa 3.6.11 (2023-10-05)

Bugfixes

  • #12722: Intent names will not be falsely abbreviated in interactive training (fixes OSS-413).

    This will also fix a bug where forced user utterances (using the regex matcher) will
    be reverted even though they are present in the domain.

  • #12886: Cache EndpointConfig session object using cached_property decorator instead of recreating this object on every request.
    Initialize these connection pools for action server and model server endpoints as part of the Sanic after_server_start listener.
    Also close connection pools during Sanic after_server_stop listener.