Commit 73d4c80
committed
chore(release): correct kv-store framing for v4.3.0-rc.1
Per engineer feedback, the SQLite-wasm/OPFS kv-store is an opt-in new
backend that ships alongside LMDB and IndexedDB, not a forced migration.
Existing PXE stores continue to work unchanged on the previous backends.
SQLite will become the recommended default in v5; IndexedDB deprecation
follows later.
Changes:
- release-notes-4.3.0-rc.1.md: remove kv-store from 'Breaking Changes';
add it under 'Highlights > PXE / Wallet' framed as opt-in; drop the
'PXE persistence is incompatible' upgrade-notes line.
- CHANGELOG.md: remove kv-store from BREAKING CHANGES (the upstream
commit was tagged feat! but in practice the change is additive). The
kv-store entries remain under Features and Bug Fixes.1 parent 792385e commit 73d4c80
2 files changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
| |||
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
82 | | - | |
83 | 81 | | |
84 | 82 | | |
85 | 83 | | |
| |||
0 commit comments