Skip to content

Releases: bitfinexcom/bitfinex-api-py

v4.0.0

18 Oct 20:12
122f683

Choose a tag to compare

  • removed deprecated pulse api endpoints
  • removed deprecated bfx pay/merchant endpoints

v3.0.4

06 Aug 10:27
d536297

Choose a tag to compare

  • added support to python 3.12.

v3.0.3

27 Jun 12:16
8639477

Choose a tag to compare

  • add marker py.typed to the project.

v3.0.2

24 Jun 08:07
b496a98

Choose a tag to compare

  • support for new events to fully cover calc inputs.

v3.0.1

08 Apr 18:14

Choose a tag to compare

  • fixes dep issues

v3.0.0

08 Apr 14:22
08b5364

Choose a tag to compare

v3.0.0b5

14 Dec 18:31
4777730

Choose a tag to compare

v3.0.0b5 Pre-release
Pre-release
  • Fix low latency bug in public method BfxWebSocketBucket::start
  • Fix bug in order_book.py and raw_order_book.py examples

v3.0.0b4

12 Dec 15:05
9114e2c

Choose a tag to compare

v3.0.0b4 Pre-release
Pre-release

This fixes a minor bug in method BfxWebSocketClient::resubscribe.
All bitfinex-api-py v3-beta's users should upgrade their projects.

DISCLAIMER:
Production use of v3.0.0b4 (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.

v3.0.0b3

23 Nov 13:41
90bba4e

Choose a tag to compare

v3.0.0b3 Pre-release
Pre-release

PR merges new beta version 3.0.0b3.
This version is a huge improvement over bitfinex-api-py v3.0.0b2.
All bitfinex-api-py v3-beta's users should upgrade their projects.

v3.0.0b3 introduces:

  • type hinting support for all API's components.
  • a faster, lighter and more secure websocket client.
  • several bug fixes for both http and wss interfaces.
  • ...and much more!

DISCLAIMER:
Production use of v3.0.0b3 (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.

v3.0.0b2

26 Apr 15:09
8d0df0f

Choose a tag to compare

v3.0.0b2 Pre-release
Pre-release
- readme update
- refactoring improvements