Version: 1.7.0
Status: ✅ Production Ready (Core .NET packages) /
Last Updated: April 6, 2026
SharpCoreDB core .NET packages are release-labeled on 1.7.0 and build successfully, including:
SharpCoreDBSharpCoreDB.ServerSharpCoreDB.ClientSharpCoreDB.Extensions(including FluentMigrator integration)- Optional Event Sourcing, Projections, CQRS, Graph, Analytics, and VectorSearch packages
A repository-wide scan was performed for partial implementation markers (TODO, NotImplemented, WIP, TBD).
- Core/server .NET runtime paths are implemented and buildable.
- Remaining partial implementations are concentrated in the Python SDK (
pysharpcoredb) and selected non-production benchmark/test scaffolding.
Detailed findings are documented in:
docs/IMPLEMENTATION_AUDIT_v1.7.0.md
- Embedded mode integration: available
- gRPC migration mode integration: available
IMigrationProcessorOptionsobsolete usage was reduced to required FluentMigrator interface bridge points; processor code now uses concrete options internally.
- Canonical docs entry points:
README.md,docs/INDEX.md,docs/README.md - Obsolete/superseded phase-planning artifacts are removed during documentation maintenance.
- ✅
#125Enforce database grants in Connect and session creation — completed and closed. - ✅
#124Per-database grants model for tenant isolation — completed and closed. - ✅
#123DatabaseRegistry runtime attach/detach APIs — completed and closed. - ✅
#122Runtime tenant database provisioning APIs (gRPC + REST) — completed and closed. - ✅
#121Tenant catalog in master database for SaaS lifecycle metadata — completed and closed.