Skip to content

Releases: RasaHQ/rasa-sdk

3.2.3

21 Feb 10:03
18e216b
Compare
Choose a tag to compare
  • #929: Added the ability to decompress deflate encoded
    json payloads for the webhook endpoint of the
    action server.

3.5.0a2.dev1

09 Feb 17:45
83b60b9
Compare
Choose a tag to compare

Pre-release version

3.5.0a1.dev1

18 Jan 09:42
Compare
Choose a tag to compare

Pre-release version

2.8.11

22 Dec 13:06
6c85774
Compare
Choose a tag to compare
  • #912: Added the ability to decompress deflate encoded
    json payloads for the webhook endpoint of the
    action server.

3.4.0

24 Nov 10:50
ccd9a1b
Compare
Choose a tag to compare

Rasa_Sdk 3.4.0 (2022-11-23)

Improvements

  • #877: Added CLI option --logging-config-file to enable configuration of custom logs formatting.
  • #888: Add support for Python 3.10 version.

Miscellaneous internal changes

3.3.0

07 Oct 08:39
025653d
Compare
Choose a tag to compare

Rasa_Sdk 3.3.0 (2022-10-06) No significant changes.

Merge pull request #862 from RasaHQ/prepare-release-3.2.2

29 Sep 11:54
a46c5e1
Compare
Choose a tag to compare

Rasa_Sdk 3.2.2 (2022-09-26)

Improved Documentation

  • #857: The Rasa SDK documentation has moved to the Rasa Open Source repository.
    This is the last entry of this CHANGELOG. Future changes will be reflected in the Rasa Open Source CHANGELOG.

2.8.10

31 Aug 08:17
9660044
Compare
Choose a tag to compare
  • #836: Return a json response when encountering action execution exceptions. Log exceptions using logger rather than sanic default print.

2.8.7

01 Jul 08:32
cd111c4
Compare
Choose a tag to compare
  • #810: Removed Python 3.6 support.
    Updated several dependencies: sanic, httpx, websockets.

3.0.6

07 Mar 15:37
a19c69f
Compare
Choose a tag to compare
  • #719: Remove no longer necessary dependency pin for uvloop.