Releases: DogsTailFarmer/exchanges-wrapper
Releases · DogsTailFarmer/exchanges-wrapper
exchanges-wrapper 2.1.5
2.1.5 2024-03-25
Fix
- Bybit:
on_balance_update
: duplication during transfer from web-interface - Some exception handling
Update
- Dependency: Up requirements for
crypto-ws-api==2.0.7
2.1.4 2024-03-22
Update
- Refine HTTP handle errors
exchanges-wrapper 2.1.3
2.1.3 2024-03-21
Fix
- Change
datetime.now(timezone.utc).replace(tzinfo=None)
for format compatibility
Update
- HTTP handle errors, for
response.status == 400
differ pureBad Request
and other reasons
exchanges-wrapper 2.1.2
2.1.2 2024-03-19
Fix
- Some
SonarLint
issues
2.1.1 2024-03-16
Update
Bybit
:fetch_order
,fetch_order_trade_list
: deep refine- Some minor improvements
exchanges-wrapper 2.1.0
2.1.0 2024-03-15
Update
on_order_book_update
: skip partially empty eventfetch_order_trade_list
:ByBit
: removeendTime
limitexch_srv.py
: request processing is carried out in the methodsend_request
exchanges-wrapper 2.0.1
2.0.1 2024-03-11
Added for new features
gRPC
proto:OpenClientConnectionId
addreal_market
field
exchanges-wrapper 2.0.0.post1
2.0.0.post1 2024-03-10
Fix
- Incomplete description of dependencies
exchanges-wrapper 2.0.0
2.0.0 2024-03-09
Update
- Example
2.0.0b2 2024-03-08
Update
- Migrate
gRPC
from grpcio to grpclib + python-betterproto
1.4.17 2024-03-04
Update
CreateLimitOrder()
andFetchOpenOrders
: Exception handling reduced to one type- Dependency: Up requirements for
grpcio
andgrpcio-tools
to 1.62.0 - Dependency: Up requirements for aiohttp==3.9.3
exchanges-wrapper 1.4.16
1.4.16 2024-02-25
Fix
CreateLimitOrder()
: Missedtrade_id
parameter in fetch_order() call
Update
- Refine error handling in
http_client
exchanges-wrapper 1.4.15
1.4.15 2024-02-2
Fix
HTX
: order Status set oncumulative_filled_quantity
value only andstatus
from event is ignored
exchanges-wrapper 1.4.14
1.4.14 2024-02-19
Fix
- Exception in fetch_order: 'KeyError': 'commission'
fetch_order_trade_list()
: variables type inconsistent- HTX: correcting order Status depending on cumulative_filled_quantity