Skip to content

Releases: RasaHQ/rasa-sdk

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.

0.13.1

28 Apr 07:58
47c6e96
Compare
Choose a tag to compare

Added

  • add formatter 'black'
  • Slots filled before the start of a form are now validated upon form start
  • In debug mode, the values of required slots for a form are now printed
    before submitting

Changed

  • validate{} functions for slots now return dictionaries of form {slot: value}
    instead of value

Fixed

  • Slots extracted from entities in user input upon calling form activation are
    now correctly validated

0.13.0

28 Apr 07:58
Compare
Choose a tag to compare

Added

  • Abstract Actions can now be subclassed
  • add warning in case of mismatched version of rasa_core and rasa_core_sdk
  • FormAction.from_trigger_intent allows slot extraction from message
    triggering the FormAction
  • Tracker.active_form now includes trigger_message attribute to allow
    access to message triggering the form

0.13.0a1

28 Feb 09:43
5da8d76
Compare
Choose a tag to compare
0.13.0a1 Pre-release
Pre-release
Merge pull request #49 from smn-snkl/abstract_forms

Abstract Action Detection