feat(server): add tenant management, health checks, and database export/import APIs

This commit is contained in:
2026-05-02 10:52:23 +00:00
parent 2042b345aa
commit c9f1a5dddc
10 changed files with 1207 additions and 4 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-05-02 - 2.9.0 - feat(server)
add tenant management, health checks, and database export/import APIs
- adds TypeScript and Rust management commands for creating, listing, deleting, and rotating isolated database tenants
- introduces health reporting with storage, auth, database, collection, and uptime information
- supports exporting and importing single-database snapshots and increases IPC payload size for larger transfers
- adds integration coverage for tenant isolation, password rotation, persistence across restart, and database restore flows
## 2026-04-29 - 2.8.0 - feat(transactions)
add single-node transaction support with session-aware reads, commits, aborts, and transaction metrics