Skip to content

Releases: finos/symphony-bdk-python

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.

symphony-bdk-python-2.6.0

08 Mar 09:30
8250df6
Compare
Choose a tag to compare

Fixes
#320 Prevent using bot username as Datafeed internal tag.

Dependency upgrades
#318 Feature/security scanning

symphony-bdk-python-2.5.0

24 Nov 15:16
f547cc9
Compare
Choose a tag to compare

Fixes
#311 Fix Datahose loop

Dependency upgrades
#315 Fix Security CVE-2022-3602

symphony-bdk-python-2.4.1

28 Jul 09:45
784de00
Compare
Choose a tag to compare

Fixes

  • #300 Add missing OBO services
  • #302 Bug fix: presence not working with DF2
  • #305 Fixed bug with message.data in InputTokenizer

symphony-bdk-python-2.4.0

30 Jun 10:14
10d63b9
Compare
Choose a tag to compare

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

24 Mar 08:37
d0ad2e5
Compare
Choose a tag to compare

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

25 Feb 09:22
c3979bf
Compare
Choose a tag to compare

Fixes:
#256 BDK not retrying on timeout errors

symphony-bdk-python-2.2.0

15 Feb 08:44
7c1fec8
Compare
Choose a tag to compare

Features
#249: Improve suspend user API

Dependency upgrades
#246: aiohttp, tenacity
#257: cryptography and other minor upgrades

Documentation
#250: Update documentation regarding certificate formats for cert authentication
#252: Clarified in the docs listeners must be async
#253: Documented how to achieve full concurrency across several DF events
#254: Added proxy configuration example