What's wrong with this entry?
Anonymous. No account, no email.
- Import style refactoring: Several Node.js imports changed from default imports to named imports (e.g.,
import { spawn } from "child_process"instead ofimport child_process from "child_process"). This is an internal refactoring with no user-facing impact. - The verbose logging message "Metrics opt-out check failed: {error}" was removed; auth errors are now handled via the standard recovery flow rather than being logged separately.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.