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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,14 @@
9
9
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10
10
11
11
- The `v1alpha8` namespace has been removed. This is a breaking change if you were importing directly from `frequenz.client.common.v1alpha8`. The classes have been integrated into the main `frequenz.client.common` namespace, so you might need to update your imports.
12
+
- The `pagination.Params` and `pagination.Info` classes have been deprecated in favor of `pagination.PaginationParams` and `pagination.PaginationInfo` respectively.
12
13
13
14
## New Features
14
15
15
16
<!-- Here goes the main new features and examples or instructions on how to use them -->
16
17
18
+
- Added `v1alpha8` variants of the pagination data structures.
19
+
17
20
## Bug Fixes
18
21
19
22
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
0 commit comments