Plugin install, update and enable now read their config through the newer storage layer, with the old path as backup.
What's wrong with this entry?
Plugin autoupdate, install, uninstall, prune and enable/disable now read plugin configuration asynchronously through the newer storage layer, falling back to the old synchronous read when that layer is off or unavailable.
- Several error handlers in this area that previously swallowed failures silently now report them with context, so a failed toggle surfaces as
/plugin: toggling a plugin on the list threwrather than disappearing, and a failed scan for orphans after an uninstall is attributed too. - One internal error type is excluded from generic error reporting.
/plugin: toggling a plugin on the list threw
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.