Skip to content

Release v17.24.16

Choose a tag to compare

@github-actions github-actions released this 26 Nov 12:10
bb37371

Fixed

  • Fixing the support for anonymous requests for commands and queries. This didn't work if you had a fallback policy as the endpoints we expose using minimal APIs didn't call AllowAnonymous(). It does this now, plus the AuthorizationEvaluator supports this now explicit as well.
  • Updating documentation on authorization.
  • Separating out model-bound documentation for commands in a better way with explicit content for authorization.