diff --git a/docs/docs/changelog.mdx b/docs/docs/changelog.mdx index 37af1a9d251b..bae2f278032c 100644 --- a/docs/docs/changelog.mdx +++ b/docs/docs/changelog.mdx @@ -16,6 +16,20 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> +## [3.6.15] - 2023-11-30 + +Rasa 3.6.15 (2023-11-30) +### Bugfixes +- [#12965](https://github.com/rasahq/rasa/issues/12965): Fixed connection timeout to action server by setting `KEEP_ALIVE_TIMEOUT` to `120`, and reverting changes introduced in [#12886](https://github.com/rasahq/rasa/issues/12886). + + +## [3.6.14] - 2023-11-17 + +Rasa 3.6.14 (2023-11-17) +### Bugfixes +- [#12948](https://github.com/rasahq/rasa/issues/12948): Fixed UnexpecTEDIntentlessPolicy training errors that resulted from a change to batching behavior. Changed the batching behavior back to the original for all components. Made the changed batching behavior accessible in DietClassifier using `drop_small_last_batch: True`. + + ## [3.6.13] - 2023-10-23 Rasa 3.6.13 (2023-10-23) diff --git a/trivy-secret.yaml b/trivy-secret.yaml index 3b37d4aeb6e1..65d9161a624a 100644 --- a/trivy-secret.yaml +++ b/trivy-secret.yaml @@ -2,6 +2,12 @@ allow-rules: - id: docs/docs/deploy/deploy-rasa.mdx description: Example service account in docs path: docs/docs/deploy/deploy-rasa.mdx + - id: docs/versioned_docs/version-3.x/deploy/deploy-rasa.mdx + description: Example service account in docs + path: docs/versioned_docs/version-3.x/deploy/deploy-rasa.mdx + - id: docs/versioned_docs/version-3.x/deploy/deploy-rasa-plus.mdx + description: Example service account in docs + path: docs/versioned_docs/version-3.x/deploy/deploy-rasa-plus.mdx - id: tests/conftest.py description: JWT private key used in unit testing path: tests/conftest.py