Releases: sammchardy/python-binance
Releases · sammchardy/python-binance
v1.0.35
What's Changed
- chore: normalize package name by @carlosmiei in #1653
- fix: reconnects for websocket connection closed ok and ws-api by @pcriadoperez in #1655
- feat: upgrade margin socket to use websocket api by @pcriadoperez in #1670
- feat: Update futures algo order API with new TP/SL parameters by @paul-lestyo in #1672
New Contributors
- @paul-lestyo made their first contribution in #1672
Full Changelog: v1.0.34...v1.0.35
v1.0.34
What's Changed
- feat: add support for rpi orders by @pcriadoperez in #1644
- Fix: Remove duplicate import and improve type checking by @xingarr in #1623
- docs: add missing doc references from async client by @pcriadoperez in #1651
- feat: add support for websocket algo orders by @pcriadoperez in #1646
- fix(client): use proper exception instead of assert for US endpoints by @lorenjphillips in #1641
- fix: fix #1647 support max_queue_size for futures_user_socket by @pcriadoperez in #1649
- feat: add verbose mode by @pcriadoperez in #1638
- feat: update futures ticker endpoint to v2 by @pcriadoperez in #1650
- chore: bump to 1.0.34 by @carlosmiei in #1652
New Contributors
- @xingarr made their first contribution in #1623
- @lorenjphillips made their first contribution in #1641
Full Changelog: v1.0.33...v1.0.34
v1.0.33
What's Changed
- fix conditional swap order by @pcriadoperez in #1639
- fix: reconnect keep alive by @pcriadoperez in #1637
- chore: Bump to 1.0.33 by @carlosmiei in #1640
Full Changelog: v1.0.32...v1.0.33
v1.0.32
What's Changed
- fix(client): handle non ascii symbols in public and private methods by @carlosmiei in #1620
- chore: bump to 32 by @carlosmiei in #1621
Full Changelog: v1.0.31...v1.0.32
v1.0.31
What's Changed
- fix(signature): encode non-ascii symbol by @carlosmiei in #1618
Full Changelog: v1.0.30...v1.0.31
v1.0.30
What's Changed
- Ensure spot v3 version by @pcriadoperez in #1587
- docs: update websocket error docs by @pcriadoperez in #1591
- feat: throw readloopclosed error if trying to connect once read loop is already closed by @pcriadoperez in #1593
- Update of links in the docstrings by @yzh-pelle in #1590
- all links updated by @yzh-pelle in #1600
- fixed a typo in a method name by @luk0y in #1605
- Set default
limit=Nonefor futures_historical_klines* (fetch full range by default) by @meet-vasita in #1607 - feat: add demo trading support by @carlosmiei in #1610
- feat: websocket userdatastream.singature support, deprecate listenkey for spot market by @pcriadoperez in #1613
- chore: bump to 1.0.30 by @carlosmiei in #1615
New Contributors
- @meet-vasita made their first contribution in #1607
Full Changelog: v1.0.29...v1.0.30
v1.0.29
What's Changed
- chore: Update changelog by @carlosmiei in #1566
- fix: async client receive empty text by @pcriadoperez in #1569
- feat: Expose option for user to edit max_queue_size in websockets, have async callbacks called in a task and update docs by @pcriadoperez in #1570
- fixed a deprecation warning in helpers.py by @ChuckTG in #1572
- Improve error handling for depth manager by @pcriadoperez in #1579
- chore: update testnet urls by @pcriadoperez in #1583
- chore: Bump 29 by @carlosmiei in #1585
New Contributors
Full Changelog: v1.0.28...v1.0.29
v1.0.28
What's Changed
- Update overview.rst by @ashupadhi01 in #1538
- chore: update ubuntu version by @carlosmiei in #1542
- feat(client): add papi_get_rate_limit by @carlosmiei in #1541
- chore: update docs for create_oco_order by @pcriadoperez in #1545
- feat(client): add papi_get_portfolio_negative_balance_exchange_record by @carlosmiei in #1547
- add timeout to github actions by @pcriadoperez in #1556
- feat: add uiKlines support by @pcriadoperez in #1555
- fix: json_dumps when using orjson by @pcriadoperez in #1553
- fix: ws api not allowing to send over 100 requests by @pcriadoperez in #1560
- feat: auto generate missing endpoints by @pcriadoperez in #1529
- fix: return empty json instead of throwing error on empty response by @pcriadoperez in #1554
- feat: add options websocket market streams by @pcriadoperez in #1563
- Bump 0.28 by @carlosmiei in #1565
New Contributors
- @ashupadhi01 made their first contribution in #1538
v1.0.27
Added
- Add futures_taker_long_short_ratio endpoint, thanks to @ngoclam9415
- Add portfolio margin user data streams
Fixed
- Close read loop before closing websocket
- Fix threaded_stream
- Closing keepAliveWebsocker fix
v1.0.26
Added
- Websockets docs
- support for microseconds time unit
- futures data link endpoints
- return type to _get_account_socket thanks to @zhen1007
- futures_index_price_constituents endpoint
Fixed
- FuturesDepthCacheManager and OptionsDepthCacheManager to init
- EDDSA random error