@backstage/backend-app-api 0.0.0-nightly-20230529022505 → 0.0.0-nightly-20230530022329

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.

Potentially problematic release.


This version of @backstage/backend-app-api might be problematic. Click here for more details.

package/CHANGELOG.md CHANGED
@@ -1,19 +1,22 @@
1
1
  # @backstage/backend-app-api
2
2
 
3
- ## 0.0.0-nightly-20230529022505
3
+ ## 0.0.0-nightly-20230530022329
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 3bb4158a8aa4: Switched startup strategy to initialize all plugins in parallel, as well as hook into the new startup lifecycle hooks.
8
+ - 2c9f67e6f166: Introduced built-in middleware into the default `HttpService` implementation that throws a `ServiceNotAvailable` error when plugins aren't able to serve request. Also introduced a request stalling mechanism that pauses incoming request until plugins have been fully initialized.
9
+ - c4e8fefd9f13: Added handling of `ServiceUnavailableError` to error handling middleware.
7
10
  - Updated dependencies
8
- - @backstage/config-loader@0.0.0-nightly-20230529022505
9
- - @backstage/backend-common@0.0.0-nightly-20230529022505
10
- - @backstage/backend-tasks@0.0.0-nightly-20230529022505
11
- - @backstage/plugin-auth-node@0.0.0-nightly-20230529022505
12
- - @backstage/plugin-permission-node@0.0.0-nightly-20230529022505
11
+ - @backstage/config-loader@0.0.0-nightly-20230530022329
12
+ - @backstage/backend-common@0.0.0-nightly-20230530022329
13
+ - @backstage/errors@0.0.0-nightly-20230530022329
14
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230530022329
15
+ - @backstage/backend-tasks@0.0.0-nightly-20230530022329
16
+ - @backstage/plugin-auth-node@0.0.0-nightly-20230530022329
17
+ - @backstage/plugin-permission-node@0.0.0-nightly-20230530022329
13
18
  - @backstage/config@1.0.7
14
- - @backstage/backend-plugin-api@0.0.0-nightly-20230529022505
15
19
  - @backstage/cli-common@0.1.12
16
- - @backstage/errors@1.1.5
17
20
  - @backstage/types@1.0.2
18
21
 
19
22
  ## 0.4.4-next.0