Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ All notable changes to this project are documented here. The format is based on

## [Unreleased]

## [1.0.1] — 2026-08-20

Patch: dependency maintenance. No public API change and no behavioural change; a drop-in over 1.0.0.

### Changed

- Test and CI toolchain updated — `Microsoft.NET.Test.Sdk` 18.9.0, `xunit.runner.visualstudio`
4.0.0, `Microsoft.CodeAnalysis.PublicApiAnalyzers` 5.6.0, `Microsoft.SourceLink.GitHub` 10.0.400
and the GitHub Actions used by CI. `Microsoft.SourceLink.GitHub` is `PrivateAssets`, so none of
these reach the published package.

## [1.0.0] — 2026-06-30

First stable release. Commits to Semantic Versioning for the 1.x line: the public API and the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- ===== NuGet package metadata ===== -->
<PropertyGroup>
<PackageId>PostQuantum.EntityFrameworkCore</PackageId>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Title>PostQuantum.EntityFrameworkCore</Title>
<Description>Secure-by-default, post-quantum encryption for sensitive data at rest in Entity Framework Core. Encrypt individual properties (emails, PII, financial and medical data) with authenticated AES-256-GCM, optionally wrapped in an ML-KEM-768 (FIPS 203) hybrid envelope for post-quantum key protection. Clean value-converter API, pluggable key rings for integration with PostQuantum.KeyManagement, honest threat model, and transparent supply chain.</Description>
<PackageTags>post-quantum;postquantum;pqc;encryption;ml-kem;mlkem;kyber;fips203;entity-framework;entityframeworkcore;efcore;encryption-at-rest;column-encryption;field-encryption;pii;aes-gcm;security;cryptography</PackageTags>
Expand Down