Releases: RasaHQ/rasa
3.6.11
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 usingcached_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 Sanicafter_server_start
listener.
Also close connection pools during Sanicafter_server_stop
listener.
3.6.10
Rasa 3.6.10 (2023-09-26)
Improvements
- #12827: Improved handling of last batch during DIET and TED training. The last batch is discarded if it contains less than half a batch size of data.
- #12852: Added
username
to the connection parameters forRedisLockStore
andRedisTrackerStore
- #1493: Telemetry data is only send for licensed users.
Improved Documentation
- #12868: Remove the Playground from docs.
3.4.18
Rasa 3.4.18 (2023-09-22)
Improvements
3.6.9
Rasa 3.6.9 (2023-09-15)
Improvements
- #12778: Added additional method
fingerprint_addon
to theGraphComponent
interface to allow inclusion of external data into the fingerprint calculation of a component
Bugfixes
- #12790: Fixed
KeyError
which resulted whendomain_responses
doesn't exist as a keyword argument while using a custom action dispatcher with nlg server.
3.4.17
Rasa 3.4.17 (2023-09-06)
No significant changes.
3.6.8
Rasa 3.6.8 (2023-08-30)
No significant changes.
3.5.16
Rasa 3.5.16 (2023-08-30)
No significant changes.
3.6.7
3.6.6
3.6.5
Rasa 3.6.5 (2023-08-17)
Improvements
- #12696: Use the same session across requests in
RasaNLUHttpInterpreter
Bugfixes
- #12737: Resolve dependency incompatibility: Pin version of
dnspython
to ==2.3.0.
Improved Documentation
- #12712: Updated PII docs with new section on how to use Rasa X/Enterprise with PII management solution, and a new note on debug
logs being displayed after the bot message withrasa shell
.