Skip to main content

CHANGELOG

3.5.0 (2026-07-13)

Features

3.4.0 (2026-07-08)

Features

3.3.0 (2026-06-25)

Features

3.2.0 (2026-04-01)

Features

  • improve connection resiliency across data integrations (bdaaf33), refs: ADI-2355
    • feat: improve connection resiliency across data integrations
    • improve resiliency-related logging for MongoDB connection attempts and recovery
    • add EF Core execution strategy support for SaveChanges and selected repository reads
    • add RabbitMQ connection resiliency options (heartbeat, connection/continuation timeouts, publisher confirmations)
    • add a retry mechanism for Redis connection multiplexer and an optional null-on-read fallback when Redis is unavailable

3.1.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

3.0.0 (2026-03-04)

⚠ BREAKING CHANGES

  • testsupport: - Change in MongoDb test container support: renaming extention method AddMongoDbTestcontainer to AddMongoDb
  • Change of visibility of the MongoDbContainerExtensions class, from now on its internal.

Refs: ADI-1721

Features

  • testsupport: add PostgreSQL test container support and related configurations (f280ff8)

2.2.1 (2026-03-03)

Bug Fixes

2.2.0 (2026-03-02)

Features

  • testsupport: add test support for RabbitMq testcontainer (541371c)

Bug Fixes

  • build & test & pack pipeline (78a3fff)

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)