Skip to content

Releases: finos/symphony-bdk-python

v2.11.2

Choose a tag to compare

@catalinsymphony catalinsymphony released this 19 Feb 12:08
f182642

What's Changed

Full Changelog: v2.11.1...v2.11.2

v3.0.0-beta

v3.0.0-beta Pre-release
Pre-release

Choose a tag to compare

@catalinsymphony catalinsymphony released this 17 Oct 09:19
60d133f

What's Changed

v2.11.1

Choose a tag to compare

@catalinsymphony catalinsymphony released this 03 Sep 13:46
a70c973

What's Changed

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

v2.11.0

Choose a tag to compare

@thibauult thibauult released this 13 Aug 11:24
5c67a1d

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

Choose a tag to compare

@broHeryk broHeryk released this 31 Jul 10:51
6b4f1fa

What's Changed

New Contributors

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

symphony-bdk-python-2.10.0

Choose a tag to compare

@yinan-symphony yinan-symphony released this 23 Jun 14:13

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

Choose a tag to compare

@yinan-symphony yinan-symphony released this 15 May 12:50

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

symphony-bdk-python-2.9.0

Choose a tag to compare

@yinan-symphony yinan-symphony released this 21 Jan 09:56

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

symphony-bdk-python-2.8.0

Choose a tag to compare

@yinan-symphony yinan-symphony released this 31 Oct 13:41

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

Choose a tag to compare

@yinan-symphony yinan-symphony released this 19 Mar 16:24

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

Fixes
#333
#335
#336