You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+7-19Lines changed: 7 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,28 +2,16 @@
2
2
3
3
## Summary
4
4
5
-
This release adds enhanced filtering capabilities for gridpool orders and trades, with support for tag-based filtering and more flexible time-based queries.
5
+
<!-- Here goes a general summary of what this release is about -->
6
6
7
-
## New Features
8
-
9
-
***Tag filtering for gridpool trades**: The `gridpool_trades()` method now accepts a `tag` parameter to filter trades by tag. The `GridpoolTradeFilter` dataclass has been updated accordingly.
10
-
11
-
***Flexible time filtering with `DeliveryTimeFilter`**: Replaced the restrictive `delivery_period` parameter with a more flexible `delivery_time_filter` across gridpool orders and trades methods. The new `DeliveryTimeFilter` supports:
12
-
- Time interval filtering with optional start/end times
13
-
- Multiple delivery duration filters
14
-
- More granular control over time-based queries
7
+
## Upgrading
15
8
16
-
***New types for time filtering**: Added `Interval` and `DeliveryTimeFilter` types to support the enhanced filtering API.
9
+
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
17
10
18
-
* Support tags in CLI create-order command.
19
-
20
-
## Breaking Changes
11
+
## New Features
21
12
22
-
* The `delivery_period` parameter has been replaced with `delivery_time_filter` in the following methods:
23
-
-`list_gridpool_orders()`
24
-
-`stream_gridpool_orders()`
25
-
-`gridpool_trades()`
13
+
<!-- Here goes the main new features and examples or instructions on how to use them -->
26
14
27
-
Note: The `create_gridpool_order()` method maintains backward compatibility by keeping both parameters.
15
+
## Bug Fixes
28
16
29
-
* Updated API imports from v1 to v1alpha8 for common types.
17
+
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments