You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Full version synchronization to 1.9.3** across all packages (core, Server, Client, Analytics, VectorSearch, Graph, EF Core provider, Identity, EventSourcing, Projections, CQRS, Functional family including the new `SharpCoreDB.Functional.Linq2DB`, and more), internal project references, PackageReleaseNotes, and test projects.
110
+
-**Full version synchronization to 1.9.4** across all packages (core, Server, Client, Analytics, VectorSearch, Graph, EF Core provider, Identity, EventSourcing, Projections, CQRS, Functional family including the new `SharpCoreDB.Functional.Linq2DB`, and more), internal project references, PackageReleaseNotes, and test projects.
111
111
-**Bug fixes and stability improvements**:
112
112
- Resolved several bugs and stability issues in `SharpCoreDB.Identity` (enhanced persistence, user/role management, password handling, and test coverage for concurrency scenarios; core identity surface now at 100% pass rate in key areas).
113
113
- Multiple fixes and enhancements in the `SharpCoreDB.EntityFrameworkCore` provider (improved Guid-keyed entity relationships, transaction handling, and end-to-end integration reliability).
114
-
-**Extensive updates and changes**: Comprehensive refresh of all documentation (root README, package READMEs/NuGet.README.md files, USAGE guides, script client docs for Python/JS, and hub files like docs/INDEX.md and docs/README.md) with 1.9.3 install instructions, release labels, and notes. Updated test project infrastructure across the board.
114
+
-**Extensive updates and changes**: Comprehensive refresh of all documentation (root README, package READMEs/NuGet.README.md files, USAGE guides, script client docs for Python/JS, and hub files like docs/INDEX.md and docs/README.md) with 1.9.4 install instructions, release labels, and notes. Updated test project infrastructure across the board.
115
115
-**Test infrastructure modernization for security and standards**: All test projects updated to latest compliant versions of Microsoft.NET.Test.Sdk (18.6.0+), xunit.v3 (3.2.2+), xunit.runner.visualstudio (3.1.5+), coverlet.collector, and related packages to align with current .NET 10 / C# 14 security best practices and compatibility requirements.
116
116
-**Test count and quality**: **2,223 tests** passing (verified and now prominently documented; significant increase in coverage and stability reporting from the prior 2,000+ baseline).
117
-
- Changes from 1.9.1 to 1.9.3 (including the above bug resolutions, dependency updates, and documentation overhaul) are detailed in this section and `docs/CHANGELOG.md`.
117
+
- Changes from 1.9.1 to 1.9.4 (including the above bug resolutions, dependency updates, and documentation overhaul) are detailed in this section and `docs/CHANGELOG.md`.
- All builds and test packages validated (`SharpCoreDB.1.9.1.nupkg` successfully produced)
268
268
- Zero breaking changes – 100% backward compatible with previous 1.9.x line
269
269
270
-
> For changes in the current 1.9.3 release (version bump prep, docs sync, test count 2,223, release readiness), see the v1.9.3 section above and docs/CHANGELOG.md.
270
+
> For changes in the current 1.9.4 release (version bump prep, docs sync, test count 2,223, release readiness), see the v1.9.4 section above and docs/CHANGELOG.md.
- Single-file SQL support and limits: `docs/storage/SINGLE_FILE_SQL_LIMITATIONS.md`
286
286
- EF Core provider docs: `src/SharpCoreDB.EntityFrameworkCore/README.md`, `src/SharpCoreDB.EntityFrameworkCore/USAGE.md`
287
-
-**New in v1.9.3**: `SharpCoreDB.Functional.Linq2DB` — production-ready linq2db adapter with `Option<T>`/`Fin<T>`/`Seq<T>` APIs, `BulkCopyAsync` batching, full type mapping (ULID/GUID/DateTime), and compile-time safe LINQ queries. Ideal for high-throughput AI/agentic and GraphRAG workloads. See `src/SharpCoreDB.Functional.Linq2DB/README.md`.
287
+
-**New in v1.9.4**: `SharpCoreDB.Functional.Linq2DB` — production-ready linq2db adapter with `Option<T>`/`Fin<T>`/`Seq<T>` APIs, `BulkCopyAsync` batching, full type mapping (ULID/GUID/DateTime), and compile-time safe LINQ queries. Ideal for high-throughput AI/agentic and GraphRAG workloads. See `src/SharpCoreDB.Functional.Linq2DB/README.md`.
0 commit comments