Skip to content

Commit

Permalink
prepared release of version 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing committed May 18, 2021
1 parent 2f869ca commit 89e5639
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 16 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,30 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [2.6.2] - 2021-05-18


### Bugfixes
- [#8364](https://github.com/rasahq/rasa/issues/8364): Fixed a bug where [`ListSlot`](domain.mdx#list-slot)s were filled with single items
in case only one matching entity was extracted for this slot.

Values applied to [`ListSlot`](domain.mdx#list-slot)s will be converted to a `List`
in case they aren't one.
- [#8581](https://github.com/rasahq/rasa/issues/8581): Fix bug with false rule conflicts

This essentially reverts [PR 8446](https://github.com/RasaHQ/rasa/pull/8446/files), except for the tests.
The PR is redundant due to [PR 8646](https://github.com/RasaHQ/rasa/pull/8646/files).
- [#8590](https://github.com/rasahq/rasa/issues/8590): Handle `AttributeError ` thrown by empty slot mappings in domain form through refactoring.
- [#8631](https://github.com/rasahq/rasa/issues/8631): Fixed incorrect `The action 'utter_<response selector intent>' is used in the stories, but is not a valid utterance action`
error when running `rasa data validate` with response selector responses in the domain file.

### Improved Documentation
- [#8079](https://github.com/rasahq/rasa/issues/8079): Added a note to clarify best practice for resetting all slots after form deactivation.

### Miscellaneous internal changes
- [#8587](https://github.com/rasahq/rasa/issues/8587)


## [2.6.1] - 2021-05-11


Expand Down
1 change: 0 additions & 1 deletion changelog/8079.doc.md

This file was deleted.

5 changes: 0 additions & 5 deletions changelog/8364.bugfix.md

This file was deleted.

4 changes: 0 additions & 4 deletions changelog/8581.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/8587.misc.md

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/8631.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 = "2.6.1"
version = "2.6.2"
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__ = "2.6.1"
__version__ = "2.6.2"

0 comments on commit 89e5639

Please sign in to comment.