feat(rustdb): extract service API logic into a dedicated Rust module and expose shared service types
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user