2.8 KiB
@backstage/plugin-permission-common
0.5.2
Patch Changes
79b9d8a861: Add api doc comments toPermissiontype properties.
0.5.1
Patch Changes
- Fix for the previous release with missing type declarations.
- Updated dependencies
- @backstage/config@0.1.15
- @backstage/errors@0.2.2
0.5.0
Minor Changes
8c646beb24: BREAKINGPermissionCriterianow requires at least one condition inanyOfandallOfarrays. This addresses some ambiguous behavior outlined in #9280.
Patch Changes
1ed305728b: Bumpnode-fetchto version 2.6.7 andcross-fetchto version 3.1.5c77c5c7eb6: Addedbackstage.roletopackage.json- Updated dependencies
- @backstage/errors@0.2.1
- @backstage/config@0.1.14
0.4.0
Minor Changes
-
b768259244: BREAKING: Authorize API request and response types have been updated. The existingAuthorizeRequestandAuthorizeResponsetypes now match the entire request and response objects for the /authorize endpoint, and new typesAuthorizeQueryandAuthorizeDecisionhave been introduced for individual items in the request and response batches respectively.BREAKING: PermissionClient has been updated to use the new request and response format in the latest version of @backstage/permission-backend.
Patch Changes
- Updated dependencies
- @backstage/config@0.1.13
0.4.0-next.0
Minor Changes
-
b768259244: BREAKING: Authorize API request and response types have been updated. The existingAuthorizeRequestandAuthorizeResponsetypes now match the entire request and response objects for the /authorize endpoint, and new typesAuthorizeQueryandAuthorizeDecisionhave been introduced for individual items in the request and response batches respectively.BREAKING: PermissionClient has been updated to use the new request and response format in the latest version of @backstage/permission-backend.
Patch Changes
- Updated dependencies
- @backstage/config@0.1.13-next.0
0.3.1
Patch Changes
- Updated dependencies
- @backstage/config@0.1.12
- @backstage/errors@0.2.0
0.3.0
Minor Changes
-
0e8ec6d974: - AddPermissionAuthorizerinterface matchingPermissionClientto allow alternative implementations like theServerPermissionClientin @backstage/plugin-permission-node.Breaking Changes:
- Remove "api" suffixes from constructor parameters in PermissionClient
const { config, discovery } = options; - const permissionClient = new PermissionClient({ discoveryApi: discovery, configApi: config }); + const permissionClient = new PermissionClient({ discovery, config });
0.2.0
Minor Changes
92439056fb: Accept configApi rather than enabled flag in PermissionClient constructor.
Patch Changes
- Updated dependencies
- @backstage/errors@0.1.5