Rasa: 3.0.8 Release

Release date:
February 11, 2022
Previous version:
3.0.7 (released February 9, 2022)
Magnitude:
116 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

Top Contributors in 3.0.8

wochinge
johannes-e-m-mosig-10f7

Directory Browser for 3.0.8

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

Release Notes Published

  • #10394: Allow single tokens in rasa end-to-end test files to be annotated with multiple entities.

Some entity extractors (s.a. RegexEntityExtractor) can generate multiple entities from a single expression. Before this change, rasa test would fail in this case, because test stories could not be annotated correctly. New annotation option is YAML stories: - story: Some story steps: - user: | cancel my [iphone][{"entity":"iphone", "value":"iphone"},{"entity":"smartphone", "value":"true"}{"entity":"mobile_service", "value":"true"}] intent: cancel_contract

Bugfixes

  • #10865: Fixed a bug where the POST /conversations/<conversation_id>/tracker/events endpoint repeated session start events when appending events to a new tracker.