@backstage/plugin-catalog-backend 1.3.0 → 1.3.1-next.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 1.3.1-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 059ae348b4: Use the non-deprecated form of table.unique in knex
8
+
9
+ ## 1.3.1-next.1
10
+
11
+ ### Patch Changes
12
+
13
+ - e3d3018531: Fix issue for conditional decisions based on properties stored as arrays, like tags.
14
+
15
+ Before this change, having a permission policy returning conditional decisions based on metadata like tags, such like `createCatalogConditionalDecision(permission, catalogConditions.hasMetadata('tags', 'java'),)`, was producing wrong results. The issue occurred when authorizing entities already loaded from the database, for example when authorizing `catalogEntityDeletePermission`.
16
+
17
+ - Updated dependencies
18
+ - @backstage/plugin-catalog-common@1.0.5-next.0
19
+ - @backstage/backend-common@0.15.0-next.1
20
+ - @backstage/integration@1.3.0-next.1
21
+
22
+ ## 1.3.1-next.0
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - @backstage/backend-common@0.15.0-next.0
28
+ - @backstage/integration@1.3.0-next.0
29
+ - @backstage/backend-plugin-api@0.1.1-next.0
30
+ - @backstage/plugin-catalog-node@1.0.1-next.0
31
+ - @backstage/plugin-permission-node@0.6.4-next.0
32
+
3
33
  ## 1.3.0
4
34
 
5
35
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
- "version": "1.3.0",
3
+ "version": "1.3.1-next.2",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }