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
+2-10
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,16 @@
2
2
3
3
## Summary
4
4
5
-
<!-- Here goes a general summary of what this release is about -->
5
+
This is a minor release with just a few bug fixes but also one breaking change in the `ConfigManagingActor`.
6
6
7
7
## Upgrading
8
8
9
9
- The `ConfigManagingActor` now only reacts to `CREATE` and `MODIFY` events. `DELETE` is not supported anymore and are ignored.
10
10
- Remove the `event_types` argument from the `ConfigManagingActor` constructor.
11
11
12
-
## New Features
13
-
14
-
* Many tasks, senders and receivers now have proper names for easier debugging.
15
-
* The resample log was improved to show more details.
16
-
* The `Sample` class now has a nice `__str__` representation.
17
-
18
12
## Bug Fixes
19
13
20
-
- 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.
21
-
22
14
- Fix bugs with `ConfigManagingActor`:
23
15
- Raising unhandled exceptions when any file in config directory was deleted.
24
16
- Raising unhandled exception if not all config files exist.
25
-
- Eliminate recursive actor crashes when all config files were missing.
17
+
- Eliminate recursive actor crashes when all config files were missing.
0 commit comments