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 9cf5ae1 commit 8ff21ccCopy full SHA for 8ff21cc
RELEASE_NOTES.md
@@ -8,10 +8,13 @@
8
9
* Updated frequenz-client-common version range to >=0.1.0, <0.4.0
10
* Upgraded grpcio to >=1.68.1, <2 and protobuf to >=5.29.2, <6 to resolve compatibility issues
11
+* Unify Public Trades streaming and listing (to align with the proto changes in v0.5.0)
12
+ * Removed `list_public_trades`
13
+ * Replaced `public_trades_stream` with `receive_public_trades`
14
+ * `receive_public_trades` now supports an optional time range (`start_time`, `end_time`)
15
16
## New Features
17
-<!-- Here goes the main new features and examples or instructions on how to use them -->
18
19
## Bug Fixes
20
0 commit comments