3.8.0
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 attributesclass_name
,sender_id
,action_name
andslots_to_validate
. - #1075: Implement functionality that enables creating additional spans within custom actions.
- #1076: Instrument
ActionExecutor._create_api_response
and extractslots
,events
,utters
andmessage_count
attributes. - #1077: Instrument
ValidationAction._extract_validation_events
andFormValidationAction._extract_validation_events
and extractvalidated_events
andslots
attributes. - #1078: Add a
stack
property to theTracker
class which corresponds to the dialogue stack.
Bugfixes
- #1054: Upgrade
Certifi
to fix Improper Following of a Certificate's Chain of Trust.