Version Packages

This commit is contained in:
github-actions[bot]
2025-12-16 14:08:20 +00:00
parent 08f8a58f82
commit c24788d5bb
487 changed files with 4885 additions and 1335 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/backend-app-api
## 1.4.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.6.0
## 1.4.0-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-app-api",
"version": "1.4.0-next.1",
"version": "1.4.0",
"description": "Core API used by Backstage backend apps",
"backstage": {
"role": "node-library"