Skip to content

Releases: DogsTailFarmer/exchanges-wrapper

exchanges-wrapper 1.4.13

18 Feb 19:53
Compare
Choose a tag to compare

1.4.13 2024-02-18

Fix

  • FetchOrder(): conditions for generating a trading event(s)

exchanges-wrapper 1.4.12

12 Feb 17:19
Compare
Choose a tag to compare

1.4.12 2024-02-12

Fix

  • c_structures.OrderTradesEvent: some fields are mixed up
  • Bybit: generating a redundant order fill event
  • create_trade_stream_event: using actual order status instead of estimated status

1.4.11.post1 2024-02-11

Fix

  • Bitfinex: setting original order quantity for placed order when first getting event is te type

exchanges-wrapper 1.4.11

11 Feb 13:52
Compare
Choose a tag to compare

1.4.11 2024-02-11

Fix

  • Bitfinex: use symbol parameter for cancel all order

exchanges-wrapper 1.4.10

09 Feb 09:11
Compare
Choose a tag to compare

1.4.10 2024-02-09

Fix

  • Generate trading events on the partial filled missing event
  • Dependency: Rollback grpcio and grpcio-tools to 1.48.2

exchanges-wrapper 1.4.9

07 Feb 17:10
Compare
Choose a tag to compare

1.4.9 2024-02-07

Fix

  • Some minor fixes

1.4.9b5 2024-02-07

Update

  • Dependency: Up requirements for grpcio and grpcio-tools to 1.60.1

1.4.9b3 2024-02-07

Update

  • Bitfinex: refining order processing

1.4.9b2 2024-02-05

Fix

  • Binance: TransferToMaster: sentence Email address should be encoded. e.g. [email protected] should be encoded into alice%40test.com from API docs the are False, must be content += urlencode(kwargs["params"], safe="@")

Update

  • HTX: changed deprecated endpoint "v1/common/symbols" to "v1/settings/common/market-symbols"
  • Binance: GET /api/v3/exchangeInfo from response remove deprecated quotePrecision

exchanges-wrapper 1.4.8

02 Feb 11:26
Compare
Choose a tag to compare

1.4.8 2024-02-02

Added for new features

  • Binance: TransferToMaster now can be used for collect assets on the sub-account

1.4.7.post6 2024-01-31

Fix

  • Bitfinex: order processing

1.4.7 2024-01-25

Fix

  • Bybit: filter LOT_SIZE.stepSize
  • Bitfinex: filter LOT_SIZE.stepSize

Added for new features

Update

  • Bitfinex: refine the order processing
  • Dependency: Up requirements for Python>=3.9

exchanges-wrapper 1.4.6

06 Jan 16:22
Compare
Choose a tag to compare

v1.4.6 2024-01-06

Update

  • FetchOrder: Bitfinex: generate trades events for orders older than the last two weeks

exchanges-wrapper 1.4.5

05 Jan 15:00
Compare
Choose a tag to compare

v1.4.5 2024-01-05

Fix

  • exch_client.py init error

Update

  • replacing json with ujson to improve performance
  • Dependency: Up requirements for crypto-ws-api==2.0.6

exchanges-wrapper 1.4.4

13 Dec 16:24
Compare
Choose a tag to compare

v1.4.4 2023-12-13

Update

  • Before send cancel order result checking if it was be executed and generating trade event
  • Rollback 1.4.3
    • Binance: in create Limit order parameters adding parameter "selfTradePreventionMode": "NONE"

exchanges-wrapper 1.4.2

11 Dec 18:29
Compare
Choose a tag to compare

v1.4.2 2023-12-11

Update

  • Some minor improvements