Releases: RasaHQ/rasa
Releases · RasaHQ/rasa
3.6.20
3.6.19
3.6.18
3.6.17
3.6.16
Rasa 3.6.16 (2024-01-19)
Bugfixes
- #12983: Upgrade Cryptography to fix improper certificate validation.
- #12998: Fixes a bug that caused the
full_retrieval_intent_name
key to be missing in the published event. Rasa Analytics makes use of this key to get the Retrieval Intent Name
Miscellaneous internal changes
3.5.17
3.6.15
3.6.14
Rasa 3.6.14 (2023-11-17)
Bugfixes
- #12948: Fixed UnexpecTEDIntentlessPolicy training errors that resulted from a change to batching behavior. Changed the batching behavior back to the original for all components. Made the changed batching behavior accessible in DietClassifier using
drop_small_last_batch: True
.
3.6.13
3.6.12
Rasa 3.6.12 (2023-10-10)
Bugfixes
- #12904: Refresh headers used in requests (e.g. action server requests) made by
EndpointConfig
using itsheaders
attribute. - #12906: Upgrade
pillow
to10.0.1
to address security vulnerability CVE-2023-4863 found in10.0.0
version.