ZENALC / algobot

Cryptocurrency trading bot with a graphical user interface with support for simulations, backtests, optimizations, and running live bots.
GNU General Public License v3.0
905 stars 171 forks source link

Bump python-binance from 1.0.12 to 1.0.16 #188

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps python-binance from 1.0.12 to 1.0.16.

Release notes

Sourced from python-binance's releases.

v1.0.16

Added

  • pass limit param to all kline functions
  • increase default for kline functions from 500 to 1000
  • add HistoricalKlinesType.FUTURES_COIN as option for kline functions
  • testnet URL for coin_futures_socket

Updated

  • round_step_size more accurate

Fixed

  • remove deprecated loop param
  • websockets unpinned
  • hanging websockets in exiting state
  • check start_ts after end_ts for klines
  • multi assets margin params
Changelog

Sourced from python-binance's changelog.

v1.0.16 - 2022-04-09 ^^^^^^^^^^^^^^^^^^^^

Added

  • pass limit param to all kline functions
  • increase default for kline functions from 500 to 1000
  • add HistoricalKlinesType.FUTURES_COIN as option for kline functions
  • testnet URL for coin_futures_socket

Updated

  • round_step_size more accurate

Fixed

  • remove deprecated loop param
  • websockets unpinned
  • hanging websockets in exiting state
  • check start_ts after end_ts for klines
  • multi assets margin params

v1.0.15 - 2021-09-27 ^^^^^^^^^^^^^^^^^^^^

Added

  • Enable/disable margin account for symbol endpoints
  • Top trader long/short positions endpoint
  • Global long/short ratio endpoint

Fixed

  • fix websockets to 9.1
  • websocket reconnect updates
  • fix futures kline sockets

v1.0.14 - 2021-09-08 ^^^^^^^^^^^^^^^^^^^^

Fixed

  • websocket reconnecting

v1.0.13 - 2021-09-08 ^^^^^^^^^^^^^^^^^^^^

Added

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)