Přeskočit na hlavní obsah

CHANGELOG

2.4.1 (2026-05-14)

Bug Fixes

2.4.0 (2026-04-28)

Features

  • messaging: rabbitmq now supports configuration for api management (99baa7e), refs: ADI-1482
    • PR Classification

    • API enhancement to support separate configuration for RabbitMQ Management API connections.
    • PR Summary

    • This PR introduces optional overrides for RabbitMQ Management API connection settings, allowing them to differ from the main broker connection. It improves flexibility for deployments where the API endpoint is distinct from the broker.
    • RabbitMqConnectionOptions: Added Api property for API-specific connection overrides with fallback to root settings.
    • RabbitMqApiConnectionOptions: Introduced new class for API connection parameters (host, port, credentials, SSL).
    • RabbitMqApi: Refactored constructor to resolve API connection parameters using the new override logic.

2.3.0 (2026-04-14)

Features

  • add option to display service version in Swagger (3c02279), refs: ADI-2008
    • feat: add option to display service version in Swagger

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

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)