@backstage/backend-dynamic-feature-service 0.5.0-next.3 → 0.5.1-next.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 +64 -0
  2. package/package.json +23 -23
package/CHANGELOG.md CHANGED
@@ -1,5 +1,69 @@
1
1
  # @backstage/backend-dynamic-feature-service
2
2
 
3
+ ## 0.5.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-defaults@0.6.0-next.0
9
+ - @backstage/backend-plugin-api@1.0.3-next.0
10
+ - @backstage/backend-app-api@1.0.3-next.0
11
+ - @backstage/plugin-catalog-backend@1.28.1-next.0
12
+ - @backstage/plugin-events-node@0.4.6-next.0
13
+ - @backstage/plugin-scaffolder-node@0.6.1-next.0
14
+ - @backstage/cli-node@0.2.11-next.0
15
+ - @backstage/plugin-auth-node@0.5.5-next.0
16
+ - @backstage/plugin-events-backend@0.3.17-next.0
17
+ - @backstage/cli-common@0.1.15
18
+ - @backstage/config@1.3.0
19
+ - @backstage/config-loader@1.9.2
20
+ - @backstage/errors@1.2.5
21
+ - @backstage/types@1.2.0
22
+ - @backstage/plugin-app-node@0.1.28-next.0
23
+ - @backstage/plugin-permission-common@0.8.2
24
+ - @backstage/plugin-permission-node@0.8.6-next.0
25
+ - @backstage/plugin-search-backend-node@1.3.6-next.0
26
+ - @backstage/plugin-search-common@1.2.15
27
+
28
+ ## 0.5.0
29
+
30
+ ### Minor Changes
31
+
32
+ - e939cd7: **BREAKING** The `dynamicPluginsFeatureLoader` options related to the root logger behavior (`transports`, `level`, `format`) are now gathered under a single `logger` option which is a function taking an optional `Config` argument and returning the logger options.
33
+
34
+ This breaking change is required for 2 reasons:
35
+
36
+ - it's totally possible that the current `Config` would be required to provide the logger options,
37
+ - the logger-related options should be gathered under a common `logger` option because, when the root auditing service is introduced, distinct but similarly-named options would be required for the auditor as well.
38
+
39
+ ### Patch Changes
40
+
41
+ - 1aeec12: Enhance the `CommonJSModuleLoader` to add support for `resolvePackagePath` calls from backend dynamic plugins, with customizable package resolution, and make the `CommonJSModuleLoader` public API.
42
+ Fixing this backend dynamic plugin limitation related to `resolvePackagePath` is important for backend dynamic plugins which use the database, since database migration scripts systematically use `resolvePackagePath`.
43
+ - 8593dfa: Improve the way alpha packages are supported when loading dynamic backend plugins.
44
+ The `ScannedPluginPackage` descriptor of dynamic backend plugins loaded from their alpha `package.json` now contain both the main package manifest and the alpha manifest. Previously it used to contain only the content of the alpha `package.json`, which is nearly empty.
45
+ This will make it easier to use or display metadata of loaded dynamic backend plugins, which is contained in the main manifest.
46
+ - Updated dependencies
47
+ - @backstage/config@1.3.0
48
+ - @backstage/plugin-events-node@0.4.5
49
+ - @backstage/backend-defaults@0.5.3
50
+ - @backstage/types@1.2.0
51
+ - @backstage/plugin-catalog-backend@1.28.0
52
+ - @backstage/plugin-events-backend@0.3.16
53
+ - @backstage/config-loader@1.9.2
54
+ - @backstage/plugin-auth-node@0.5.4
55
+ - @backstage/backend-plugin-api@1.0.2
56
+ - @backstage/plugin-search-backend-node@1.3.5
57
+ - @backstage/plugin-permission-common@0.8.2
58
+ - @backstage/backend-app-api@1.0.2
59
+ - @backstage/cli-common@0.1.15
60
+ - @backstage/plugin-scaffolder-node@0.6.0
61
+ - @backstage/cli-node@0.2.10
62
+ - @backstage/errors@1.2.5
63
+ - @backstage/plugin-app-node@0.1.27
64
+ - @backstage/plugin-permission-node@0.8.5
65
+ - @backstage/plugin-search-common@1.2.15
66
+
3
67
  ## 0.5.0-next.3
4
68
 
5
69
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-dynamic-feature-service",
3
- "version": "0.5.0-next.3",
3
+ "version": "0.5.1-next.0",
4
4
  "description": "Backstage dynamic feature service",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -49,26 +49,26 @@
49
49
  "test": "backstage-cli package test"
50
50
  },
51
51
  "dependencies": {
52
- "@backstage/backend-app-api": "1.0.2-next.2",
52
+ "@backstage/backend-app-api": "1.0.3-next.0",
53
53
  "@backstage/backend-common": "^0.25.0",
54
- "@backstage/backend-defaults": "0.5.3-next.3",
55
- "@backstage/backend-plugin-api": "1.0.2-next.2",
56
- "@backstage/cli-common": "0.1.15-next.0",
57
- "@backstage/cli-node": "0.2.10-next.0",
58
- "@backstage/config": "1.2.0",
59
- "@backstage/config-loader": "1.9.2-next.0",
60
- "@backstage/errors": "1.2.4",
61
- "@backstage/plugin-app-node": "0.1.27-next.2",
62
- "@backstage/plugin-auth-node": "0.5.4-next.2",
63
- "@backstage/plugin-catalog-backend": "1.28.0-next.3",
64
- "@backstage/plugin-events-backend": "0.3.16-next.3",
65
- "@backstage/plugin-events-node": "0.4.5-next.3",
66
- "@backstage/plugin-permission-common": "0.8.1",
67
- "@backstage/plugin-permission-node": "0.8.5-next.2",
68
- "@backstage/plugin-scaffolder-node": "0.5.1-next.3",
69
- "@backstage/plugin-search-backend-node": "1.3.5-next.3",
70
- "@backstage/plugin-search-common": "1.2.14",
71
- "@backstage/types": "1.1.1",
54
+ "@backstage/backend-defaults": "0.6.0-next.0",
55
+ "@backstage/backend-plugin-api": "1.0.3-next.0",
56
+ "@backstage/cli-common": "0.1.15",
57
+ "@backstage/cli-node": "0.2.11-next.0",
58
+ "@backstage/config": "1.3.0",
59
+ "@backstage/config-loader": "1.9.2",
60
+ "@backstage/errors": "1.2.5",
61
+ "@backstage/plugin-app-node": "0.1.28-next.0",
62
+ "@backstage/plugin-auth-node": "0.5.5-next.0",
63
+ "@backstage/plugin-catalog-backend": "1.28.1-next.0",
64
+ "@backstage/plugin-events-backend": "0.3.17-next.0",
65
+ "@backstage/plugin-events-node": "0.4.6-next.0",
66
+ "@backstage/plugin-permission-common": "0.8.2",
67
+ "@backstage/plugin-permission-node": "0.8.6-next.0",
68
+ "@backstage/plugin-scaffolder-node": "0.6.1-next.0",
69
+ "@backstage/plugin-search-backend-node": "1.3.6-next.0",
70
+ "@backstage/plugin-search-common": "1.2.15",
71
+ "@backstage/types": "1.2.0",
72
72
  "@manypkg/get-packages": "^1.1.3",
73
73
  "@types/express": "^4.17.6",
74
74
  "chokidar": "^3.5.3",
@@ -78,9 +78,9 @@
78
78
  "winston": "^3.2.1"
79
79
  },
80
80
  "devDependencies": {
81
- "@backstage/backend-test-utils": "1.1.0-next.3",
82
- "@backstage/cli": "0.29.0-next.3",
83
- "@backstage/plugin-app-backend": "0.3.77-next.2",
81
+ "@backstage/backend-test-utils": "1.2.0-next.0",
82
+ "@backstage/cli": "0.29.3-next.0",
83
+ "@backstage/plugin-app-backend": "0.4.3-next.0",
84
84
  "triple-beam": "^1.4.1",
85
85
  "wait-for-expect": "^3.0.2"
86
86
  }