This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
Releases: scalableminds/chatroom
Releases · scalableminds/chatroom
v0.12.0
- Fixed an issue with
fetchOptions
. Now custom headers can be set. Thanks @OriginLeon PR #124
v0.10.1
Fixed a parsing issues with message originating from the Rasa REST channel:
- Messages containing both a
text
andbuttons
attribute are now supported. Thanks to @nicholasbulka for PR #112 - Messages containing both a
text
andimage
/attachment
attribute are now supported #114
v0.10.0
Switched from a custom Rasa channel integration to native support for the Rasa REST channel
- Added support for Rasa REST channel
- Removed rasa_utils and bot_server_channel.py