Skip to content

Commit

Permalink
prepared release of version 2.8.1 (#9183)
Browse files Browse the repository at this point in the history
* update rasa-sdk

* prepared release of version 2.8.1

* update lock
  • Loading branch information
joejuzl authored Jul 22, 2021
1 parent 0101319 commit 1adadee
Show file tree
Hide file tree
Showing 6 changed files with 186 additions and 172 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,25 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [2.8.1] - 2021-07-22
### Improvements
- [#9085](https://github.com/rasahq/rasa/issues/9085): Add support for `cafile` parameter in `endpoints.yaml`.
This will load a custom local certificate file and use it when making requests to that endpoint.

For example:

```yaml
action_endpoint:
url: https://localhost:5055/webhook
cafile: ./cert.pem
```

This means that requests to the action server `localhost:5055` will use the certificate `cert.pem` located in the current working directory.

### Bugfixes
- [#9182](https://github.com/rasahq/rasa/issues/9182): Fixes wrong overriding of `epochs` parameter when `TEDPolicy` or `UnexpecTEDIntentPolicy` is not loaded in finetune mode.


## [2.8.0] - 2021-07-12
### Deprecations and Removals
- [#9045](https://github.com/rasahq/rasa/issues/9045): The option `model_confidence=linear_norm` is deprecated and will be removed in Rasa Open Source `3.0.0`.
Expand Down
12 changes: 0 additions & 12 deletions changelog/9085.improvement.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/9182.bugfix.md

This file was deleted.

Loading

0 comments on commit 1adadee

Please sign in to comment.