Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-03-31 15:30:51 +00:00
parent 292b6431a2
commit a2cb332e25
334 changed files with 3572 additions and 167 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/backend-defaults
## 0.16.1-next.1
### Patch Changes
- 4559806: Added support for typed `examples` on actions registered via the actions registry. Action authors can now provide examples with compile-time-checked `input` and `output` values that match their schema definitions.
- 5cd814f: Refactored auditor severity log level mappings to use `zod/v4` with schema-driven defaults and type inference.
- 6e2aaab: Fixed `AwsS3UrlReader` failing to read files from S3 buckets configured with custom endpoint hosts. When an integration was configured with a specific endpoint like `https://bucket-1.s3.eu-central-1.amazonaws.com`, the URL parser incorrectly fell through to the non-AWS code path, always defaulting the region to `us-east-1` instead of extracting it from the hostname.
- Updated dependencies
- @backstage/backend-plugin-api@1.9.0-next.1
- @backstage/plugin-auth-node@0.7.0-next.1
- @backstage/backend-app-api@1.6.1-next.1
- @backstage/plugin-events-node@0.4.21-next.1
- @backstage/plugin-permission-node@0.10.12-next.1
## 0.16.1-next.0
### Patch Changes