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
+5-5
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Summary
4
4
5
-
<!-- Here goes a general summary of what this release is about -->
5
+
This release focus on improving the config management, but also introduces other minor improvements and fixes an important bug.
6
6
7
7
## Upgrading
8
8
@@ -15,14 +15,14 @@
15
15
actor = ConfigManagingActor(config_files=["config.toml"])
16
16
```
17
17
18
-
* The `MovingWindow` now take all arguments as keyword-only to avoid mistakes.
19
-
* The `frequenz-quantities` dependency was bumped to `1.0.0rc3`.
20
-
* The `ComponentMetricsRequest` now produces a channel name without the `start_date` if the `start_date` is `None`. If you are somehow relying on the old behavior, please update your code.
18
+
- The `MovingWindow` now take all arguments as keyword-only to avoid mistakes.
19
+
- The `frequenz-quantities` dependency was bumped to `1.0.0rc3`.
20
+
- The `ComponentMetricsRequest` now produces a channel name without the `start_date` if the `start_date` is `None`. If you are somehow relying on the old behavior, please update your code.
21
21
22
22
## New Features
23
23
24
24
- The `ConfigManagingActor` can now take multiple configuration files as input, allowing to override default configurations with custom configurations.
25
-
* A new `frequenz.sdk.config.load_config()` function is available to load configurations using `marshmallow_dataclass`es with correct type hints.
25
+
- A new `frequenz.sdk.config.load_config()` function is available to load configurations using `marshmallow_dataclass`es with correct type hints.
26
26
- Implement and standardize logging configuration with the following changes:
27
27
* Add `LoggerConfig` and `LoggingConfig` to standardize logging configuration.
28
28
* Create `LoggingConfigUpdater` to handle runtime config updates.
0 commit comments