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
@@ -15,3 +15,7 @@ This release makes incremental improvements to the client and the quantity types
15
15
- All methods on `Quantity` types are now `const`.
16
16
17
17
-`Quantity` types have two new methods `min` and `max`, similar to the `min` and `max` methods on fundamental numerical types.
18
+
19
+
- 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).
20
+
21
+
- New method `MockComponent.add_component_bounds` allows to add metric bounds to a mock component.
0 commit comments