Skip to content

Commit

Permalink
Merge pull request #1050 from RasaHQ/merge-3.7.x-to-main
Browse files Browse the repository at this point in the history
Merge 3.7.x to main
  • Loading branch information
sanchariGr authored Nov 23, 2023
2 parents 9ba22ad + 65fb139 commit 7dfc2a4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.7.0] - 2023-11-22

Rasa_Sdk 3.7.0 (2023-11-22)
### Features
- [#1016](https://github.com/rasahq/rasa-sdk/issues/1016): Added tracing functionality to the Rasa SDK, bringing enhanced monitoring, execution profiling and debugging capabilities to the Rasa Actions Server.
See [Rasa Documentation on Tracing](https://rasa.com/docs/rasa/monitoring/tracing/#configuring-a-tracing-backend-or-collector) to know more about configuring a tracing backend or collector.


## [3.6.1] - 2023-07-11

Rasa_Sdk 3.6.1 (2023-07-11)
Expand Down
2 changes: 0 additions & 2 deletions changelog/1016.feature.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.7.0rc4"
version = "3.7.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 <[email protected]>",]
maintainers = [ "Tom Bocklisch <[email protected]>",]
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.7.0rc4"
__version__ = "3.7.0"

0 comments on commit 7dfc2a4

Please sign in to comment.