Releases: RasaHQ/rasa-sdk
Releases · RasaHQ/rasa-sdk
1.4.0
Added
- Added Python 3.7 support.
Removed
- Removed Python 2.7 support.
- Removed Python 3.5 support.
1.3.3
Added
- SSL support, certificates can be passed with --ssl-certificate and --ssl-keyfile
1.3.2
Fixed
- fixed TypeError on
request_next_slot
method of FormAction
class
1.3.1
Fixed
- undid Removed unused
tracker
argument from utter_template
and utter_button_template
methods as it resulted in compatibility issues
1.3.0
Compatibility release for Rasa 1.3.0.
Added
- add
InMemoryKnowledgeBase
implementation as a default KnowledgeBase
- add
ActionQueryKnowledgeBase
as a default action to interact with a knowledge base
Changed
- Removed unused
tracker
argument from utter_template
and utter_button_template
methods
1.2.0
Compatibility release for Rasa 1.2.0. There have not been any
additional changes.
1.1.1
Added
dispatcher.utter_image_url()
to dispatch images from custom actions
Fixed
- correct slots print in debug mode before submitting a form
1.1.0
Compatibility release for Rasa 1.1.0. There have not been any
additional changes.
1.0.0
Added
- validate events returned from action - checks for sanity
- endpoint to retrieve all registered actions at
/actions
Changed
- package renamed from
rasa_core_sdk
to rasa_sdk
- please make sure to
update your imports accordingly
0.14.0
Compatibility release for Rasa Core 0.14.0. There have not been any
additional changes when compared to 0.13.1
.