Rasa: 3.6.21 Release

Release date:
January 14, 2025
Previous version:
3.6.20 (released April 18, 2024)
Magnitude:
442 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

23 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored January 10, 2025
Authored January 8, 2025
Authored January 13, 2025
Authored December 12, 2024
Authored January 2, 2025
Authored December 12, 2024
Authored November 13, 2024
Authored April 28, 2024
Authored December 20, 2024
Authored November 25, 2024
Authored January 10, 2025
Authored January 10, 2025
Authored November 13, 2024
Authored January 2, 2025
Authored January 2, 2025
Authored January 8, 2025

Top Contributors in 3.6.21

radovanZRasa
rasa-aadlv
tabergma
XiaofeiQian
BeppeMarnell
dependabot-bot

Directory Browser for 3.6.21

All files are compared to previous version, 3.6.20. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Rasa 3.6.21 (2025-01-13)

Bugfixes

  • #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.

Affected components:

  • CountVectorFeaturizer
  • LexicalSyntacticFeaturizer
  • LogisticRegressionClassifier
  • SklearnIntentClassifier
  • DIETClassifier
  • CRFEntityExtractor
  • TrackerFeaturizer
  • TEDPolicy
  • UnexpectedIntentTEDPolicy