Symphony-bdk-python

Latest version: v2.9.0

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

Scan your dependencies

Page 5 of 6

1.3.4

API changes:

- 119: in `send_msg_with_attachment` and `send_msg_with_attachment_async`, `path_to_attachment` parameter has been renamed to `attachment`

Bug fixes:

- 152 / PLAT-10646: Unknown event breaks DF loop
- 140: Upgraded aiohttp to 3.7.4

Documentation:

- 119: Document message attachment supported parameters

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

1.3.3

Bug fixes:

- 110 / PLAT-10466 - Handle Null Events gracefully
- 100 / PLAT-10389: Upgrade dependencies

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

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

Page 5 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.