You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [1.2.0-alpha02] - 2025-08-29
6
+
7
+
### Behavior Changes
8
+
-**SharedPreferences parity for reads:**`getXxx()` now blocks until the initial load completes. ([#71](https://github.com/harrytmthy/safebox/issues/71))
9
+
10
+
### Fixed
11
+
-**Handle & prevent dead entries:** Carry-over from 1.1.5. Prevents unintentional KEK rotations. When `AEADBadTagException` occurs, SafeBox purges unreadable values safely. ([#72](https://github.com/harrytmthy/safebox/issues/72))
12
+
13
+
### Deprecated
14
+
-**CipherPool** and **CipherPoolExecutor:** Planned for removal in **v1.3**. ([#78](https://github.com/harrytmthy/safebox/issues/78))
15
+
-**AAD-taking factory:** AAD is now ignored and planned for removal in **v1.3**. ([#72](https://github.com/harrytmthy/safebox/issues/72))
16
+
-**`setInitialLoadStrategy(...)`:** Now a no-op. Planned for removal in **v1.3**. ([#68](https://github.com/harrytmthy/safebox/issues/68))
17
+
18
+
### Removed
19
+
-**SingletonCipherPoolProvider:** Stale internal helper that supported CipherPool. ([#78](https://github.com/harrytmthy/safebox/issues/78))
0 commit comments