Skip to content

Commit

Permalink
Merge pull request #1121 from RasaHQ/prepare-release-3.9.0
Browse files Browse the repository at this point in the history
prepared release of version 3.9.0
  • Loading branch information
sanchariGr authored Jul 3, 2024
2 parents 3c6a5f4 + ab241d9 commit 66bb132
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 13 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,24 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.9.0] - 2024-07-03

Rasa_Sdk 3.9.0 (2024-07-03)
### Features
- [#1109](https://github.com/rasahq/rasa-sdk/issues/1109): Rasa SDK now supports gRPC protocol.
This allows users to use gRPC to invoke custom actions.
Users can use secure (TLS) and insecure connections to communicate over gRPC.
To start action server with gRPC use `--grpc` flag.
For SSL support, users can provide `--ssl-keyfile`, `--ssl-certificate` and `--ssl-ca-file`.
Support for `--ssl-password` is not available yet due to a limitation in the gRPC Python library.

### Bugfixes
- [#1117](https://github.com/rasahq/rasa-sdk/issues/1117): Tracing is supported for actions called over gRPC protocol.

### Miscellaneous internal changes
- [#1113](https://github.com/rasahq/rasa-sdk/issues/1113), [#1120](https://github.com/rasahq/rasa-sdk/issues/1120)


## [3.9.0.dev2] - 2024-06-04

Rasa_Sdk 3.9.0.dev2 (2024-06-04)
Expand Down
6 changes: 0 additions & 6 deletions changelog/1109.feature.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/1120.misc.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.9.0rc3"
version = "3.9.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.9.0rc3"
__version__ = "3.9.0"

0 comments on commit 66bb132

Please sign in to comment.