- undid Removed unused `tracker` argument from `utter_template` and `utter_button_template` methods as it resulted in compatibility issues
1.3.0
Not secure
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
Not secure
Compatibility release for Rasa 1.2.0. There have not been any additional changes.
1.1.1
Not secure
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
Not secure
Compatibility release for Rasa 1.1.0. There have not been any additional changes.
1.0.0
Not secure
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