File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 66
77## Upgrading
88
9- * 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- * Update the ` frequenz-api-electricity-trading ` from >= 0.5.0, < 0.6.0 to >= 0.6.1, < 0.7.0
14- * Update repo-config from v0.11.0 to v0.13.0
9+ <!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
1510
1611## New Features
1712
18- * Add the Public Order Book extension to the client
19- * Add the ` PublicOrder ` and ` PublicOrderFilter ` types
20- * Add the ` receive_public_order() ` endpoint
13+ <!-- Here goes the main new features and examples or instructions on how to use them -->
2114
2215## Bug Fixes
2316
24- <!-- Here goes notable bug fixes that are worth a special mention or explanation -->
17+ - Ensure timestamp conversion errors are surfaced
You can’t perform that action at this time.
0 commit comments