What's New:
- Specifying the context path fields in config.json for pod, agent, sessionAuth, kmAuth url. (74)
- DatafeedV2 implementation. (68)
Now bot developers can handle the datafeed events by using datafeed v2 service. Datafeed v1 is still used by default, developers can switch to datafeed v2 by specifying the expected datafeed version in config.json file as such:
json
{
"datafeedVersion": "v2"
}
Bug fixes:
- Reorganized imports and formatted code (67)
- Fixed emojis bug (70)
- Update docstring of StreamClientupdate_room (72)
- Removed logging of datafeed event content (73)
- Put info logs into debug logs (75)
Installation:
$ pip install sym-api-client-python==1.2.0