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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@
15
15
actor = ConfigManagingActor(config_files=["config.toml"])
16
16
```
17
17
18
+
* 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.
19
+
18
20
## New Features
19
21
20
22
- The `ConfigManagingActor` can now take multiple configuration files as input, allowing to override default configurations with custom configurations.
0 commit comments