Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2.0.0 rc3 Release #193

Merged
merged 9 commits into from
Dec 16, 2022
Merged

V2.0.0 rc3 Release #193

merged 9 commits into from
Dec 16, 2022

Conversation

jonte-z
Copy link
Contributor

@jonte-z jonte-z commented Dec 16, 2022

2.0.0rc3 - 2022-12-16

Removed

  • Python 3.6 Support Removed
  • Futures Loan Endpoints:
    • POST /sapi/v1/futures/loan/borrow - spot.futures_loan_borrow
    • POST /sapi/v1/futures/loan/repay - spot.futures_loan_repay
    • GET /sapi/v2/futures/loan/configs - spot.futures_loan_configs
    • GET /sapi/v2/futures/loan/calcAdjustLevel - spot.futures_loan_calc_adjust_level
    • GET /sapi/v2/futures/loan/calcMaxAdjustAmount - spot.futures_loan_calc_max_adjust_amount
    • POST /sapi/v2/futures/loan/adjustCollateral - spot.futures_loan_adjust_collateral
    • GET /sapi/v1/futures/loan/collateralRepayLimit - spot.futures_loan_collateral_repay_limit
    • GET /sapi/v1/futures/loan/collateralRepay - spot.futures_loan_collateral_repay_quote
    • POST /sapi/v1/futures/loan/collateralRepay - spot.futures_loan_repay
    • GET /sapi/v1/futures/loan/collateralRepayResult - spot.futures_loan_collateral_repay_result

Added

  • New Margin Endpoint:
    • GET /sapi/v1/margin/tradeCoeff - Get Summary of Margin Account
  • Re: cancelReplace no data output partial fail #184 - Exception handling now returns Raw Data instead of just Error Codes and Error Messages.
  • Websocket Enhancements
    • Added support for passing list of symbols on all relevant Websocket endpoints to support subscription to multiple streams.
    • Stream Identification for when multiple streams are subscribed to at once. Allows users to easily identify which data belongs to which stream.
  • examples/config.ini to globally set API and Secret Keys to apply in all example files

Fixed

  • Twisted reactor hanging in some situations due to the main thread not exiting cleanly

@2pd 2pd self-requested a review December 16, 2022 06:19
@jonte-z jonte-z merged commit ccad32e into master Dec 16, 2022
@jonte-z jonte-z deleted the v2.0.0-rc3 branch December 16, 2022 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants