Releases: adradr/lmax-python-sdk
Releases · adradr/lmax-python-sdk
Release lmax-python-sdk v5.0.0
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
♻️ (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
Merge branch 'main' of https://github.com/adradr/lmax-python-sdk
Release lmax-python-sdk v1.0.8
Merge branch 'main' of https://github.com/adradr/lmax-python-sdk
Release lmax-python-sdk v1.0.7
Merge branch 'main' of https://github.com/adradr/lmax-python-sdk
Release lmax-python-sdk v1.0.6
Merge branch 'main' of https://github.com/adradr/lmax-python-sdk
Release lmax-python-sdk v1.0.5
Merge branch 'main' of https://github.com/adradr/lmax-python-sdk
Release lmax-python-sdk v1.0.4
Merge branch 'main' of https://github.com/adradr/lmax-python-sdk
Release lmax-python-sdk v1.0.3
Merge branch 'main' of https://github.com/adradr/lmax-python-sdk
Release lmax-python-sdk v1.0.2
Merge branch 'main' of https://github.com/adradr/lmax-python-sdk