Skip to content

Releases: DogsTailFarmer/exchanges-wrapper

exchanges-wrapper 2.1.5

26 Mar 11:49
Compare
Choose a tag to compare

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

21 Mar 16:51
Compare
Choose a tag to compare

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 pure Bad Request and other reasons

exchanges-wrapper 2.1.2

19 Mar 17:15
Compare
Choose a tag to compare

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

15 Mar 19:25
Compare
Choose a tag to compare

2.1.0 2024-03-15

Update

  • on_order_book_update: skip partially empty event
  • fetch_order_trade_list: ByBit: remove endTime limit
  • exch_srv.py: request processing is carried out in the method send_request

exchanges-wrapper 2.0.1

11 Mar 16:33
Compare
Choose a tag to compare

2.0.1 2024-03-11

Added for new features

  • gRPC proto: OpenClientConnectionId add real_market field

exchanges-wrapper 2.0.0.post1

09 Mar 21:30
Compare
Choose a tag to compare

2.0.0.post1 2024-03-10

Fix

  • Incomplete description of dependencies

exchanges-wrapper 2.0.0

09 Mar 16:49
Compare
Choose a tag to compare

2.0.0 2024-03-09

Update

  • Example

2.0.0b2 2024-03-08

Update

1.4.17 2024-03-04

Update

  • CreateLimitOrder() and FetchOpenOrders: Exception handling reduced to one type
  • Dependency: Up requirements for grpcio and grpcio-tools to 1.62.0
  • Dependency: Up requirements for aiohttp==3.9.3

exchanges-wrapper 1.4.16

25 Feb 16:21
Compare
Choose a tag to compare

1.4.16 2024-02-25

Fix

  • CreateLimitOrder(): Missed trade_id parameter in fetch_order() call

Update

  • Refine error handling in http_client

exchanges-wrapper 1.4.15

22 Feb 11:17
Compare
Choose a tag to compare

1.4.15 2024-02-2

Fix

  • HTX: order Status set on cumulative_filled_quantity value only and status from event is ignored

exchanges-wrapper 1.4.14

20 Feb 08:17
Compare
Choose a tag to compare

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