Skip to content

Commit

Permalink
Add changelog for gRPC
Browse files Browse the repository at this point in the history
  • Loading branch information
radovanZRasa committed Jun 18, 2024
1 parent d4b112d commit 0431530
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog/1109.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
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.

0 comments on commit 0431530

Please sign in to comment.