Releases: KoalaFacts/HeroSD-JWT
Release v1.1.7
Full Changelog: v1.1.6...v1.1.7
Installation
Package Details
- NuGet: HeroSD-JWT v1.1.7
- Frameworks: net8.0, net9.0, net10.0
- Dependencies: Microsoft.Bcl.Memory (net8.0 only)
SBOMs (Software Bill of Materials)
Per-framework SBOMs included in this release:
- SPDX 2.2 format (net8.0, net9.0, net10.0)
- SPDX 3.0 format (net8.0, net9.0, net10.0)
Documentation
Release v1.1.6
What's Changed
- feat: Comprehensive Algorithm Support + Empty Key Validation by @ldsenow in #41
- feat: Token Replay Attack Prevention (MVP) by @ldsenow in #40
- feat: Add Post-Quantum Cryptography (PQC) support for .NET 10 by @ldsenow in #42
- Feature/additional algorithms by @ldsenow in #43
- Feature/replay protection by @ldsenow in #44
- feat: JWT token revocation support by @ldsenow in #45
- Add Ed25519 support to HeroSD by @ldsenow in #46
Full Changelog: v1.1.3...v1.1.6
Installation
Package Details
- NuGet: HeroSD-JWT v1.1.6
- Frameworks: net8.0, net9.0, net10.0
- Dependencies: Microsoft.Bcl.Memory (net8.0 only)
SBOMs (Software Bill of Materials)
Per-framework SBOMs included in this release:
- SPDX 2.2 format (net8.0, net9.0, net10.0)
- SPDX 3.0 format (net8.0, net9.0, net10.0)
Documentation
Release v1.1.5
What's Changed
- feat: Comprehensive Algorithm Support + Empty Key Validation by @ldsenow in #41
- feat: Token Replay Attack Prevention (MVP) by @ldsenow in #40
- feat: Add Post-Quantum Cryptography (PQC) support for .NET 10 by @ldsenow in #42
- Feature/additional algorithms by @ldsenow in #43
- Feature/replay protection by @ldsenow in #44
- feat: JWT token revocation support by @ldsenow in #45
- Add Ed25519 support to HeroSD by @ldsenow in #46
Full Changelog: v1.1.3...v1.1.5
Installation
Package Details
- NuGet: HeroSD-JWT v1.1.5
- Frameworks: net8.0, net9.0, net10.0
- Dependencies: Microsoft.Bcl.Memory (net8.0 only)
SBOMs (Software Bill of Materials)
Per-framework SBOMs included in this release:
- SPDX 2.2 format (net8.0, net9.0, net10.0)
- SPDX 3.0 format (net8.0, net9.0, net10.0)
Documentation
Release v1.1.4
What's Changed
- feat: Comprehensive Algorithm Support + Empty Key Validation by @ldsenow in #41
- feat: Token Replay Attack Prevention (MVP) by @ldsenow in #40
- feat: Add Post-Quantum Cryptography (PQC) support for .NET 10 by @ldsenow in #42
- Feature/additional algorithms by @ldsenow in #43
- Feature/replay protection by @ldsenow in #44
- feat: JWT token revocation support by @ldsenow in #45
- Add Ed25519 support to HeroSD by @ldsenow in #46
Full Changelog: v1.1.3...v1.1.4
Installation
Package Details
- NuGet: HeroSD-JWT v1.1.4
- Frameworks: net8.0, net9.0, net10.0
- Dependencies: Microsoft.Bcl.Memory (net8.0 only)
SBOMs (Software Bill of Materials)
Per-framework SBOMs included in this release:
- SPDX 2.2 format (net8.0, net9.0, net10.0)
- SPDX 3.0 format (net8.0, net9.0, net10.0)
Documentation
Release v1.1.3
Installation
dotnet add package HeroSD-JWT --version 1.1.3Package Details
- NuGet: HeroSD-JWT v1.1.3
- Frameworks: net8.0, net9.0, net10.0
- Dependencies: Microsoft.Bcl.Memory (net8.0 only)
SBOMs (Software Bill of Materials)
Per-framework SBOMs included in this release:
- SPDX 2.2 format (net8.0, net9.0, net10.0)
- SPDX 3.0 format (net8.0, net9.0, net10.0)
Documentation
Full Changelog: v1.1.2...v1.1.3
Release v1.1.2
Installation
dotnet add package HeroSD-JWT --version 1.1.2Package Details
- NuGet: HeroSD-JWT v1.1.2
- Frameworks: net8.0, net9.0, net10.0
- Dependencies: Microsoft.Bcl.Memory (net8.0 only), Microsoft.Extensions.Logging.Abstractions
SBOMs (Software Bill of Materials)
Per-framework SBOMs included in this release:
- SPDX 2.2 format (net8.0, net9.0, net10.0)
- SPDX 3.0 format (net8.0, net9.0, net10.0)
Documentation
Full Changelog: v1.1.1...v1.1.2
Release v1.1.1
HeroSD-JWT v1.1.1
Production-ready .NET library for SD-JWT (Selective Disclosure JWT)
Features
- ✅ Complete SD-JWT implementation per IETF draft-ietf-oauth-selective-disclosure-jwt
- ✅ Array element disclosure support
- ✅ Nested claims with recursive processing
- ✅ Key binding (holder binding)
- ✅ Multiple signature algorithms: HS256, RS256, ES256
- ✅ Zero third-party dependencies (BCL only)
- ✅ Multi-targeting: .NET 8.0 (LTS), 9.0, 10.0
- ✅ Native AOT compatible
- ✅ Full XML documentation
- ✅ Symbol package (.snupkg) with Source Link debugging
Installation
dotnet add package HeroSD-JWT --version 1.1.1Package Details
- Frameworks: net8.0, net9.0, net10.0
- Dependencies: Microsoft.Bcl.Memory (net8.0 only), Microsoft.Extensions.Logging.Abstractions
Documentation
SBOMs (Software Bill of Materials)
SBOMs are being generated asynchronously and will be attached to this release shortly.
🎯 Production ready - Fully tested and verified!
Release v1.1.0
HeroSD-JWT v1.1.0
Production-ready .NET library for SD-JWT (Selective Disclosure JWT)
Features
- ✅ Complete SD-JWT implementation per IETF draft-ietf-oauth-selective-disclosure-jwt
- ✅ Array element disclosure support
- ✅ Nested claims with recursive processing
- ✅ Key binding (holder binding)
- ✅ Multiple signature algorithms: HS256, RS256, ES256
- ✅ Zero third-party dependencies (BCL only)
- ✅ Multi-targeting: .NET 8.0 (LTS), 9.0, 10.0
- ✅ Native AOT compatible
- ✅ Full XML documentation
- ✅ Symbol package (.snupkg) with Source Link debugging
Installation
dotnet add package HeroSD-JWT --version 1.1.0Package Details
- Frameworks: net8.0, net9.0, net10.0
- Dependencies: Microsoft.Bcl.Memory (net8.0 only), Microsoft.Extensions.Logging.Abstractions
Documentation
SBOMs (Software Bill of Materials)
SBOMs are being generated asynchronously and will be attached to this release shortly.
🎯 Production ready - Fully tested and verified!
Release v1.0.5
HeroSD-JWT v1.0.5
Production-ready .NET library for SD-JWT (Selective Disclosure JWT)
Features
- ✅ Complete SD-JWT implementation per IETF draft-ietf-oauth-selective-disclosure-jwt
- ✅ Array element disclosure support
- ✅ Nested claims with recursive processing
- ✅ Key binding (holder binding)
- ✅ Multiple signature algorithms: HS256, RS256, ES256
- ✅ Zero third-party dependencies (BCL only)
- ✅ Multi-targeting: .NET 8.0 (LTS) + .NET 9.0
- ✅ Native AOT compatible
- ✅ 277 comprehensive tests
- ✅ Full XML documentation
- ✅ Symbol package (.snupkg) with Source Link debugging
Installation
dotnet add package HeroSD-JWT --version 1.0.5Package Details
- Frameworks: net8.0, net9.0
- Dependencies: Microsoft.Bcl.Memory (net8.0 only)
Documentation
🎯 Production ready - Fully tested and verified!
Release v1.0.4
HeroSD-JWT v1.0.4
Production-ready .NET library for SD-JWT (Selective Disclosure JWT)
Features
- ✅ Complete SD-JWT implementation per IETF draft-ietf-oauth-selective-disclosure-jwt
- ✅ Array element disclosure support
- ✅ Nested claims with recursive processing
- ✅ Key binding (holder binding)
- ✅ Multiple signature algorithms: HS256, RS256, ES256
- ✅ Zero third-party dependencies (BCL only)
- ✅ Multi-targeting: .NET 8.0 (LTS) + .NET 9.0
- ✅ Native AOT compatible
- ✅ 277 comprehensive tests
- ✅ Full XML documentation
- ✅ Symbol package (.snupkg) with Source Link debugging
Installation
dotnet add package HeroSD-JWT --version 1.0.4Package Details
- Frameworks: net8.0, net9.0
- Dependencies: Microsoft.Bcl.Memory (net8.0 only)
Documentation
🎯 Production ready - Fully tested and verified!