Skip to content

Releases: RasaHQ/rasa-sdk

2.8.1

22 Jul 09:48
f89a6ed
Compare
Choose a tag to compare

2.8.0

12 Jul 13:39
e2be07d
Compare
Choose a tag to compare
  • #441: Slots will be validated in order they are requested. Previously, they were validated in reverse order.

    Already extracted slots are now immediately visible during extraction of subsequent slots. Same goes for validation.

2.7.0

03 Jun 10:13
6329eb0
Compare
Choose a tag to compare

No significant changes.

2.6.0

06 May 13:39
c744c54
Compare
Choose a tag to compare

Improvements

  • #261: Adding support for forms with the required_slots key which is introduced as part of Rasa Open Source 2.6.
  • #434: - The action server can now listen on a specific network address using the environment variable SANIC_HOST instead of listening on all host interfaces by default
    • Corrected url which is logged at action server startup

2.5.0

12 Apr 12:27
cd43214
Compare
Choose a tag to compare

Miscellaneous internal changes

2.4.1

23 Mar 15:28
ea4188c
Compare
Choose a tag to compare

Bugfixes

  • #419: Missing typing_extensions module added

    Minor dependency updates

  • #8223: utter_message in CollectingDispatcher now explicitly takes in both response and template. Note that the parameter template will be deprecated in Rasa SDK 3.0.0. Please use dispatcher.utter_message(response=...) instead.

2.4.0

11 Mar 12:41
f888e3a
Compare
Choose a tag to compare

Bugfixes

  • #406: Fix bug where ActionQueryKnowledgeBase incorrectly issues a template message with the string representation of the function for getting the string representation of the knowledge base item and not the actual string representation of the knowledge base item.

    For example, before the fix, the query knowledge base demo bot would utter this

    '<function ActionMyKB.init.. at 0x7fb23b7fddd0>' has the value 'True' for attribute 'breakfast-included'.
    

    instead of this:

    'Hilton (Berlin)' has the value 'True' for attribute 'breakfast-included'.
    

2.3.1

11 Feb 13:53
2491f2a
Compare
Choose a tag to compare

Bugfixes

  • #404: Only pin the uvloop dependency for non-Windows systems as uvloop is not available
    for Windows.

2.3.0

11 Feb 09:50
2db4afe
Compare
Choose a tag to compare

Features

  • #306: Added command line argument option --log-file for the action server to save logs to a log file.

    Usage :
    rasa run actions --log-file log_file.log

2.2.0

16 Dec 09:38
8d4d0fe
Compare
Choose a tag to compare

No significant changes.