v0.9

v0.9.1

Improvements

  • SecurityRequirementOperationFilter was resetting the whole security definition list instead of adding, fixed
  • UseAttribute didn't allow multiple usage, fixed
  • AddHeaderOperationFilter was specific to adding headers, generalized and renamed as AddParameterOperationFilter
  • HasMetadata helper added to make it easy to check if an HttpContext has given attribute in requests action

Library Upgrades

PackageOld VersionNew Version
coverlet.collector6.0.06.0.2
Microsoft.AspNetCore.Mvc.NewtonsoftJson8.0.18.0.3
Microsoft.AspNetCore.Mvc.Testing8.0.18.0.3
Microsoft.Extensions.Logging.Abstractions8.0.08.0.1
Microsoft.Extensions.TimeProvider.Testing8.1.08.3.0
Microsoft.NET.Test.Sdk17.8.017.9.0
NUnit4.0.14.1.0

v0.9.0

Features

  • Beta features are available in do-blueprints-service package;
    • Authentication feature is added with FixedToken implementation