Skip to content

v0.1.9

Choose a tag to compare

@ndycode ndycode released this 13 Mar 12:18
57b2591

Minor Compatibility and Stability Release

This release carries compatibility-facing behavior changes and operational hardening. Read the summary below before upgrading or publishing.

  • Preserved distinct business accounts that share a workspace accountId so no-email login, refresh, and restore paths stop overwriting sibling seats.
  • Aligned guarded identity matching across runtime login, CLI recovery, storage normalization, import preview/apply, and entitlement tracking.
  • Hardened rollback and regression coverage for concurrent persistence, flagged-account recovery, malformed-token rows, and shared-workspace edge cases.

Commit Summary

  • 6dc2521 chore(release): sync npm version to v0.1.8
  • f262b7e fix(accounts): preserve business accounts sharing workspace ids
  • 56fbac1 Fix ambiguous shared account identity matching
  • 98423af Use transactional CLI persistence and ignore malformed duplicate ids
  • 54f2145 Handle safe unique accountId fallback in remaining paths
  • 71fbc5d Fix remaining business account identity regressions
  • eeda014 Tighten flagged recovery transaction tests
  • 62ae69e fix: roll back flagged recovery partial writes
  • 002d708 test: align shared account identity expectation
  • 2aa84ce fix: harden business account identity regressions
  • 40303a1 Fix shared-account runtime cache identity
  • 2c60f92 fix: cover rollback double-failure path