From 06693f3bbb2db06c418834fbd687cfa996d2d4fe Mon Sep 17 00:00:00 2001 From: xiaofeihuang-cb <135274788+xiaofeihuang-cb@users.noreply.github.com> Date: Thu, 5 Sep 2024 19:31:34 -0400 Subject: [PATCH] Release v1.6.1 (#69) --- CHANGELOG.md | 5 +++++ coinbase/__version__.py | 2 +- docs/coinbase.websocket.user.rst | 4 ++++ docs/index.rst | 1 + 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31e58a6..97db144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.6.1] - 2024-SEP-05 + +### Added +- Add WSUserClient to SDK documents + ## [1.6.0] - 2024-SEP-05 ### Added diff --git a/coinbase/__version__.py b/coinbase/__version__.py index e4adfb8..f49459c 100644 --- a/coinbase/__version__.py +++ b/coinbase/__version__.py @@ -1 +1 @@ -__version__ = "1.6.0" +__version__ = "1.6.1" diff --git a/docs/coinbase.websocket.user.rst b/docs/coinbase.websocket.user.rst index 38ce1d5..719f2d3 100644 --- a/docs/coinbase.websocket.user.rst +++ b/docs/coinbase.websocket.user.rst @@ -36,6 +36,10 @@ Channels .. autofunction:: coinbase.websocket.WSUserClient.user_async .. autofunction:: coinbase.websocket.WSUserClient.user_unsubscribe .. autofunction:: coinbase.websocket.WSUserClient.user_unsubscribe_async +.. autofunction:: coinbase.websocket.WSUserClient.futures_balance_summary +.. autofunction:: coinbase.websocket.WSUserClient.futures_balance_summary_async +.. autofunction:: coinbase.websocket.WSUserClient.futures_balance_summary_unsubscribe +.. autofunction:: coinbase.websocket.WSUserClient.futures_balance_summary_unsubscribe_async Exceptions --------------------------- diff --git a/docs/index.rst b/docs/index.rst index a8b08c0..a2cdf80 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -36,4 +36,5 @@ https://docs.cdp.coinbase.com/advanced-trade/docs/sdk-overview coinbase.rest coinbase.websocket + coinbase.websocket.user jwt_generator \ No newline at end of file