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
Original file line number
Diff line number
Diff line change
@@ -60,3 +60,5 @@ This release includes a new `ConfigManager` class to simplify managing the confi
60
60
- Fix a bug in `BackgroundService` where it won't try to `self.cancel()` and `await self.wait()` if there are no internal tasks. This prevented to properly implement custom stop logic without having to redefine the `stop()` method too.
61
61
62
62
- Fix a bug where if a string was passed to the `ConfigManagingActor` it would be interpreted as a sequence of 1 character strings.
63
+
64
+
- Remove a confusing log message and rate-limit another spammy log message.
0 commit comments