@backstage/backend-app-api 0.8.1-next.2 → 0.9.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 +43 -0
- package/alpha/package.json +1 -1
- package/dist/index.cjs.js +725 -3798
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +2 -762
- package/package.json +9 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,48 @@
|
|
|
1
1
|
# @backstage/backend-app-api
|
|
2
2
|
|
|
3
|
+
## 0.9.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- da4fde5: **BREAKING**: Removed several deprecated service factories. These can instead be imported from `@backstage/backend-defaults` package.
|
|
8
|
+
- fc24d9e: Stop using `@backstage/backend-tasks` as it will be deleted in near future.
|
|
9
|
+
- 389f5a4: Remove deprecated `urlReaderServiceFactory`, please import from `@backstage/backend-defaults/urlReader` instead.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 8b13183: Added support for the latest version of `BackendFeature`s from `@backstage/backend-plugin-api`, including feature loaders.
|
|
14
|
+
- 93095ee: Make sure node-fetch is version 2.7.0 or greater
|
|
15
|
+
- 7c5f3b0: Update the `ServiceRegister` implementation to enable registering multiple service implementations for a given service ref.
|
|
16
|
+
- 80a0737: Added configuration for the `packages` options to config schema
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/backend-plugin-api@0.8.0
|
|
19
|
+
- @backstage/backend-common@0.24.0
|
|
20
|
+
- @backstage/config-loader@1.9.0
|
|
21
|
+
- @backstage/plugin-auth-node@0.5.0
|
|
22
|
+
- @backstage/plugin-permission-node@0.8.1
|
|
23
|
+
- @backstage/cli-common@0.1.14
|
|
24
|
+
- @backstage/cli-node@0.2.7
|
|
25
|
+
- @backstage/config@1.2.0
|
|
26
|
+
- @backstage/errors@1.2.4
|
|
27
|
+
- @backstage/types@1.1.1
|
|
28
|
+
|
|
29
|
+
## 0.8.1-next.3
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- Updated dependencies
|
|
34
|
+
- @backstage/backend-plugin-api@0.8.0-next.3
|
|
35
|
+
- @backstage/backend-common@0.23.4-next.3
|
|
36
|
+
- @backstage/backend-tasks@0.5.28-next.3
|
|
37
|
+
- @backstage/cli-common@0.1.14
|
|
38
|
+
- @backstage/cli-node@0.2.7
|
|
39
|
+
- @backstage/config@1.2.0
|
|
40
|
+
- @backstage/config-loader@1.9.0-next.2
|
|
41
|
+
- @backstage/errors@1.2.4
|
|
42
|
+
- @backstage/types@1.1.1
|
|
43
|
+
- @backstage/plugin-auth-node@0.5.0-next.3
|
|
44
|
+
- @backstage/plugin-permission-node@0.8.1-next.3
|
|
45
|
+
|
|
3
46
|
## 0.8.1-next.2
|
|
4
47
|
|
|
5
48
|
### Patch Changes
|