@backstage/plugin-catalog-backend 1.8.0 → 1.8.1-next.1

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,51 @@
1
1
  # @backstage/plugin-catalog-backend
2
2
 
3
+ ## 1.8.1-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 1e4f5e91b8e: Bump `zod` and `zod-to-json-schema` dependencies.
8
+ - c4b846359c0: Allow replacement of the BuiltinKindsEntityProcessor which enables customization of schema validation and connections emitted.
9
+ - 01ae205352e: Collator factories instantiated in new backend system modules and now marked as deprecated. Will be continued to be exported publicly until the new backend system is fully rolled out.
10
+ - Updated dependencies
11
+ - @backstage/plugin-scaffolder-common@1.2.7-next.1
12
+ - @backstage/plugin-permission-node@0.7.7-next.1
13
+ - @backstage/plugin-permission-common@0.7.5-next.0
14
+ - @backstage/plugin-search-backend-module-catalog@0.1.0-next.0
15
+ - @backstage/integration@1.4.4-next.0
16
+ - @backstage/backend-common@0.18.4-next.1
17
+ - @backstage/backend-plugin-api@0.5.1-next.1
18
+ - @backstage/catalog-client@1.4.0
19
+ - @backstage/catalog-model@1.2.1
20
+ - @backstage/config@1.0.7
21
+ - @backstage/errors@1.1.5
22
+ - @backstage/types@1.0.2
23
+ - @backstage/plugin-catalog-common@1.0.13-next.0
24
+ - @backstage/plugin-catalog-node@1.3.5-next.1
25
+ - @backstage/plugin-search-common@1.2.3-next.0
26
+
27
+ ## 1.8.1-next.0
28
+
29
+ ### Patch Changes
30
+
31
+ - c9a0fdcd2c8: Fix deprecated types.
32
+ - 899ebfd8e02: Add full text search support to the `by-query` endpoint.
33
+ - Updated dependencies
34
+ - @backstage/plugin-scaffolder-common@1.2.7-next.0
35
+ - @backstage/backend-common@0.18.4-next.0
36
+ - @backstage/config@1.0.7
37
+ - @backstage/integration@1.4.3
38
+ - @backstage/backend-plugin-api@0.5.1-next.0
39
+ - @backstage/catalog-client@1.4.0
40
+ - @backstage/catalog-model@1.2.1
41
+ - @backstage/errors@1.1.5
42
+ - @backstage/types@1.0.2
43
+ - @backstage/plugin-catalog-common@1.0.12
44
+ - @backstage/plugin-catalog-node@1.3.5-next.0
45
+ - @backstage/plugin-permission-common@0.7.4
46
+ - @backstage/plugin-permission-node@0.7.7-next.0
47
+ - @backstage/plugin-search-common@1.2.2
48
+
3
49
  ## 1.8.0
4
50
 
5
51
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend",
3
- "version": "1.8.0",
3
+ "version": "1.8.1-next.1",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }