Releases: MPCoreDeveloper/SharpCoreDB
Releases · MPCoreDeveloper/SharpCoreDB
V1.0.0.5
Now also single file posible in Nuget version , many improvements and refactors in the API subqueries now possible and advanced joins see examples and tests what is possible .
Full Changelog: V1.0.0.4...V1.0.0.5
V.1.0.0.4
Full Changelog: V1.0.0.0...V1.0.0.4
v1.0.0.0 Nuget version
What's Changed
- Add README.md for SharpCoreDB project by @Copilot in #1
- [WIP] Add unit test for SharpCoreDB using modern testing libraries by @Copilot in #2
- Add production features for time-tracking applications: connection pooling, indexes, SQL functions, extensions, and performance infrastructure by @Copilot in #3
- Merge pull request #3 from MPCoreDeveloper/copilot/add-feature-time-t… by @MPCoreDeveloper in #4
- Merge pull request #4 from MPCoreDeveloper/master by @MPCoreDeveloper in #6
- Add partial EF Core provider for SharpCoreDB (from Grok prompt) by @Copilot in #5
- Add NoEncryption mode and buffered WAL for 9% write performance improvement by @Copilot in #7
- Expand TimeTrackingBenchmarks to 100k records with Bogus, LiteDB, and GROUP BY operations by @Copilot in #8
- Add query caching, hash indexing, and GC optimization for 2-10x performance gains by @Copilot in #9
- Add HashIndex with CREATE INDEX SQL for 5-10x WHERE query speedup + .NET 10/C# 14 migration + performance optimizations by @Copilot in #10
- Validate and document QueryCache, HashIndex, and GC optimizations with benchmark tools by @Copilot in #11
- [WIP] Add entity framework provider for database project by @Copilot in #12
- Add async/await, batch operations, and modern C# patterns for production readiness by @Copilot in #13
- Add EF Core provider infrastructure with type mappings, migrations, and query translation by @Copilot in #14
- Implement EF Core provider infrastructure - database creation and inserts functional by @Copilot in #15
- [WIP] Add memory-mapped files support for improved read performance by @Copilot in #16
- [WIP] Resolve merge conflicts after adding MemoryMappedFileHandler by @Copilot in #18
- Fix parameterized queries and update CI to .NET 10.0 by @Copilot in #20
- Fix CI demo step to run independently regardless of test failures by @Copilot in #22
- Fix Linux test failures: encryption buffer size, list aliasing, type comparison by @Copilot in #23
- Fix 18 failing tests on Ubuntu Linux CI by @Copilot in #24
- [WIP] Fix issue with failing test in SharpCoreDB.Tests by @Copilot in #25
- Use .NET 9's System.Threading.Lock instead of object for locking by @MarkCiliaVincenti in #27
New Contributors
- @Copilot made their first contribution in #1
- @MPCoreDeveloper made their first contribution in #4
- @MarkCiliaVincenti made their first contribution in #27
Full Changelog: https://github.com/MPCoreDeveloper/SharpCoreDB/commits/V1.0.0.0