@backstage/plugin-catalog-backend 1.14.0-next.1 → 1.14.0

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,60 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 1.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 78af9433c8: Instrumenting some missing metrics with `OpenTelemetry`
8
+
9
+ ### Patch Changes
10
+
11
+ - 7a2e2924c7: Marked the `LocationEntityProcessor` as deprecated, as it is no longer used internally since way back and can even be harmful at this point.
12
+ - 0b55f773a7: Removed some unused dependencies
13
+ - 348e8c1cdb: Fixes a bug where eagerly deleted entities did not properly trigger re-stitching of entities that they had relations to.
14
+ - b97e9790f0: Internal refactors, laying the foundation for later introducing deferred stitching (see #18062).
15
+ - Updated dependencies
16
+ - @backstage/backend-tasks@0.5.11
17
+ - @backstage/backend-common@0.19.8
18
+ - @backstage/integration@1.7.1
19
+ - @backstage/plugin-catalog-node@1.4.7
20
+ - @backstage/plugin-auth-node@0.4.0
21
+ - @backstage/catalog-model@1.4.3
22
+ - @backstage/errors@1.2.3
23
+ - @backstage/backend-openapi-utils@0.0.5
24
+ - @backstage/backend-plugin-api@0.6.6
25
+ - @backstage/plugin-search-backend-module-catalog@0.1.10
26
+ - @backstage/plugin-permission-node@0.7.17
27
+ - @backstage/catalog-client@1.4.5
28
+ - @backstage/config@1.1.1
29
+ - @backstage/types@1.1.1
30
+ - @backstage/plugin-catalog-common@1.0.17
31
+ - @backstage/plugin-events-node@0.2.15
32
+ - @backstage/plugin-permission-common@0.7.9
33
+
34
+ ## 1.14.0-next.2
35
+
36
+ ### Patch Changes
37
+
38
+ - 0b55f773a7: Removed some unused dependencies
39
+ - Updated dependencies
40
+ - @backstage/backend-common@0.19.8-next.2
41
+ - @backstage/plugin-auth-node@0.4.0-next.2
42
+ - @backstage/catalog-model@1.4.3-next.0
43
+ - @backstage/integration@1.7.1-next.1
44
+ - @backstage/errors@1.2.3-next.0
45
+ - @backstage/backend-openapi-utils@0.0.5-next.0
46
+ - @backstage/backend-tasks@0.5.11-next.2
47
+ - @backstage/plugin-catalog-node@1.4.7-next.2
48
+ - @backstage/plugin-permission-node@0.7.17-next.2
49
+ - @backstage/plugin-search-backend-module-catalog@0.1.10-next.2
50
+ - @backstage/backend-plugin-api@0.6.6-next.2
51
+ - @backstage/catalog-client@1.4.5-next.0
52
+ - @backstage/config@1.1.1-next.0
53
+ - @backstage/types@1.1.1
54
+ - @backstage/plugin-catalog-common@1.0.17-next.0
55
+ - @backstage/plugin-events-node@0.2.15-next.2
56
+ - @backstage/plugin-permission-common@0.7.9-next.0
57
+
3
58
  ## 1.14.0-next.1
4
59
 
5
60
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
- "version": "1.14.0-next.1",
3
+ "version": "1.14.0",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }