Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: finos/symphony-bdk-python

v2.11.1

03 Sep 13:46
a70c973
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.11.0...v2.11.1

v2.11.0

13 Aug 11:24
5c67a1d
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v2.10.0...v2.11.0

symphony-bdk-python-2.11.0-beta SKD support

31 Jul 10:51
6b4f1fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.0...v2.11.0-beta

symphony-bdk-python-2.10.0

23 Jun 14:13
Compare
Choose a tag to compare

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

15 May 12:50
Compare
Choose a tag to compare

Changes
#355 Fix version in git actions and use customised PyJWT to bypass subject verification from @broHeryk

symphony-bdk-python-2.9.0

21 Jan 09:56
Compare
Choose a tag to compare

Changes
#350 Add a new auth_token property to AuthSession from @broHeryk
#347 Readme update from @Haoyu-Gao

symphony-bdk-python-2.8.0

31 Oct 13:41
Compare
Choose a tag to compare

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

19 Mar 16:24
Compare
Choose a tag to compare

Changes
#339 Update cryptography aiohttp urllib3 from @anthony-symphony

Fixes
#333
#335
#336

symphony-bdk-python-2.7.0

11 Sep 15:21
Compare
Choose a tag to compare

Fixes
#330 Expose blast to OBO by @anthony-symphony in #330.

symphony-bdk-python-2.6.1

05 Jun 08:53
b6cc985
Compare
Choose a tag to compare

Fixes
#327 DF2 tag removal by @ystxn in #328.