Skip to content

Commit 523dc95

Browse files
author
MPCoreDeveloper
committed
current status for 1.1.0 release
1 parent af2cd0c commit 523dc95

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
99
[![.NET](https://img.shields.io/badge/.NET-10.0-blue.svg)](https://dotnet.microsoft.com/download)
10-
[![NuGet](https://img.shields.io/badge/NuGet-1.0.0-blue.svg)](https://www.nuget.org/packages/SharpCoreDB)
10+
[![NuGet](https://img.shields.io/badge/NuGet-1.1.0-blue.svg)](https://www.nuget.org/packages/SharpCoreDB)
1111
[![Build](https://img.shields.io/badge/Build-✅_Passing-brightgreen.svg)](https://github.com/MPCoreDeveloper/SharpCoreDB)
1212
[![Tests](https://img.shields.io/badge/Tests-772_Passing-brightgreen.svg)](https://github.com/MPCoreDeveloper/SharpCoreDB)
1313
[![Sponsor](https://img.shields.io/badge/Sponsor-❤️-ea4aaa?logo=githubsponsors&logoColor=white)](https://github.com/sponsors/mpcoredeveloper)

src/SharpCoreDB/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
99
[![.NET](https://img.shields.io/badge/.NET-10.0-blue.svg)](https://dotnet.microsoft.com/download)
10-
[![NuGet](https://img.shields.io/badge/NuGet-1.0.0-blue.svg)](https://www.nuget.org/packages/SharpCoreDB)
10+
[![NuGet](https://img.shields.io/badge/NuGet-1.1.0-blue.svg)](https://www.nuget.org/packages/SharpCoreDB)
1111
[![Sponsor](https://img.shields.io/badge/Sponsor-❤️-ea4aaa?logo=githubsponsors&logoColor=white)](https://github.com/sponsors/mpcoredeveloper)
1212
</div>
1313

src/SharpCoreDB/SharpCoreDB.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,16 @@
2727

2828
<!-- NuGet Package Properties -->
2929
<PackageId>SharpCoreDB</PackageId>
30-
<Version>1.0.6</Version>
30+
<Version>1.1.0</Version>
3131
<Authors>MPCoreDeveloper</Authors>
3232
<Company>SharpCoreDB</Company>
3333
<Product>SharpCoreDB</Product>
3434
<Description>A lightweight, encrypted, file-based database engine with SQL support, AES-256-GCM encryption, modern C# features, and production-ready performance for time-tracking, invoicing, and project management applications. Supports Windows, Linux, macOS, Android, iOS, and IoT/embedded devices.</Description>
3535
<Copyright>Copyright (c) 2026 MPCoreDeveloper</Copyright>
36-
<PackageReleaseNotes>v1.0.6 (2026-02-01): Added full subquery and JOIN support; core engine stabilization and performance tuning.
37-
Group commit WAL fixes for overlapping transactions; improved single-file insert path; added XML docs.
36+
<PackageReleaseNotes>v1.1.0 (2026-02-15): Major RDBMS improvements - Enhanced query execution, optimized join operations, improved subquery handling, better index utilization, and performance tuning across the core engine. Includes refined transaction handling, improved WAL group commits, and optimized single-file and columnar storage paths.
37+
New features: Advanced query optimizer, improved index strategies, columnar storage enhancements.
38+
Fixes: Edge cases in join execution, transaction isolation improvements, memory efficiency gains.
39+
Breaking changes: None - full backward compatibility maintained.
3840
</PackageReleaseNotes>
3941
<PackageTags>database;embedded;encryption;sql;nosql;time-tracking;invoicing;net10;csharp14;performance;android;ios;mobile;iot;arm64;x64</PackageTags>
4042
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)