Skip to content

Commit 2b60cf0

Browse files
Update release notes
Signed-off-by: Elzbieta Kotulska <[email protected]>
1 parent 4d384e5 commit 2b60cf0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

RELEASE_NOTES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
## Upgrading
88

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

1112
## New Features
1213

@@ -15,3 +16,8 @@
1516
## Bug Fixes
1617

1718
- 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

Comments
 (0)