feat(rustdb): add restore and periodic persistence support for in-memory storage

This commit is contained in:
2026-04-05 01:30:28 +00:00
parent 8ce6ff11c3
commit 8646d58f06
4 changed files with 41 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-04-05 - 2.4.0 - feat(rustdb)
add restore and periodic persistence support for in-memory storage
- Restore previously persisted state during startup when a persist path is configured.
- Spawn a background task to periodically persist in-memory data using the configured interval.
- Warn when running purely in-memory without durable persistence configured.
## 2026-04-04 - 2.3.1 - fix(package)
update package metadata