@@ -9,7 +9,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
99
1010[ How to upgrade to the latest version!] ( https://unicorn-binance-websocket-api.docs.lucit.tech/readme.html#installation-and-upgrade )
1111
12- ## 2.9.0.dev (development stage/unreleased/unstable)
12+ ## 2.10.0.dev (development stage/unreleased/unstable)
13+
14+ ## 2.10.0
1315### Added
1416- New ` Websocket API Spot ` functions:
1517 - ` manager.api.spot.cancel_and_replace_order() `
@@ -20,21 +22,26 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
2022 - ` manager.api.spot.get_ui_klines() `
2123 - ` manager.api.spot.get_recent_trades() `
2224 - ` manager.api.spot.get_unfilled_order_count() `
23- - Support for ` Websocket API Futures ` :
24- - ` manager.api.futures.get_account_status() `
25+ - Full Support for ` Websocket API Futures ` :
2526 - ` manager.api.futures.cancel_order() `
2627 - ` manager.api.futures.create_order() `
27- - ` manager.api.futures.get_account_status() ` (v1+v2)
2828 - ` manager.api.futures.get_account_balance() ` (v1+v2)
29+ - ` manager.api.futures.get_account_position() ` (v1+v2)
30+ - ` manager.api.futures.get_account_status() ` (v1+v2)
31+ - ` manager.api.futures.get_listen_key() `
2932 - ` manager.api.futures.get_order() `
3033 - ` manager.api.futures.get_order_book() `
34+ - ` manager.api.futures.get_ticker_order_book() `
35+ - ` manager.api.futures.get_ticker_price() `
36+ - ` manager.api.futures.get_server_time() `
3137 - ` manager.api.futures.modify_order() `
32-
38+ - ` manager.api.futures.ping() `
3339### Changed
34- - ujson has been replaced by orjson
40+ - ujson has been replaced by orjson (faster!)
3541- Websocket API functions are no longer available under ` manager.api ` but under ` manager.api.spot ` . In addition, there
3642 is now also ` manager.api.futures ` .
3743- No more use of deepcopy in ws api (faster!)
44+ - Enhanced logging in WS API
3845
3946## 2.9.0
4047### Added
0 commit comments