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
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@
6
6
7
7
## Upgrading
8
8
9
-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
9
+
- The `ConfigManagingActor` now only reacts to `CREATE` and `MODIFY` events. `DELETE` is not supported anymore and are ignored.
10
+
- Remove the `event_types` argument from the `ConfigManagingActor` constructor.
10
11
11
12
## New Features
12
13
@@ -15,3 +16,8 @@
15
16
## Bug Fixes
16
17
17
18
- Fix a bug in the resampler that could end up with an *IndexError: list index out of range* exception when a new resampler was added while awaiting the existing resampler to finish resampling.
19
+
20
+
- Fix bugs with `ConfigManagingActor`:
21
+
- Raising unhandled exceptions when any file in config directory was deleted.
22
+
- Raising unhandled exception if not all config files exist.
23
+
- Eliminate recursive actor crashes when all config files were missing.
0 commit comments