Skip to content

Commit f64a0c9

Browse files
committed
Update release notes
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent e308e7b commit f64a0c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* Rename `receive_trades` to `receive_public_trades`
1111
* Rename `receive_orders` to `receive_gridpool_orders`
1212

13+
- The `stream_*` methods in the client have been renamed to `*_stream`. They no longer return `Receiver` instances, but rather `GrpcStreamBroadcaster` instances. They expose a `new_receiver()` method which can be used to get a new receiver. They also expose a `stop()` method which can be used to stop the background streaming task when the stream is no longer needed.
14+
1315
## New Features
1416

1517
* Print tags and filled (instead of open) quantity for gridpool orders in CLI tool.

0 commit comments

Comments
 (0)