Skip to content

Releases: RasaHQ/rasa-sdk

1.4.0

28 Apr 07:58
Compare
Choose a tag to compare

Added

  • Added Python 3.7 support.

Removed

  • Removed Python 2.7 support.
  • Removed Python 3.5 support.

1.3.3

28 Apr 07:58
8eb67ec
Compare
Choose a tag to compare

Added

  • SSL support, certificates can be passed with --ssl-certificate and --ssl-keyfile

1.3.2

28 Apr 07:58
Compare
Choose a tag to compare

Fixed

  • fixed TypeError on request_next_slot method of FormAction class

1.3.1

28 Apr 07:58
Compare
Choose a tag to compare

Fixed

  • undid Removed unused tracker argument from utter_template and utter_button_template
    methods as it resulted in compatibility issues

1.3.0

28 Apr 07:58
Compare
Choose a tag to compare

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

28 Apr 07:58
3c3be9a
Compare
Choose a tag to compare

Compatibility release for Rasa 1.2.0. There have not been any
additional changes.

1.1.1

28 Apr 07:58
dc7b071
Compare
Choose a tag to compare

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

28 Apr 07:58
Compare
Choose a tag to compare

Compatibility release for Rasa 1.1.0. There have not been any
additional changes.

1.0.0

28 Apr 07:58
Compare
Choose a tag to compare

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

28 Apr 07:58
Compare
Choose a tag to compare

Compatibility release for Rasa Core 0.14.0. There have not been any
additional changes when compared to 0.13.1.