Releases: RasaHQ/rasa
Releases · RasaHQ/rasa
Merge pull request #13078 from RasaHQ/prepare-release-3.6.21
Rasa 3.6.21 (2025-01-13)
Bugfixes
-
#1424: Replace
pickle
andjoblib
with safer alternatives, e.g.json
,safetensors
, andskops
, for
serializing components.Note: This is a model breaking change. Please retrain your model.
If you have a custom component that inherits from one of the components listed below and modified the
persist
or
load
method, make sure to update your code. Please contact us in case you encounter any problems.Affected components:
CountVectorFeaturizer
LexicalSyntacticFeaturizer
LogisticRegressionClassifier
SklearnIntentClassifier
DIETClassifier
CRFEntityExtractor
TrackerFeaturizer
TEDPolicy
UnexpectedIntentTEDPolicy
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
.