Skip to content

Commit

Permalink
prepared release of version 3.5.6 (#12338)
Browse files Browse the repository at this point in the history
  • Loading branch information
ancalita authored Apr 28, 2023
1 parent b6268c3 commit b9c573c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.5.6] - 2023-04-28

Rasa 3.5.6 (2023-04-28)
### Bugfixes
- [#12280](https://github.com/rasahq/rasa/issues/12280): Addresses Regular Expression Denial of Service vulnerability in slack connector (https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS)
- [#12325](https://github.com/rasahq/rasa/issues/12325): Fix parsing of RabbitMQ URL provided in `endpoints.yml` file to include vhost path and query parameters.
Re-allows inclusion of credentials in the URL as a regression fix (this was supported in 2.x).


## [3.5.5] - 2023-04-20

Rasa 3.5.5 (2023-04-20)
Expand Down
1 change: 0 additions & 1 deletion changelog/12280.bugfix.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/12325.bugfix.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.5.5"
version = "3.5.6"
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 <[email protected]>",]
maintainers = [ "Tom Bocklisch <[email protected]>",]
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.5.5"
__version__ = "3.5.6"

0 comments on commit b9c573c

Please sign in to comment.