Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-11-25 16:21:32 +00:00
parent fea7302000
commit 756986e5e7
363 changed files with 4740 additions and 182 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/backend-app-api
## 1.4.0-next.0
### Minor Changes
- 5a2d538: Introduced backend startup result tracking and error handling. The `Backend.start()` method now returns a `BackendStartupResult` with detailed success/failure status and timing information for all plugins and modules. When startup fails, a `BackendStartupError` is thrown that includes the complete startup results, making it easier to diagnose which plugins or modules failed.
This also improves the default error message when backend startup fails, and of course makes it possible to craft your own custom error reporting based on the startup results.
### Patch Changes
- Updated dependencies
- @backstage/backend-plugin-api@1.5.1-next.0
- @backstage/config@1.3.6
- @backstage/errors@1.2.7
## 1.3.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-app-api",
"version": "1.3.0",
"version": "1.4.0-next.0",
"description": "Core API used by Backstage backend apps",
"backstage": {
"role": "node-library"