Releases: finos/symphony-bdk-python
v2.11.1
What's Changed
- CAIP-119 Fix datahose loop by @catalinsymphony in #376
Full Changelog: v2.11.0...v2.11.1
v2.11.0
What's Changed
- CAIP-45 CAIP-46 CAIP-47 Update generated APIs by @catalinsymphony in #362
- Fixed broken links by @thibauult in #364
- CAIP-85 Update multiple packages by @catalinsymphony in #365
- CAIP-79 added support for SKD for bot by @broHeryk in #366
- bump version to 2.11.0-beta by @broHeryk in #367
- CAIP-45 Update documentation by @catalinsymphony in #368
- CAIP-80 add a few e2e test scenarious by @broHeryk in #369
- CAIP-93 Removed ability to create MIM by @catalinsymphony in #370
- CAIP-94 Added Update message to OBO by @catalinsymphony in #371
- CAIP-9 extend tooling with ruff formatter by @broHeryk in #372
Note
async def create_im_or_mim(self, user_ids: [int])
was removed from stream service as MIMs are deprecated for several years.
Instead you should use: async def create_im(self, user_id: int)
New Contributors
- @catalinsymphony made their first contribution in #362
Full Changelog: v2.10.0...v2.11.0
symphony-bdk-python-2.11.0-beta SKD support
What's Changed
- CAIP-45 CAIP-46 CAIP-47 Update generated APIs by @catalinsymphony in #362
- Fixed broken links by @thibauult in #364
- CAIP-85 Update multiple packages by @catalinsymphony in #365
- CAIP-79 added support for SKD for bot by @broHeryk in #366
- bump version to 2.11.0-beta by @broHeryk in #367
New Contributors
- @catalinsymphony made their first contribution in #362
Full Changelog: v2.10.0...v2.11.0-beta
symphony-bdk-python-2.10.0
What's Changed
- Fix version in git actions and use customised PyJWT to bypass subject verification by @broHeryk in #355
- CAIP-8 extended jwt tests and add support for the latest versions by @broHeryk in #356
New Contributors
Full Changelog: 1.3.0...v2.10.0
symphony-bdk-python-2.9.1
symphony-bdk-python-2.9.0
Changes
#350 Add a new auth_token property to AuthSession from @broHeryk
#347 Readme update from @Haoyu-Gao
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.