Rasa: 3.6.3 Release

Release date:
July 20, 2023
Previous version:
3.6.2 (released July 10, 2023)
Magnitude:
169 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in 3.6.3

Tawakalt
Urkem
ancalita
vcidst

Directory Browser for 3.6.3

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Rasa 3.6.3 (2023-07-20)

Improvements

  • #12637: Added a human readable component to structlog using the event_info key and made it the default rendered key if present.

Bugfixes

  • #12638: Fix the issue with the most recent model not being selected if the owner or permissions where modified on the model file.
  • #12661: Fixed BlockingIOError which occured as a result of too large data passed to strulogs.

Improved Documentation

  • #12659: Update action server documentation with new capability to extend Sanic features by using plugins. Update rasa-sdk dependency to version 3.6.1.
  • #12663: Updated commands with square brackets e.g (pip install rasa[spacy]) to use quotes (pip install 'rasa[spacy]') for compatibility with zsh in docs.