diff --git a/docs/versioned_docs/version-3.x/changelog.mdx b/docs/versioned_docs/version-3.x/changelog.mdx index a0d7ebd27de..a9a2a21fb56 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 66441bb0fdc..3f968eba630 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 0261be8e053..0683f2e7afe 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 78e7b1820ac..add3c234b72 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