← Back to the roadmap
ShippedCollaborationFix

Fix: row-version conflict banner sometimes missed concurrent edits

Ryan K.Founder, Wisegrid·Shipped May 29, 2026

The row-version check ran on bulk-update but not on every code path. Single-cell edits routed through a different write that didn't carry expected_version.

Fix: every write goes through the same version-checked path. If another user edited the row since you loaded it, the change banner surfaces a refresh prompt instead of silently overwriting.

Activity

  • Ryan K. opened this entryMay 28, 2026
  • ShippedMay 29, 2026

Team notes 1

  • Wisegrid teamWisegridWisegrid·May 29, 2026

    Fixed. expected_version is now enforced on every row mutation path. Concurrent edits surface a refresh banner instead of a silent overwrite.

Notes here are local-only for now. To reach us, start free and send feedback from inside the app.