release: 0.17.0 — session families and sign-out-everywhere - #23
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 SummarySummary by CodeRabbit
WalkthroughThe release adds a ChangesRelease metadata
Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Other ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. A rabbit checks the version line Comment |
Version bump + changelog for the merged CEL-1721/CEL-1722 work (#20, #21). Publishes @cellarnode/auth 0.17.0 via the publish workflow on merge. Unblocks consumer wiring (producer/elabel productFamily stores, sign-out-everywhere UI).
Summary by cubic
Prepares the 0.17.0 release of
@cellarnode/auth: bumps the version inpackage.jsonandpackage-lock.jsonand adds the changelog for the merged session-family and sign-out-everywhere work (CEL-1721, CEL-1722). Publishing on merge so consumers can wire up producer/elabel product-family stores and the sign-out-everywhere UI.Release contents
createAuthStoreacceptsproductFamily; producer and elabel tabs on the same origin rotate independent refresh cookies and stay signed in concurrently. Family-less stores keep the legacy wire shape.signOutEverywhere()callsPOST /auth/sessions/revoke-alland clears local credentials, including on 401.Written for commit d918b86. Summary will update on new commits.