Releases: RasaHQ/rasa-sdk
Releases · RasaHQ/rasa-sdk
2.8.11
- #912: Added the ability to decompress deflate encoded
json payloads for the webhook endpoint of the
action server.
3.4.0
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
Rasa_Sdk 3.3.0 (2022-10-06) No significant changes.
Merge pull request #862 from RasaHQ/prepare-release-3.2.2
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
- #836: Return a json response when encountering action execution exceptions. Log exceptions using logger rather than sanic default print.
2.8.7
- #810: Removed Python 3.6 support.
Updated several dependencies: sanic
, httpx
, websockets
.
3.0.6
- #719: Remove no longer necessary dependency pin for
uvloop
.