Version Packages
This commit is contained in:
@@ -1,5 +1,26 @@
|
||||
# @backstage/backend-app-api
|
||||
|
||||
## 0.4.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3bb4158a8aa4: Switched startup strategy to initialize all plugins in parallel, as well as hook into the new startup lifecycle hooks.
|
||||
- 68a21956ef52: Remove reference to deprecated import
|
||||
- a5c5491ff50c: Use `durationToMilliseconds` from `@backstage/types` instead of our own
|
||||
- 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.
|
||||
- c4e8fefd9f13: Added handling of `ServiceUnavailableError` to error handling middleware.
|
||||
- Updated dependencies
|
||||
- @backstage/backend-common@0.19.0
|
||||
- @backstage/types@1.1.0
|
||||
- @backstage/config-loader@1.3.1
|
||||
- @backstage/errors@1.2.0
|
||||
- @backstage/backend-plugin-api@0.5.3
|
||||
- @backstage/backend-tasks@0.5.3
|
||||
- @backstage/plugin-auth-node@0.2.15
|
||||
- @backstage/plugin-permission-node@0.7.9
|
||||
- @backstage/cli-common@0.1.12
|
||||
- @backstage/config@1.0.8
|
||||
|
||||
## 0.4.4-next.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@backstage/backend-app-api",
|
||||
"description": "Core API used by Backstage backend apps",
|
||||
"version": "0.4.4-next.2",
|
||||
"version": "0.4.4",
|
||||
"main": "src/index.ts",
|
||||
"types": "src/index.ts",
|
||||
"publishConfig": {
|
||||
|
||||
Reference in New Issue
Block a user