Skip to content

v2.0.0-rc.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 31 Aug 22:06
· 14 commits to main since this release
9cf93de

What this RC resolves

This release candidate completes the cloud sync settings experience and hardens the path from local capture to cloud delivery: project identity is resolved consistently across clients, autosync recovers after failures and starts correctly from SessionStart, invalid observation titles are repaired before they can stall sync queues, cloud credentials and enrollment state are handled safely, session-summary conflicts are exposed, SQLite error paths release their handles, and Windows CLI output capture no longer deadlocks.

Changelog

  • d2f9686 Merge pull request #830 from dnlrsls/fix/windows-sqlite-handles
  • 44a6431 Merge pull request #892 from dnlrsls/fix/814-observation-title-repair
  • 0e481ac chore(branch): merge latest main into fix branch
  • 9310700 chore(branch): merge main into fix branch
  • d4b72a0 chore(branch): merge main into fix branch
  • 653812d chore(store): remove redundant close calls
  • 9cf93de feat(tui): complete cloud sync settings (#788)
  • 9428a21 fix(autosync): retry after failure ceiling (#882)
  • f2a2e3d fix(cloud): report normalized enrollment name (#851)
  • 0fc2ff5 fix(mcp): surface session summary conflict candidates (#847)
  • 3421d4b fix(plugin): enable autosync for SessionStart daemon (#852)
  • d76de31 fix(project): unify resolution across clients (#875)
  • e7608ab fix(store): close remaining sqlite error handles
  • 35afea8 fix(store): close sqlite handles after migration failure
  • 23bc1ca fix(store): normalize observation project storage class (#848)
  • 23cc261 fix(sync): harden observation title repair
  • 724882c fix(sync): repair observation mutation titles
  • ece17e2 fix(test): prevent windows cli capture deadlock (#832)