feat(rustdb): extract service API logic into a dedicated Rust module and expose shared service types

This commit is contained in:
2026-05-02 12:09:03 +00:00
parent ad3ff57260
commit c00d28c34a
9 changed files with 595 additions and 738 deletions
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## 2026-05-02 - 2.10.0 - feat(rustdb)
extract service API logic into a dedicated Rust module and expose shared service types
- adds a new rustdb service_api module to handle health, tenant, and database import/export operations
- moves SmartDB service interfaces into a dedicated TypeScript service-types module and re-exports them through the public API
- updates management request handling to delegate service operations through shared service API helpers
## 2026-05-02 - 2.9.0 - feat(server)
add tenant management, health checks, and database export/import APIs