CHANGELOG
2.3.0 (2026-05-15)
Features
- expose HTTP request context through runtime context (6fec9c0), refs: ADI-2417
- feat: expose HTTP request context through runtime context
- Add IHttpRequestContext to provide authorization and forwarded client certificate headers without exposing ASP.NET Core request abstractions to consumers.
- Update ApiConnector token and header providers to use IRuntimeContext instead of IHttpContextAccessor, and replace ASP.NET Core ProblemDetails dependencies with local payload models.
2.2.1 (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
Features
- healthchecks: remove auto-registration and add explicit health check ex... (84e8120), refs: ADI-2354
- feat(healthchecks): remove auto-registration and add explicit health check extensions
- remove automatic platform health check registration from shared setup
- add dedicated extension methods to register individual health checks explicitly
- remove unused health check interfaces and implementations to streamline the codebase
- create new
ASOL.Core.HealthChecks.Abstractionsproject for shared contracts/constants - move
PlatformHealthCheckOptions,PlatformHealthCheckTags, and related constants to abstractions - update libraries (
ApiConnector,Messaging,Persistence, etc.) to use the new extensions
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)