Skip to content

v3.0.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vigan-abd vigan-abd released this 26 Apr 15:02
· 157 commits to master since this release
## bitfinex-api-py v3.0.0b1 release notes (April 26, 2023)
_Author of these release notes: Davi0k (https://github.com/Davi0k)_

**v3.0.0b1 documentation can be found [here](https://github.com/bitfinexcom/bitfinex-api-py/blob/v3-beta/README.md).**

bitfinex-api-py v3-beta launches today with v3.0.0b1! \
v3-beta simplify the integration of the Bitfinex API in Python 3.8+ applications. \
v3.0.0b1 introduces multiple new features, improvements and bug fixes such as:
* full type hinting and type checking support with mypy;
* lots of bug fixes (including critical bugs) and performance boosts;
* a new WebSocket client to ensure fast, secure and persistent connections;
* support for all 75+ REST endpoints available (including merchant endpoints);

> DISCLAIMER: \
Production use of v3.0.0b1 (and all future beta versions) is HIGHLY discouraged. \
Beta versions should not be used in applications which require user authentication. \
Provide your API-KEY/API-SECRET, and manage your account and funds at your own risk.