From 462d908f3ccc14ec459d8415716318266478647b Mon Sep 17 00:00:00 2001 From: GitHub CI Date: Mon, 4 Mar 2024 17:17:52 +0000 Subject: [PATCH] AUTO docusaurus 20240304 --- docs/versioned_docs/version-3.x/changelog.mdx | 7 +++++++ .../version-3.x/sources/rasa_interactive___help.txt | 2 +- .../version-3.x/sources/rasa_shell___help.txt | 2 +- docs/versioned_docs/version-3.x/variables.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/versioned_docs/version-3.x/changelog.mdx b/docs/versioned_docs/version-3.x/changelog.mdx index a0d7ebd27de6..a9a2a21fb56b 100644 --- a/docs/versioned_docs/version-3.x/changelog.mdx +++ b/docs/versioned_docs/version-3.x/changelog.mdx @@ -16,6 +16,13 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [3.6.19] - 2024-03-04 + +Rasa 3.6.19 (2024-03-04) +### Bugfixes +- [#13019](https://github.com/rasahq/rasa/issues/13019): Changed the ordering of returned events to order by ID (previously timestamp) in SQL Tracker Store + + ## [3.6.18] - 2024-02-23 Rasa 3.6.18 (2024-02-23) diff --git a/docs/versioned_docs/version-3.x/sources/rasa_interactive___help.txt b/docs/versioned_docs/version-3.x/sources/rasa_interactive___help.txt index 66441bb0fdcd..3f968eba630a 100644 --- a/docs/versioned_docs/version-3.x/sources/rasa_interactive___help.txt +++ b/docs/versioned_docs/version-3.x/sources/rasa_interactive___help.txt @@ -39,7 +39,7 @@ options: --conversation-id CONVERSATION_ID Specify the id of the conversation the messages are in. Defaults to a UUID that will be randomly - generated. (default: 9ba867a8817147f9ae870dfd7908d8cc) + generated. (default: 03baa26beb2f4f568a15dbe08ed31a94) --endpoints ENDPOINTS Configuration file for the model server and the connectors as a yml file. (default: endpoints.yml) diff --git a/docs/versioned_docs/version-3.x/sources/rasa_shell___help.txt b/docs/versioned_docs/version-3.x/sources/rasa_shell___help.txt index 0261be8e0535..0683f2e7afe7 100644 --- a/docs/versioned_docs/version-3.x/sources/rasa_shell___help.txt +++ b/docs/versioned_docs/version-3.x/sources/rasa_shell___help.txt @@ -30,7 +30,7 @@ options: -h, --help show this help message and exit --conversation-id CONVERSATION_ID Set the conversation ID. (default: - 39ef71936f8f41f288953f66100901a9) + b537637cbc994050aa9ff86145dff77b) -m MODEL, --model MODEL Path to a trained Rasa model. If a directory is specified, it will use the latest model in this diff --git a/docs/versioned_docs/version-3.x/variables.json b/docs/versioned_docs/version-3.x/variables.json index 78e7b1820ac6..add3c234b720 100644 --- a/docs/versioned_docs/version-3.x/variables.json +++ b/docs/versioned_docs/version-3.x/variables.json @@ -1,4 +1,4 @@ { - "release": "3.6.18", + "release": "3.6.19", "rasa_sdk_version": "3.6.2" } \ No newline at end of file