feat(server): add tenant management, health checks, and database export/import APIs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user