Releases: RasaHQ/rasa
Releases · RasaHQ/rasa
3.7.0a1
Pre-release version
3.6.4
Rasa 3.6.4 (2023-07-21)
Bugfixes
- #12575: Extract conditional response variation and channel variation filtering logic into a separate component.
Enable usage of this component in the NaturalLanguageGenerator subclasses (e.g. CallbackNaturalLanguageGenerator, TemplatedNaturalLanguageGenerator).
Amend nlg_request_format to include a single response ID string field, instead of a list of IDs.
Improved Documentation
- #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.
3.5.15
Rasa 3.5.15 (2023-07-21)
No significant changes.
3.7.0b2
Pre-release version
3.6.3
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.
Merge pull request #12643 from RasaHQ/prepare-release-3.5.14
Merge pull request #12642 from RasaHQ/prepare-release-3.4.16
Merge pull request #12641 from RasaHQ/prepare-release-3.3.12
3.7.0b1
Pre-release version