Skip to content

Consumer API v1.2.0

Compare
Choose a tag to compare
@tnotheis tnotheis released this 07 Jul 07:25
· 773 commits to main since this release
4c312ec

What's Changed

New Features

  • Make configuration of a JWT Signing Certificate optional for development scenarios by @tnotheis in #101
    It is now possible to omit the JWT Signing Certificate from the configuration. In this case a temporary certificate is used to sign the JWTs. It is NOT recommended to do this in production scenarios. To prevent accidental misconfiguration, the server won't start if ASPNETCORE_ENVIRONMENT is set to Production and there is no JWT Signing Certificate configured
  • Request cancellation support by @filipemmagalhaes in #126
    If you now cancel an HTTP request to the Consumer API, any triggered actions will be cancelled at the next opportunity.
  • "Data" property for HTTP errors by @filipemmagalhaes in #136
    Errors returned in an HTTP response now may have a Data property, which contains error specific properties. It depends on the error code whether such data is available or not.

Full Changelog: capi/v1.1.0...capi/v1.2.0