Skip to content

Release v17.13.0

Choose a tag to compare

@github-actions github-actions released this 05 Oct 15:02
a405d5d

Added

  • Support for extensible values that can be provided to a CommandContext.
  • Added implementation of AuthorizationFilter for Commands and Queries, honoring the [Authorize] attribute. Commands are on the type level, while queries support both the type level and individual performers - such as the model bound performers.

Fixed

  • Fixing so that TenantId is available on all requests, not just controller action based.
  • Fixing so that CorrelationId is available on all requests, not just controller action based.