Rasa: 3.6.11 Release

Release date:
October 5, 2023
Previous version:
3.6.11.dev20231009 (released October 9, 2023)
Magnitude:
42 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in 3.6.11

ancalita

Directory Browser for 3.6.11

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

Release Notes Published

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.