Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-07-23 14:02:37 +00:00
parent 2431eb22fe
commit 4a8774820c
314 changed files with 4828 additions and 219 deletions
+28
View File
@@ -1,5 +1,33 @@
# @backstage/backend-common
## 0.23.4-next.0
### Patch Changes
- ba8571e: Setup user agent header for AWS sdk clients, this enables users to better track API calls made from Backstage to AWS APIs through things like CloudTrail.
- 7e13b7a: The remaining exports in the package have now been deprecated:
- `cacheToPluginCacheManager`
- `createLegacyAuthAdapters`
- `LegacyCreateRouter`
- `legacyPlugin`
- `loggerToWinstonLogger`
- `makeLegacyPlugin`
Users of these export should fully [migrate to the new backend system](https://backstage.io/docs/backend-system/building-backends/migrating).
- Updated dependencies
- @backstage/integration@1.14.0-next.0
- @backstage/config-loader@1.8.2-next.0
- @backstage/backend-dev-utils@0.1.4
- @backstage/backend-plugin-api@0.7.1-next.0
- @backstage/cli-common@0.1.14
- @backstage/config@1.2.0
- @backstage/errors@1.2.4
- @backstage/integration-aws-node@0.1.12
- @backstage/types@1.1.1
- @backstage/plugin-auth-node@0.4.18-next.0
## 0.23.3
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/backend-common",
"version": "0.23.3",
"version": "0.23.4-next.0",
"description": "Common functionality library for Backstage backends",
"backstage": {
"role": "node-library"