Skip to content

Commit

Permalink
AUTO docusaurus 20231010
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub CI committed Oct 10, 2023
1 parent b5c05fe commit ba950ce
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions docs/versioned_docs/version-3.x/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.6.12] - 2023-10-10

Rasa 3.6.12 (2023-10-10)
### Bugfixes
- [#12904](https://github.com/rasahq/rasa/issues/12904): Refresh headers used in requests (e.g. action server requests) made by `EndpointConfig` using its `headers` attribute.
- [#12906](https://github.com/rasahq/rasa/issues/12906): Upgrade `pillow` to `10.0.1` to address security vulnerability CVE-2023-4863 found in `10.0.0` version.


## [3.6.11] - 2023-10-05

Rasa 3.6.11 (2023-10-05)
Expand Down
4 changes: 2 additions & 2 deletions docs/versioned_docs/version-3.x/reference/rasa/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ Hook specification for initialising plugin telemetry.
```python
@hookspec
def mock_tracker_for_evaluation(
example: Message, model_metadata: Optional[ModelMetadata]
) -> Optional[DialogueStateTracker]
example: "Message", model_metadata: Optional["ModelMetadata"]
) -> Optional["DialogueStateTracker"]
```

Generate a mocked tracker for NLU evaluation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: dd0de03460f44163a454230d6262ef80)
generated. (default: f7e1ab52ece842389eece27b8d4c30c6)
--endpoints ENDPOINTS
Configuration file for the model server and the
connectors as a yml file. (default: endpoints.yml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ options:
-h, --help show this help message and exit
--conversation-id CONVERSATION_ID
Set the conversation ID. (default:
5f07d4d79e2e464ea58ac5235c08b5ca)
0f80b53f01c44c05b7f60a1d2871cfaf)
-m MODEL, --model MODEL
Path to a trained Rasa model. If a directory is
specified, it will use the latest model in this
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-3.x/variables.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"release": "3.6.11",
"release": "3.6.12",
"rasa_sdk_version": "3.6.2"
}

0 comments on commit ba950ce

Please sign in to comment.