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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@
14
14
15
15
- The resampler's `max_age_in_intervals` has also become configurable, through `LogicalMeterConfig`.
16
16
17
+
- New method `MockMicrogridApiClient::augment_electrical_component_bounds` captures requests so that these can be used in test cases. Obtain the list of captured requests using `MockMicrogridApiClient::augment_bounds_calls_handle` (also new).
18
+
19
+
- New method `MockComponent.add_component_bounds` allows to add metric bounds to a mock component.
20
+
17
21
## Bug Fixes
18
22
19
23
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments