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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## [1.3.0-alpha02] - 2025-10-04
6
+
7
+
### Added
8
+
-**Segmented blob store growth:** Removes the 1 MiB ceiling by mapping multiple fixed-size pages and reusing freed space via compaction. ([#133](https://github.com/harrytmthy/safebox/issues/133))
9
+
-**SafeBoxRecoveryBlobStore:** An append-only recovery file fallback used when a page cannot be allocated. Entries are replayed back into the main store with exponential backoff. ([#134](https://github.com/harrytmthy/safebox/issues/134))
10
+
-**Kotlin BCV and API compatibility guard:** The binary validator is implemented at pipeline & pre-push check to prevent accidental public API breaks. ([#131](https://github.com/harrytmthy/safebox/issues/131))
11
+
12
+
### Deprecated
13
+
-**SafeBoxState and SafeBoxStateListener:** Removal planned in v1.4. ([#125](https://github.com/harrytmthy/safebox/issues/125))
0 commit comments