Skip to content

Releases: adradr/lmax-python-sdk

Release lmax-python-sdk v5.0.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 10:52
41c79ab

Implement an async version of the Websocket client aside to the previous sync version.
Dependencies used are asyncio and websockets.

Release lmax-python-sdk v4.0.13

Choose a tag to compare

@github-actions github-actions released this 16 Jul 20:13
♻️ (ws_client.py): remove unnecessary lock during subscription resending

The lock around the subscription resending is removed to simplify the code. The lock is unnecessary in this context because the WebSocket connection is already established and authenticated, ensuring that no other thread can interfere with the subscription process at this point. This change improves code readability and reduces potential deadlock scenarios.

Release lmax-python-sdk v1.0.9

Choose a tag to compare

@github-actions github-actions released this 08 Mar 11:22
Merge branch 'main' of https://github.com/adradr/lmax-python-sdk

Release lmax-python-sdk v1.0.8

Choose a tag to compare

@github-actions github-actions released this 19 Feb 12:18
Merge branch 'main' of https://github.com/adradr/lmax-python-sdk

Release lmax-python-sdk v1.0.7

Choose a tag to compare

@github-actions github-actions released this 15 Feb 11:40
Merge branch 'main' of https://github.com/adradr/lmax-python-sdk

Release lmax-python-sdk v1.0.6

Choose a tag to compare

@github-actions github-actions released this 15 Feb 10:32
Merge branch 'main' of https://github.com/adradr/lmax-python-sdk

Release lmax-python-sdk v1.0.5

Choose a tag to compare

@github-actions github-actions released this 13 Feb 14:50
Merge branch 'main' of https://github.com/adradr/lmax-python-sdk

Release lmax-python-sdk v1.0.4

Choose a tag to compare

@github-actions github-actions released this 12 Feb 17:00
Merge branch 'main' of https://github.com/adradr/lmax-python-sdk

Release lmax-python-sdk v1.0.3

Choose a tag to compare

@github-actions github-actions released this 12 Feb 16:45
Merge branch 'main' of https://github.com/adradr/lmax-python-sdk

Release lmax-python-sdk v1.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Feb 11:38
Merge branch 'main' of https://github.com/adradr/lmax-python-sdk