Rasa: 3.4.7 Release

Release date:
March 31, 2023
Previous version:
3.4.6 (released March 17, 2023)
Magnitude:
924 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

30 Commits in this Release

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

Authored March 24, 2023
Authored March 17, 2023
Authored March 28, 2023
Authored March 24, 2023
Authored March 30, 2023
Authored March 20, 2023
Authored March 24, 2023
Authored March 24, 2023
Authored March 17, 2023
Authored March 24, 2023
Authored March 17, 2023
Authored March 17, 2023
Authored March 28, 2023
Authored March 28, 2023
Authored March 17, 2023
Authored March 24, 2023
Authored March 28, 2023
Authored March 24, 2023
Authored March 24, 2023
Authored March 24, 2023
Authored March 24, 2023
Authored March 17, 2023
Authored March 28, 2023

Top Contributors in 3.4.7

ancalita
vcidst
Tawakalt
sanchariGr

Directory Browser for 3.4.7

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.4.7 (2023-03-30)

Improvements

  • #12144: Add a self-reference of the synonym in the EntitySynonymMapper to handle entities extracted in a casing different to synonym case. (For example if a synonym austria is added, entities extracted with any alternate casing of the synonym will also be mapped to austria). It addresses ATO-616

Bugfixes

  • #12139: Fix 2 issues detected with the HTTP API:
    • The GET /conversations/{conversation_id}/tracker endpoint was not returning the tracker with all sessions when include_events query parameter was set to ALL. The fix constituted in using TrackerStore.retrieve_full_tracker method instead of TrackerStore.retrieve method in the function handling the GET /conversations/{conversation_id}/tracker endpoint. Implemented or updated this method across all tracker store subclasses.
    • The GET /conversations/{conversation_id}/story endpoint was not returning all the stories for all sessions when all_sessions query parameter was set to true. The fix constituted in using all events of the tracker to be converted in stories instead of only the applied_events.
  • #12189: Make custom actions inheriting from rasa-sdk FormValidationAction parent class an exception of the selective_domain rule and always send them domain.