Skip to content

Commit

Permalink
Merge pull request #12507 from RasaHQ/prepare-release-3.6.0
Browse files Browse the repository at this point in the history
Prepare release 3.6.0
  • Loading branch information
sanchariGr committed Jun 14, 2023
2 parents 641700d + aa5b78d commit 39edabd
Show file tree
Hide file tree
Showing 27 changed files with 56 additions and 51 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,53 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.6.0] - 2023-06-14

Rasa 3.6.0 (2023-06-14)
### Deprecations and Removals
- [#12355](https://github.com/rasahq/rasa/issues/12355): Removed Python 3.7 support as [it reaches its end of life in June 2023](https://devguide.python.org/versions/)

### Improvements
- [#11222](https://github.com/rasahq/rasa/issues/11222): Add optional property `ids` to the nlg server request body.
IDs will be transmitted to the NLG server and can be used to identify the response variation that should be used.
- [#11775](https://github.com/rasahq/rasa/issues/11775): Add building Docker container for arm64 (e.g. to allow running Rasa inside docker on M1/M2).
- [#12162](https://github.com/rasahq/rasa/issues/12162): Add support for Location data from Whatsapp on Twilio Channel
- [#12324](https://github.com/rasahq/rasa/issues/12324): Add validation to `rasa train` to align validation expectations with `rasa data validate`.
Add `--skip-validation` flag to disable validation and `--fail-on-validation-warnings`, `--validation-max-history` to `rasa train` to have the same options as `rasa data validate`.
- [#12453](https://github.com/rasahq/rasa/issues/12453): Updated tensorflow to version 2.11.1 for all platforms except Apple Silicon which stays on 2.11.0 as 2.11.1 is not available yet
- [#12454](https://github.com/rasahq/rasa/issues/12454): Slot mapping conditions accept `active_loop` specified as `null` in those cases when slots with this mapping condition
should be filled only outside form contexts.
- [#12487](https://github.com/rasahq/rasa/issues/12487): Add an optional `description` key to the Markers Configuration format. This can be used to add documentation and context about marker's usage. For example, a `markers.yml` can look like

``` yaml
marker_name_provided:
description: “Name slot has been set”
slot_was_set: name

marker_mood_expressed:
description: “Unhappy or Great Mood was expressed”
or:
- intent: mood_unhappy
- intent: mood_great
```

### Bugfixes
- [#12467](https://github.com/rasahq/rasa/issues/12467): Fix running custom form validation to update required slots at form activation when prefilled slots consist only of slots
that are not requested by the form.

### Improved Documentation
- [#12145](https://github.com/rasahq/rasa/issues/12145): Explicitly set Node.js version to 12.x in order to run Docusaurus.
- [#12160](https://github.com/rasahq/rasa/issues/12160): Update obselete commands in docs README.
- [#12168](https://github.com/rasahq/rasa/issues/12168): Correct docker image name for `deploy-rasa-pro-services` in docs.
- [#12169](https://github.com/rasahq/rasa/issues/12169): Update Compatibility Matrix.
- [#12266](https://github.com/rasahq/rasa/issues/12266): Implement `rasa data split stories` to split stories data into train/test parts.
- [#12362](https://github.com/rasahq/rasa/issues/12362): Updated [knowledge base action docs](./action-server/knowledge-base-actions.mdx) to reflect the improvements made in `knowledge base actions` in Rasa 3.6 version. This enhancement now allows users to query for the `object` attribute without the need for users to request a list of `objects` of a particular `object type` beforehand. The docs update mentions this under `:::info New in 3.6` section.
- [#12504](https://github.com/rasahq/rasa/issues/12504): Fix dead link in Analytics documentation.

### Miscellaneous internal changes
- [#12291](https://github.com/rasahq/rasa/issues/12291), [#12329](https://github.com/rasahq/rasa/issues/12329), [#12332](https://github.com/rasahq/rasa/issues/12332), [#12365](https://github.com/rasahq/rasa/issues/12365), [#12372](https://github.com/rasahq/rasa/issues/12372), [#12386](https://github.com/rasahq/rasa/issues/12386), [#12492](https://github.com/rasahq/rasa/issues/12492)


## [3.5.11] - 2023-06-08

Rasa 3.5.11 (2023-06-08)
Expand Down
2 changes: 0 additions & 2 deletions changelog/11222.improvement.md

This file was deleted.

1 change: 0 additions & 1 deletion changelog/11775.improvement.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/12162.improvement.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelog/12291.misc.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/12324.improvement.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/12355.removal.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/12453.improvement.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/12454.improvement.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/12467.bugfix.md

This file was deleted.

13 changes: 0 additions & 13 deletions changelog/12487.improvement.md

This file was deleted.

2 changes: 0 additions & 2 deletions changelog/12492.misc.md

This file was deleted.

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

This file was deleted.

11 changes: 6 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions 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.11"
version = "3.6.0"
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 Expand Up @@ -111,7 +111,7 @@ colorhash = ">=1.0.2,<1.3.0"
jsonschema = ">=3.2,<4.18"
packaging = ">=20.0,<21.0"
pytz = ">=2019.1,<2023.0"
rasa-sdk = "~3.6.0a1"
rasa-sdk = "~3.6.0"
colorclass = "~2.2"
terminaltables = "~3.1.0"
sanic = "~21.12"
Expand Down Expand Up @@ -151,7 +151,6 @@ confluent-kafka = ">=1.9.2,<3.0.0"
portalocker = "^2.7.0"
structlog = "^23.1.0"
structlog-sentry = "^2.0.2"

[[tool.poetry.dependencies.dask]]
version = "2022.2.0"
python = "~=3.7.0"
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.11"
__version__ = "3.6.0"

0 comments on commit 39edabd

Please sign in to comment.