Rasa 3.6.3 (2023-07-20)
Improvements
- #12637: Added a human readable component to structlog using the
event_info
key and made it the default rendered key if present.
Bugfixes
- #12638: Fix the issue with the most recent model not being selected if the owner or permissions where modified on the model file.
- #12661: Fixed
BlockingIOError
which occured as a result of too large data passed to strulogs.
Improved Documentation
- #12659: Update action server documentation with new capability to extend Sanic features by using plugins.
Update rasa-sdk dependency to version 3.6.1. - #12663: Updated commands with square brackets e.g (
pip install rasa[spacy]
) to use quotes (pip install 'rasa[spacy]'
) for compatibility with zsh in docs.