Skip to content

Commit

Permalink
prepared release of version 3.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vcidst committed May 27, 2024
1 parent 7ad5602 commit c9bccee
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ https://github.com/RasaHQ/rasa-private/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.8.6] - 2024-05-27
Rasa Pro 3.8.6 (2024-05-27)
### Improvements
- [#619](https://github.com/rasahq/rasa/issues/619): Adds `tracker_state` attribute to `OutputChannel`. It simplifies the access of tracker state for custom channel connector with `CollectingOutputChannel.tracker_state`.

### Bugfixes
- [#581](https://github.com/rasahq/rasa/issues/581): If a button in a response does not have a payload, socketio channel will use
the title as payload by default rather than throwing an exception.


## [3.8.5] - 2024-05-03
Rasa Pro 3.8.5 (2024-05-03)
Expand Down
2 changes: 0 additions & 2 deletions changelog/581.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/619.improvement.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-pro"
version = "3.8.5"
version = "3.8.6"
description = "State-of-the-art open-core Conversational AI framework for Enterprises that natively leverages generative AI for effortless assistant development."
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.8.5"
__version__ = "3.8.6"

0 comments on commit c9bccee

Please sign in to comment.