@backstage/plugin-search-backend-module-catalog 0.3.0-next.1 → 0.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/plugin-search-backend-module-catalog
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - dd515e3: **BREAKING**: Removed support for the old backend system. Please [migrate to the new backend system](https://backstage.io/docs/backend-system/) and enable [the catalog collator](https://backstage.io/docs/features/search/collators#catalog) there.
8
+
9
+ As part of this, the `/alpha` export path is gone too. Just import the module from the root of the package as usual instead.
10
+
11
+ ### Patch Changes
12
+
13
+ - 1e09b06: Internal refactor to use cursor based pagination
14
+ - Updated dependencies
15
+ - @backstage/backend-plugin-api@1.1.1
16
+ - @backstage/catalog-client@1.9.1
17
+ - @backstage/catalog-model@1.7.3
18
+ - @backstage/config@1.3.2
19
+ - @backstage/errors@1.2.7
20
+ - @backstage/plugin-catalog-common@1.1.3
21
+ - @backstage/plugin-catalog-node@1.15.1
22
+ - @backstage/plugin-permission-common@0.8.4
23
+ - @backstage/plugin-search-backend-node@1.3.7
24
+ - @backstage/plugin-search-common@1.2.17
25
+
3
26
  ## 0.3.0-next.1
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend-module-catalog",
3
- "version": "0.3.0-next.1",
3
+ "version": "0.3.0",
4
4
  "description": "A module for the search backend that exports catalog modules",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -35,21 +35,21 @@
35
35
  "test": "backstage-cli package test"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/backend-plugin-api": "1.1.1-next.1",
39
- "@backstage/catalog-client": "1.9.1-next.0",
40
- "@backstage/catalog-model": "1.7.3-next.0",
41
- "@backstage/config": "1.3.2-next.0",
42
- "@backstage/errors": "1.2.7-next.0",
43
- "@backstage/plugin-catalog-common": "1.1.3-next.0",
44
- "@backstage/plugin-catalog-node": "1.15.1-next.1",
45
- "@backstage/plugin-permission-common": "0.8.4-next.0",
46
- "@backstage/plugin-search-backend-node": "1.3.7-next.1",
47
- "@backstage/plugin-search-common": "1.2.17-next.0"
38
+ "@backstage/backend-plugin-api": "^1.1.1",
39
+ "@backstage/catalog-client": "^1.9.1",
40
+ "@backstage/catalog-model": "^1.7.3",
41
+ "@backstage/config": "^1.3.2",
42
+ "@backstage/errors": "^1.2.7",
43
+ "@backstage/plugin-catalog-common": "^1.1.3",
44
+ "@backstage/plugin-catalog-node": "^1.15.1",
45
+ "@backstage/plugin-permission-common": "^0.8.4",
46
+ "@backstage/plugin-search-backend-node": "^1.3.7",
47
+ "@backstage/plugin-search-common": "^1.2.17"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@backstage/backend-common": "^0.25.0",
51
- "@backstage/backend-test-utils": "1.2.1-next.1",
52
- "@backstage/cli": "0.29.5-next.1",
51
+ "@backstage/backend-test-utils": "^1.2.1",
52
+ "@backstage/cli": "^0.29.5",
53
53
  "msw": "^1.0.0"
54
54
  },
55
55
  "configSchema": "config.d.ts",