CHANGELOG
2.3.0 (2026-03-16)
Features
- core: decouple Identity and ASP runtime dependencies (b628065), refs: ADI-2263
- feat(core): decouple Identity and ASP runtime dependencies
- switch Configuration, Discovery, and MetadataExchange from
ASOL.Core.IdentitytoASOL.Core.Identity.Abstractions - remove AspNetCore dependency from Configuration, Discovery, and MetadataExchange
- create
ASOL.Core.MetadataExchange.AspNetCore - move
MapMetadataExchangeinto new AspNetCore package - add
ASOL.Core.MetadataExchange.AspNetCoreto solution - include new MetadataExchange AspNetCore package in
core-pipeline.yml - include new MetadataExchange AspNetCore package in
core-pipeline-check.yml
2.2.0 (2026-03-16)
Bug Fixes
- ASOL.Core.HealthChecks.Abstractions - add build configurations to soluti... (536fd10)
- fix: ASOL.Core.HealthChecks.Abstractions - add build configurations to solution file
2.1.4 (2026-03-03)
Bug Fixes
- fix loading cert root (508159b)
2.1.1 (2026-02-25)
Bug Fixes
- Include README.md in package for MongoDB test support (b4e39d0)
2.1.0 (2026-02-25)
Features
- testsupport: Add MongoDB Testcontainers support package (b245ad5)
2.0.0 (2026-02-23)
⚠ BREAKING CHANGES
- upgrade to .NET 10 and update dependencies (2088468)
Features
- migrate to .NET 10
- ensure multi-targeting support for net8.0 and net10.0
- remove external dependencies IdentityModel and IdentityServer4.AccessTokenValidation
- migrate identity and token validation logic to native ASOL.Core.Identity.* implementation
- update NuGet packages to latest versions (Asp.Versioning 8.1, MongoDB 3.6, Swashbuckle 10.1)
- update other dependencies to latest versions
- extensive refactoring for improved performance and consistency
- refactor code for .NET 10 performance (sealed classes, string comparison optimizations)
Refs: ADI-2199
1.1.0 (2026-02-10)
Features
- ADI-1111 - spojení do jedné solution, conventional commits, verzování (9d871d7)