11.0.0-alpha.14 (2021-11-12)
Features
- improve procedure authorization data (135f3c9)
BREAKING CHANGES
- change the
ProcedureAuthorizationStatus
type. The permissions/roles related
properties will be changed fromboolean
toCheckPermissionsResult
andCheckRolesResult
.
This affects the return type ofcheckAuthorization
inProcedureMethod