Skip to content

Releases: RasaHQ/rasa

3.7.0a1

08 Aug 10:51
0e7635b
Compare
Choose a tag to compare

Pre-release version

3.6.4

21 Jul 13:51
31a5c16
Compare
Choose a tag to compare

Rasa 3.6.4 (2023-07-21)

Bugfixes

  • #12575: Extract conditional response variation and channel variation filtering logic into a separate component.
    Enable usage of this component in the NaturalLanguageGenerator subclasses (e.g. CallbackNaturalLanguageGenerator, TemplatedNaturalLanguageGenerator).
    Amend nlg_request_format to include a single response ID string field, instead of a list of IDs.

Improved Documentation

  • #12663: Updated commands with square brackets e.g (pip install rasa[spacy]) to use quotes (pip install 'rasa[spacy]') for compatibility with zsh in docs.

3.5.15

21 Jul 13:26
7614623
Compare
Choose a tag to compare

Rasa 3.5.15 (2023-07-21)

No significant changes.

3.7.0b2

20 Jul 16:17
96275cc
Compare
Choose a tag to compare

Pre-release version

3.6.3

20 Jul 16:37
49fa768
Compare
Choose a tag to compare

Rasa 3.6.3 (2023-07-20)

Improvements

  • #12637: Added a human readable component to structlog using the event_info key and made it the default rendered key if present.

Bugfixes

  • #12638: Fix the issue with the most recent model not being selected if the owner or permissions where modified on the model file.
  • #12661: Fixed BlockingIOError which occured as a result of too large data passed to strulogs.

Improved Documentation

  • #12659: Update action server documentation with new capability to extend Sanic features by using plugins.
    Update rasa-sdk dependency to version 3.6.1.
  • #12663: Updated commands with square brackets e.g (pip install rasa[spacy]) to use quotes (pip install 'rasa[spacy]') for compatibility with zsh in docs.

Merge pull request #12643 from RasaHQ/prepare-release-3.5.14

12 Jul 12:51
bc3a538
Compare
Choose a tag to compare

Rasa 3.5.14 (2023-07-12)

Bugfixes

  • #12639: Fix the issue with the most recent model not being selected if the owner or permissions where modified on the model file.

Miscellaneous internal changes

Merge pull request #12642 from RasaHQ/prepare-release-3.4.16

11 Jul 18:34
a3e1717
Compare
Choose a tag to compare

Rasa 3.4.16 (2023-07-11)

Bugfixes

  • #12640: Fix the issue with the most recent model not being selected if the owner or permissions where modified on the model file.

Miscellaneous internal changes

Merge pull request #12641 from RasaHQ/prepare-release-3.3.12

11 Jul 13:44
63e4e28
Compare
Choose a tag to compare

Rasa 3.3.12 (2023-07-11)

Miscellaneous internal changes

3.7.0b1

06 Jul 19:06
b059322
Compare
Choose a tag to compare

Pre-release version

3.5.13

05 Jul 13:14
89b1ddd
Compare
Choose a tag to compare

Rasa 3.5.13 (2023-07-05)

Bugfixes

  • #12549: Introduce a validation step in rasa data validate command to identify non-existent paths and empty domains.