v0.6.0
Frequenz Electricity Trading API Client Release Notes
Summary
Upgrading
- Rename CLI trade and order functions for clarity
- Rename
receive_tradestoreceive_public_trades - Rename
receive_orderstoreceive_gridpool_orders
- Rename
- The
stream_*methods in the client have been renamed to*_stream. They no longer returnReceiverinstances, but ratherGrpcStreamBroadcasterinstances. They expose anew_receiver()method which can be used to get a new receiver. They also expose astop()method which can be used to stop the background streaming task when the stream is no longer needed.
New Features
- Print tags and filled (instead of open) quantity for gridpool orders in CLI tool.
Bug Fixes
What's Changed
- Print tags on orders in CLI tool by @cwasicki in #107
- Rename CLI commands for clarity by @camille-bouvy-frequenz in #108
- Return
GrpcStreamBroadcasterinstances from the streaming methods by @shsms in #110
Full Changelog: v0.5.1...v0.6.0