[PM-37190] Use state bridge instead of platform state - #1155
Conversation
🔍 SDK Breaking Change DetectionSDK Version:
Breaking change detection uses the build of the SDK from this branch, including any incompatibities pre-existing on or merged into this branch. Check the workflow logs to confirm. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1155 +/- ##
==========================================
+ Coverage 83.90% 84.12% +0.22%
==========================================
Files 438 446 +8
Lines 57051 58790 +1739
==========================================
+ Hits 47869 49460 +1591
- Misses 9182 9330 +148 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
mzieniukbw
left a comment
There was a problem hiding this comment.
Android build is failing, I assume we won't merge it we get green light from mobile team ?
|
Please note this PR is blocked until mobile implements the state bridge and has a corresponding PR ready to update to this. It will not be merged until then. |
|



🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-37190
PR to resolve breaking changes on TS: bitwarden/clients#20976
📔 Objective
Migrates ephemeral KM state away from the repository access pattern, and only uses the state bridge, until platform provides a single-key-access-mechanism via settings.
This unblocks bitwarden/clients#20976 which migrates back from the temporary hack we had to introduce to fit into the shape of the platform API.
🚨 Breaking Changes