We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33bd3f commit 64911b8Copy full SHA for 64911b8
RELEASE_NOTES.md
@@ -6,11 +6,13 @@
6
7
## Upgrading
8
9
-<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
+* Unify Public Trades streaming and listing (to align with the proto changes in v0.5.0)
10
+ * Removed `list_public_trades`
11
+ * Replaced `public_trades_stream` with `receive_public_trades`
12
+ * `receive_public_trades` now supports an optional time range (`start_time`, `end_time`)
13
14
## New Features
15
-<!-- Here goes the main new features and examples or instructions on how to use them -->
16
17
## Bug Fixes
18
0 commit comments