Skip to content

Commit

Permalink
prepared release of version 3.6.3 (#12687)
Browse files Browse the repository at this point in the history
  • Loading branch information
Urkem committed Jul 20, 2023
1 parent 93b04e8 commit 49fa768
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,22 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.6.3] - 2023-07-20

Rasa 3.6.3 (2023-07-20)
### Improvements
- [#12637](https://github.com/rasahq/rasa/issues/12637): Added a human readable component to structlog using the `event_info` key and made it the default rendered key if present.

### Bugfixes
- [#12638](https://github.com/rasahq/rasa/issues/12638): Fix the issue with the most recent model not being selected if the owner or permissions where modified on the model file.
- [#12661](https://github.com/rasahq/rasa/issues/12661): Fixed `BlockingIOError` which occured as a result of too large data passed to strulogs.

### Improved Documentation
- [#12659](https://github.com/rasahq/rasa/issues/12659): Update action server documentation with new capability to extend Sanic features by using plugins.
Update rasa-sdk dependency to version 3.6.1.
- [#12663](https://github.com/rasahq/rasa/issues/12663): Updated commands with square brackets e.g (`pip install rasa[spacy]`) to use quotes (`pip install 'rasa[spacy]'`) for compatibility with zsh in docs.


## [3.6.2] - 2023-07-06

Rasa 3.6.2 (2023-07-06)
Expand Down
1 change: 0 additions & 1 deletion changelog/12637.improvement.md

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/12659.doc.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/12663.doc.md

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ exclude = "((.eggs | .git | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa"
version = "3.6.2"
version = "3.6.3"
description = "Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants"
authors = [ "Rasa Technologies GmbH <hi@rasa.com>",]
maintainers = [ "Tom Bocklisch <tom@rasa.com>",]
Expand Down
2 changes: 1 addition & 1 deletion rasa/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# this file will automatically be changed,
# do not add anything but the version number here!
__version__ = "3.6.2"
__version__ = "3.6.3"

0 comments on commit 49fa768

Please sign in to comment.