Skip to content

Commit

Permalink
Merge pull request #1095 from RasaHQ/prepare-release-3.8.0
Browse files Browse the repository at this point in the history
prepared release of version 3.8.0
  • Loading branch information
sanchariGr committed Apr 3, 2024
2 parents d08254a + 8528a20 commit 8525dce
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 10 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.8.0] - 2024-04-03

Rasa_Sdk 3.8.0 (2024-04-03)
### Improvements
- [#1072](https://github.com/rasahq/rasa-sdk/issues/1072): Add an `--endpoint` flag to the rasa_sdk CLI to enable tracing configuration.
- [#1073](https://github.com/rasahq/rasa-sdk/issues/1073): Instrument `ActionExecutor.run` method.
- [#1074](https://github.com/rasahq/rasa-sdk/issues/1074): Instrument `ValidationAction.run` method and extract attributes `class_name`, `sender_id`, `action_name` and `slots_to_validate`.
- [#1075](https://github.com/rasahq/rasa-sdk/issues/1075): Implement functionality that enables creating additional spans within custom actions.
- [#1076](https://github.com/rasahq/rasa-sdk/issues/1076): Instrument `ActionExecutor._create_api_response` and extract `slots`, `events`, `utters` and `message_count` attributes.
- [#1077](https://github.com/rasahq/rasa-sdk/issues/1077): Instrument `ValidationAction._extract_validation_events` and `FormValidationAction._extract_validation_events` and extract `validated_events` and `slots` attributes.
- [#1078](https://github.com/rasahq/rasa-sdk/issues/1078): Add a `stack` property to the `Tracker` class which corresponds to the dialogue stack.

### Bugfixes
- [#1054](https://github.com/rasahq/rasa-sdk/issues/1054): Upgrade `Certifi` to fix Improper Following of a Certificate's Chain of Trust.


## [3.7.0] - 2023-11-22

Rasa_Sdk 3.7.0 (2023-11-22)
Expand Down
1 change: 0 additions & 1 deletion changelog/1054.bugfix.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/1078.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 | .mypy_cache | .pytest_cache | build | dist))"

[tool.poetry]
name = "rasa-sdk"
version = "3.8.0rc2"
version = "3.8.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
2 changes: 1 addition & 1 deletion rasa_sdk/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.0rc2"
__version__ = "3.8.0"

0 comments on commit 8525dce

Please sign in to comment.