Releases: finos/symphony-bdk-python
Releases · finos/symphony-bdk-python
symphony-api-client-python-1.2.0
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:
{
"datafeedVersion": "v2"
}
Bug fixes:
- Reorganized imports and formatted code (#67)
- Fixed emojis bug (#70)
- Update docstring of StreamClient#update_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
symphony-api-client-python-1.1.4
What's New:
- Added "cache-control" header value to pod and agent sessions
- Bug fixes in SymBotClient and StreamClient
- Updated requirements.txt to allow developers to pip install editable version
- fixed bug in test_MessagesClient.py
- Added AsyncElementsListener Class to elements_listener_test_imp.py
- Updated sub packages included in requirements.txt
Installation:
$ pip install sym-api-client-python==1.1.4
symphony-api-client-python-1.1.0
What's New:
- Added support for elements 1.1 datafeed payload in processors/SymElementsParser class
Installation:
$ pip install sym-api-client-python==1.1.0