Skip to content

Releases: RasaHQ/rasa-sdk

3.9.0

03 Jul 11:33
66bb132
Compare
Choose a tag to compare

Rasa_Sdk 3.9.0 (2024-07-03)

Features

  • #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: Tracing is supported for actions called over gRPC protocol.

Miscellaneous internal changes

[3.9.0.dev2] - 2024-06-04

Rasa_Sdk 3.9.0.dev2 (2024-06-04)

Miscellaneous internal changes

[3.9.0.dev1] - 2024-05-22

Rasa_Sdk 3.9.0.dev1 (2024-05-22)

No significant changes.

3.9.0rc3

28 Jun 15:11
d647767
Compare
Choose a tag to compare

Pre-release version

3.9.0rc2

26 Jun 14:15
bb4ba0d
Compare
Choose a tag to compare

Pre-release version

3.9.0rc1

19 Jun 10:43
c69c9fe
Compare
Choose a tag to compare

Pre-release version

3.8.0

03 Apr 09:36
8525dce
Compare
Choose a tag to compare

Rasa_Sdk 3.8.0 (2024-04-03)

Improvements

  • #1072: Add an --endpoint flag to the rasa_sdk CLI to enable tracing configuration.
  • #1073: Instrument ActionExecutor.run method.
  • #1074: Instrument ValidationAction.run method and extract attributes class_name, sender_id, action_name and slots_to_validate.
  • #1075: Implement functionality that enables creating additional spans within custom actions.
  • #1076: Instrument ActionExecutor._create_api_response and extract slots, events, utters and message_count attributes.
  • #1077: Instrument ValidationAction._extract_validation_events and FormValidationAction._extract_validation_events and extract validated_events and slots attributes.
  • #1078: Add a stack property to the Tracker class which corresponds to the dialogue stack.

Bugfixes

  • #1054: Upgrade Certifi to fix Improper Following of a Certificate's Chain of Trust.

3.8.0rc2

15 Mar 13:13
6aa3d2a
Compare
Choose a tag to compare

Pre-release version

3.8.0rc1

13 Mar 13:47
3f6cf80
Compare
Choose a tag to compare

Pre-release version

3.8.0b1.dev2

09 Jan 15:35
531f3f4
Compare
Choose a tag to compare

Pre-release version

3.7.1

03 Jan 08:32
e1233db
Compare
Choose a tag to compare

Rasa_Sdk 3.7.1 (2024-01-02)

Bugfixes

  • #1055: Upgrade Certifi to fix Improper Following of a Certificate's Chain of Trust.

3.8.0b1.dev1

11 Dec 14:08
8cf2f5f
Compare
Choose a tag to compare

Pre-release version