DevelopersChangelog
Main site

JULY 27, 2026

Safer writes with truthful outcomes

Actions that change data now follow one consistent success, failure, and retry contract across CuriousCirkits.

WHAT SHIPPED

Release highlights

  • Success is reported only after the change is committed.
  • Failures identify what needs correction without exposing private system details.
  • Repeating the same request returns the original committed result.
  • Reusing a request for different data is stopped as a conflict without changing the saved record.
Back to all changelog entries