Skip to content

Clear isReplica on direct user writes overwriting a replica

55a124a
Select commit
Loading
Failed to load commit list.
Open

Bump microVersionId and add isReplica handling #6178

Clear isReplica on direct user writes overwriting a replica
55a124a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jun 4, 2026 in 3s

1 new alert

New alerts in code changed by this pull request

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 394 in lib/api/apiUtils/object/versioning.js

See this annotation in the file changed.

Code scanning / CodeQL

Callback-style function (async migration) Note

This function uses a callback parameter ('callback'). Refactor to async/await.