Rasa: 3.4.0 Release

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

Top Contributors in 3.4.0

Could not determine top contributors for this release.

Directory Browser for 3.4.0

We couldn't find a release before this one

Release Notes Published

Rasa 3.4.0 (2022-12-14)

Features

  • #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 the metadata_key setting in the socketio section of the credentials.yml.

Improvements

  • #11517: Added ./docker/Dockerfile_pretrained_embeddings_spacy_it to include Spacy's Italian pre-trained model it_core_news_md.
  • #11765: Replace kafka-python dependency with confluent-kafka async Producer API.
  • #11773: Add support for Python 3.10 version.
  • #2546: Added CLI option --logging-config-file to enable configuration of custom logs formatting.

Bugfixes

  • #11869: Implements a new CLI option --jwt-private-key required to have complete support for asymmetric algorithms as specified originally in the docs.

Improved Documentation

  • #11766: Clarify in the documentation how to write testing stories if a user presses a button with payload.
  • #11801: Clarify prioritisation of used slot asking option in forms in documentation.

Miscellaneous internal changes