- #11087: Add metadata to Websocket channel. Messages can now include a
metadata
object which will be included as metadata to Rasa. The metadata can be supplied on a user configurable key with themetadata_key
setting in thesocketio
section of thecredentials.yml
.
Improvements
- #11995: Add capability to send compressed body in HTTP request to action server.
Use COMPRESS_ACTION_SERVER_REQUEST=True to turn the feature on.
Bugfixes
- #11926: Decision to publish docs should not consider next major and minor alpha release versions.