Skip to content

Releases: RasaHQ/rasa

3.4.15

05 Jul 11:59
4fe7222
Compare
Choose a tag to compare

Rasa 3.4.15 (2023-07-05)

Bugfixes

  • #12566: Introduce a validation step in rasa data validate command to identify non-existent paths and empty domains.
  • #12568: Rich responses containing buttons with parentheses characters are now correctly parsed.
    Previously any characters found between the first identified pair of () in response button took precedence.

Miscellaneous internal changes

3.6.1

04 Jul 14:11
9911381
Compare
Choose a tag to compare

Rasa 3.6.1 (2023-07-03)

Improvements

  • #12533: Add building multi-platform Docker image (amd64/arm64)
  • #12543: Switch struct log to FilteringBoundLogger in order to retain log level set in the config.
  • #12560: Add new anonymizable structlog keys.

Bugfixes

  • #12516: Add rasa_events to the list of anonymizable structlog keys and rename structlog keys.
  • #12521: Introduce a validation step in rasa data validate and rasa train commands to identify non-existent paths and empty domains.
  • #12556: Rich responses containing buttons with parentheses characters are now correctly parsed.
    Previously any characters found between the first identified pair of () in response button took precedence.

Improved Documentation

  • #12371: Update wording in Rasa Pro installation page.
  • #12505: Document new PII Management section.
  • #12527: Added Documentation for Realtime Markers Section.
  • #12579: Add "Rasa Pro Change Log" to documentation.
  • #12581: Document new Load Testing Guidelines section.
  • #12597: Changes the formatting of realtime markers documentation page

3.6.1a1

27 Jun 16:44
d0031df
Compare
Choose a tag to compare

Pre-release version

3.5.12

23 Jun 09:37
429f104
Compare
Choose a tag to compare

Rasa 3.5.12 (2023-06-23)

Bugfixes

  • #12534: Rich responses containing buttons with parentheses characters are now correctly parsed.
    Previously any characters found between the first identified pair of () in response button took precedence.

Miscellaneous internal changes

3.6.0

14 Jun 15:12
39edabd
Compare
Choose a tag to compare

Rasa 3.6.0 (2023-06-14)

Deprecations and Removals

Improvements

  • #11222: Add optional property ids to the nlg server request body.
    IDs will be transmitted to the NLG server and can be used to identify the response variation that should be used.

  • #11775: Add building Docker container for arm64 (e.g. to allow running Rasa inside docker on M1/M2).

  • #12162: Add support for Location data from Whatsapp on Twilio Channel

  • #12324: Add validation to rasa train to align validation expectations with rasa data validate.
    Add --skip-validation flag to disable validation and --fail-on-validation-warnings, --validation-max-history to rasa train to have the same options as rasa data validate.

  • #12453: Updated tensorflow to version 2.11.1 for all platforms except Apple Silicon which stays on 2.11.0 as 2.11.1 is not available yet

  • #12454: Slot mapping conditions accept active_loop specified as null in those cases when slots with this mapping condition
    should be filled only outside form contexts.

  • #12487: Add an optional description key to the Markers Configuration format. This can be used to add documentation and context about marker's usage. For example, a markers.yml can look like

    marker_name_provided:
      description: “Name slot has been set”
      slot_was_set: name
    
    marker_mood_expressed:
      description: “Unhappy or Great Mood was expressed”
      or:
        - intent: mood_unhappy
        - intent: mood_great

Bugfixes

  • #12467: Fix running custom form validation to update required slots at form activation when prefilled slots consist only of slots
    that are not requested by the form.

Improved Documentation

  • #12145: Explicitly set Node.js version to 12.x in order to run Docusaurus.
  • #12160: Update obselete commands in docs README.
  • #12168: Correct docker image name for deploy-rasa-pro-services in docs.
  • #12169: Update Compatibility Matrix.
  • #12266: Implement rasa data split stories to split stories data into train/test parts.
  • #12362: Updated knowledge base action docs to reflect the improvements made in knowledge base actions in Rasa 3.6 version. This enhancement now allows users to query for the object attribute without the need for users to request a list of objects of a particular object type beforehand. The docs update mentions this under :::info New in 3.6 section.
  • #12504: Fix dead link in Analytics documentation.

Miscellaneous internal changes

3.4.14

09 Jun 08:50
daf0466
Compare
Choose a tag to compare

Rasa 3.4.14 (2023-06-08)

Bugfixes

  • #12467: Fix running custom form validation to update required slots at form activation when prefilled slots consist only of slots
    that are not requested by the form.

3.5.11

08 Jun 13:21
d27fbde
Compare
Choose a tag to compare

Rasa 3.5.11 (2023-06-08)

Bugfixes

  • #12467: Fix running custom form validation to update required slots at form activation when prefilled slots consist only of slots
    that are not requested by the form.

Merge pull request #12440 from RasaHQ/prepare-release-3.5.10

24 May 07:43
1ed293a
Compare
Choose a tag to compare

Rasa 3.5.10 (2023-05-23)

Improved Documentation

  • #12437: Added documentation for spaces alpha

Merge pull request #12420 from RasaHQ/prepare-release-3.5.9

22 May 07:56
9a5f6dd
Compare
Choose a tag to compare

Rasa 3.5.9 (2023-05-19)

No significant changes.

Merge pull request #12419 from RasaHQ/prepare-release-3.4.13

22 May 08:36
6bfc268
Compare
Choose a tag to compare

Rasa 3.4.13 (2023-05-19)

No significant changes.