You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1424: Replace pickle and joblib with safer alternatives, e.g. json, safetensors, and skops, 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.
#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
#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.