This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+1 more
Summary
AI summaryAdded verify_by_readback utility to verify operations via state readback and applied it to auto-sync audio.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds verify_by_readback utility in src/utils/readback.py Adds verify_by_readback utility in src/utils/readback.py Source: llm_adapter@2026-06-06 Confidence: high |
— |
| Refactor | Low |
Changes Auto-sync audio to use verify_by_readback as first user Changes Auto-sync audio to use verify_by_readback as first user Source: llm_adapter@2026-06-06 Confidence: high |
— |
Full changelog
Internal reliability framework.
- Added
verify_by_readback(src/utils/readback.py) — a primitive for mutating Resolve ops that verifies an action by reading the real post-state back instead of trusting the API's frequently-unreliable return value. A contradiction (reported success but a failing readback) is logged as a reliability signal. - Changed Auto-sync audio runs through
verify_by_readbackas its first user and reports averifiedfield alongsidelinked/newly_linked. Behavior unchanged; the bespoke readback loop is replaced by the shared primitive.
Foundation for routing more unreliable ops (AppendToTimeline id-recovery, setters) through readback verification. Live-validated on DaVinci Resolve Studio 21.0.0.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Beta — feedback welcome: [email protected]