File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Summary
4
4
5
- This release does a bit of restructuring and renaming of classes and modules. It also adds some new features and fixes some bugs.
5
+ <!-- Here goes a general summary of what this release is about -->
6
6
7
7
## Upgrading
8
8
9
- The project structure was updated to use more consistent and shorter modules and class names.
10
-
11
- * ` frequenz.client.base.grpc_streaming_helper ` was renamed to ` frequenz.client.base.streaming ` .
12
-
13
- - The ` GrpcStreamingHelper ` class was renamed to ` GrpcStreamBroadcaster ` .
14
-
15
- + The constructor argument ` retry_spec ` was renamed to ` retry_strategy ` .
16
-
17
- * ` frequenz.client.base.retry_strategy ` was renamed to ` frequenz.client.base.retry ` .
18
-
19
- - The ` RetryStrategy ` class was renamed to ` Strategy ` .
9
+ <!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
20
10
21
11
## New Features
22
12
23
- * Functions to convert to ` datetime ` and protobufs ` Timestamp ` have been added.
24
- * The generated documentation was improved to include information on defaults and generic parameters.
13
+ <!-- Here goes the main new features and examples or instructions on how to use them -->
25
14
26
15
## Bug Fixes
27
16
28
- * When copying ` RetryStrategy ` s, the type now will be correctly set to the original type.
17
+ <!-- Here goes notable bug fixes that are worth a special mention or explanation -->
You can’t perform that action at this time.
0 commit comments