Rasa: 3.0.9 Release

Release date:
March 11, 2022
Previous version:
3.0.8 (released February 11, 2022)
Magnitude:
286 Diff Delta
Contributors:
5 total committers
Data confidence:
Commits:

18 Commits in this Release

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

Authored February 23, 2022
Authored March 11, 2022
Authored February 11, 2022
Authored February 11, 2022
Authored March 7, 2022
Authored February 23, 2022
Authored February 11, 2022
Authored February 11, 2022
Authored December 21, 2021
Authored December 22, 2021
Authored February 24, 2022
Authored February 24, 2022
Authored February 22, 2022
Authored March 10, 2022
Authored February 23, 2022
Authored February 22, 2022
Authored February 23, 2022

Top Contributors in 3.0.9

indam23
donodje
alwx
sanchariGr
m-vdb

Directory Browser for 3.0.9

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

Release Notes Published

  • #10412: Fix Socket IO connection issues by upgrading sanic to v21.12.

The bug is caused by an invalid function signature and is fixed in v21.12.

This update brings some deprecations in sanic:

  • Sanic and Blueprint may no longer have arbitrary properties attached to them
    • Fixed this by moving user defined properties to the instance.ctx object
  • Sanic and Blueprint forced to have compliant names
    • Fixed this by using string literal names instead of the module's name via __name__
  • sanic.exceptions.abort is Deprecated
    • Fixed by replacing it with sanic.exceptions.SanicException
  • sanic.response.StreamingHTTPResponse is deprecated
    • Fixed by replacing it with sanic.response.ResponseStream
      • #10447: Update rasa data validate to not fail when active_loop is null

Improved Documentation

  • #10798: Updated the model_confidence parameter in TEDPolicy and DIETClassifier. The linear_norm is removed as it is no longer supported.
  • #10940: Added an additional step to Receiving Messages section in slack.mdx documentation. After a slack update this additional step is needed to allow direct messages to the bot.
  • #10957: Backport the updated deployment docs to 3.0.x.