Skip to content

Commit

Permalink
Update missed changlog - main/unreleased (#12991)
Browse files Browse the repository at this point in the history
* update changelog
  • Loading branch information
varunshankar committed Jan 11, 2024
1 parent ddb7615 commit 56158e3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [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`.

Check warning on line 30 in docs/docs/changelog.mdx

View workflow job for this annotation

GitHub Actions / Typo CI

UnexpecTEDIntentlessPolicy

"UnexpecTEDIntentlessPolicy" is a typo. Did you mean "UnexpectedTEDIntentnessPolicy"?


## [3.6.13] - 2023-10-23

Rasa 3.6.13 (2023-10-23)
Expand Down
6 changes: 6 additions & 0 deletions trivy-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56158e3

Please sign in to comment.