@backstage/backend-app-api 0.8.1-next.3 → 0.9.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,37 @@
1
1
  # @backstage/backend-app-api
2
2
 
3
+ ## 0.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 91e78c3: `auth.externalAccess` should be optional in the config schema
8
+
9
+ ## 0.9.0
10
+
11
+ ### Minor Changes
12
+
13
+ - da4fde5: **BREAKING**: Removed several deprecated service factories. These can instead be imported from `@backstage/backend-defaults` package.
14
+ - fc24d9e: Stop using `@backstage/backend-tasks` as it will be deleted in near future.
15
+ - 389f5a4: Remove deprecated `urlReaderServiceFactory`, please import from `@backstage/backend-defaults/urlReader` instead.
16
+
17
+ ### Patch Changes
18
+
19
+ - 8b13183: Added support for the latest version of `BackendFeature`s from `@backstage/backend-plugin-api`, including feature loaders.
20
+ - 93095ee: Make sure node-fetch is version 2.7.0 or greater
21
+ - 7c5f3b0: Update the `ServiceRegister` implementation to enable registering multiple service implementations for a given service ref.
22
+ - 80a0737: Added configuration for the `packages` options to config schema
23
+ - Updated dependencies
24
+ - @backstage/backend-plugin-api@0.8.0
25
+ - @backstage/backend-common@0.24.0
26
+ - @backstage/config-loader@1.9.0
27
+ - @backstage/plugin-auth-node@0.5.0
28
+ - @backstage/plugin-permission-node@0.8.1
29
+ - @backstage/cli-common@0.1.14
30
+ - @backstage/cli-node@0.2.7
31
+ - @backstage/config@1.2.0
32
+ - @backstage/errors@1.2.4
33
+ - @backstage/types@1.1.1
34
+
3
35
  ## 0.8.1-next.3
4
36
 
5
37
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-app-api__alpha",
3
- "version": "0.8.1-next.3",
3
+ "version": "0.9.1",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/config.d.ts CHANGED
@@ -71,7 +71,7 @@ export interface Config {
71
71
  * the Backstage ecosystem to get authorized for access to APIs that do
72
72
  * not permit unauthorized access.
73
73
  */
74
- externalAccess: Array<
74
+ externalAccess?: Array<
75
75
  | {
76
76
  /**
77
77
  * This is the legacy service-to-service access method, where a set