Skip to content

Commit 5b54cf4

Browse files
authored
Prepare release notes for rc1100 (#1099)
2 parents ee58cde + 9e43e0e commit 5b54cf4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

RELEASE_NOTES.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Summary
44

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.
66

77
## Upgrading
88

@@ -15,14 +15,14 @@
1515
actor = ConfigManagingActor(config_files=["config.toml"])
1616
```
1717

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.
2121

2222
## New Features
2323

2424
- 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.
2626
- Implement and standardize logging configuration with the following changes:
2727
* Add `LoggerConfig` and `LoggingConfig` to standardize logging configuration.
2828
* Create `LoggingConfigUpdater` to handle runtime config updates.

0 commit comments

Comments
 (0)