Rasa: 3.3.0 Release

Release date:
October 24, 2022
Previous version:
Could not determine previous release version
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in 3.3.0

Could not determine top contributors for this release.

Directory Browser for 3.3.0

We couldn't find a release before this one

Release Notes Published

  • #11561: Added option --offset-timestamps-by-seconds to offset the timestamp of events when using rasa export
  • #11578: Rasa supports native installations on Apple Silicon (M1 / M2). Please follow the installation instructions and take a look at the limitations.
  • #11596: Caching Message and Features fingerprints unless they are altered, saving up to 2/3 of fingerprinting time in our tests.
  • #11598: Added package versions of component dependencies as an additional part of fingerprinting calculation. Upgrading an dependency will thus lead to a retraining of the component in the future. Also, by changing fingerprint calculation, the next training after this change will be a complete retraining.
  • #11623: Export events continuously rather than loading all events in memory first when using rasa export. Events will be streamed right from the start rather than loading all events first and pushing them to the broker afterwards.
  • #11568: Adds new dependency pluggy, with which it was possible to implement new plugin functionality. This plugin manager enables the extension and/or enhancement of the Rasa command line interface with functionality made available in the rasa-plus package.

Bugfixes

  • #11575: Fix BlockingIOError when running rasa interactive, after the upgrade of prompt-toolkit dependency.
  • #11395: Fixes a bug that lead to initial slot values being incorporated into all rules by default, thus breaking most rules when the slot value changed from its initial value
  • #11429: Made logistic regression classifier output a proper intent ranking and made ranking length configurable

Deprecations and Removals

  • #11190: Remove code related to Rasa X local mode as it is deprecated and scheduled for removal.

Miscellaneous internal changes