From 8ef5fe3a5302f55666c320577de28b20ec4cd906 Mon Sep 17 00:00:00 2001 From: c9s Date: Wed, 27 Apr 2022 13:02:18 +0800 Subject: [PATCH] add v1.31.0 release note --- doc/release/v1.31.0.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/release/v1.31.0.md diff --git a/doc/release/v1.31.0.md b/doc/release/v1.31.0.md new file mode 100644 index 000000000..fbf13b1c7 --- /dev/null +++ b/doc/release/v1.31.0.md @@ -0,0 +1,23 @@ +## Fixes + +- Fixed and improved the trade sync. +- Fixed MAX order history sync with the new order history api. + +## Features + +- Added more sync options for deposit history, withdraw history and reward history. +- Added strategy controller for suspend, resume a strategy. thanks @andycheng123! +- Added more indicators. thanks @zenixls2! + +## Strategy + +- Added autoborrow strategy (this is currently for binance only) +- Added factorzoo strategy. thanks @austin362667! +- Added elliott wave oscillator strategy. thhanks @zenixls2! + +## Internal + +- Upgraded rockhopper migration library for the new APIs. +- Added mutex lock to the account object. +- Refactored and rewrote the MAX API with requestgen. +- Added grpc python client, thanks @narumiruna!