Releases: finos/symphony-bdk-python
symphony-bdk-python-2.8.0
Fixes
#344 from @anthony-symphony
❗ Breaking change
Due to a bug where a Form's values in Symphony Element Actions were being automatically converted, developers were not able to access the actual value inputted by the user. This bug has been resolved in 2.8.0.
However as values no longer being automatically converted, this may break existing code where it was expecting the value after it had been converted. To resolve this please check for any instances of this and convert the Symphony Element Action Form values as necessary before continuing on to the remaining workflow.
symphony-bdk-python-2.7.1
Changes
#339 Update cryptography aiohttp urllib3 from @anthony-symphony
symphony-bdk-python-2.7.0
Fixes
#330 Expose blast to OBO by @anthony-symphony in #330.
symphony-bdk-python-2.6.1
symphony-bdk-python-2.6.0
symphony-bdk-python-2.5.0
Fixes
#311 Fix Datahose loop
Dependency upgrades
#315 Fix Security CVE-2022-3602
symphony-bdk-python-2.4.1
symphony-bdk-python-2.4.0
This release provides compatibility with Python 3.10
Features
#274 Added support of user app patch
#276 Added cursor based pagination for groups api
#279 Upgraded Symphony API specs to return the parentMessageId as part of V4Message payloads
#287 Support silent message update
#284 Add accessible slash command arguments
Fixes
#294 Fix Datafeed2 id format pattern
#297 ClientConnectorSSLError and attachment filenames bugs fix
Dependency upgrades
#289 Upgrade dependencies
Documentation
#275 Fixed broken documentation links
#285 Added missing services in documentation
symphony-bdk-python-2.3.0
Features
#251 #268 Extensibility mechanism and Groups API extension
#270 Enabled DFv2 by default, logged a deprecation notice when DFv1 used
Dependency upgrades
#264 #265 Upgraded openapi generator and re-generated api and models classes from swagger specs
#272 Upgraded urllib3, pyyaml
Documentation
#267 Provided example to import message with attachment
#269 Updated PyPI package name in the getting started guide
symphony-bdk-python-2.2.1
Fixes:
#256 BDK not retrying on timeout errors