Symphony-bdk-python

Latest version: v2.7.1

Safety actively analyzes 638452 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 5

1.3.2

Bug fixes:

- 87 / PLAT-10279 Fix async calls not using truststorePath
- 88 / PLAT-10280: Handle asyncio.CancelledError

Installation:
`$ pip install sym-api-client-python==1.3.2`

1.3.1

Bug fixes:

- 80 / PLAT-10139: Added missing event handlers in AsyncDatafeedEventService
- 81 / PLAT-10225: Fix datafeed loop crash for events without id

Installation:
`$ pip install sym-api-client-python==1.3.1`

1.3.0

What's New:
- Datafeed V1 now stores and reuses the created datafeed id in a file (79). Two optional configuration fields have been added for that purpose:
json
{
"reuseDatafeedID": true,
"datafeedIdFilePath": "/some/folder/"
}

More information on these fields can be found in the [readme](https://github.com/SymphonyPlatformSolutions/symphony-api-client-python/blob/master/README.md).

Installation:

$ pip install sym-api-client-python==1.3.0

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:
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

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

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

Page 5 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.