Rasa: 2.8.1 Release

Release date:
July 22, 2021
Previous version:
2.8.0 (released July 12, 2021)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in 2.8.1

Could not determine top contributors for this release.

Directory Browser for 2.8.1

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

Release Notes Published

  • #9085: Add support for cafile parameter in endpoints.yaml. This will load a custom local certificate file and use it when making requests to that endpoint.

For example:

  action_endpoint:
    url: https://localhost:5055/webhook
    cafile: ./cert.pem

This means that requests to the action server localhost:5055 will use the certificate cert.pem located in the current working directory.

Bugfixes

  • #9182: Fixes wrong overriding of epochs parameter when TEDPolicy or UnexpecTEDIntentPolicy is not loaded in finetune mode.