Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-02-27 16:48:30 +00:00
parent 56b9192861
commit 4cca80fbf8
529 changed files with 9255 additions and 290 deletions
+18
View File
@@ -1,5 +1,23 @@
# @backstage/backend-plugin-api
## 0.6.13-next.0
### Patch Changes
- 4a3d434: Added the new [`auth`](https://backstage.io/docs/backend-system/core-services/auth/), [`httpAuth`](https://backstage.io/docs/backend-system/core-services/http-auth), and [`userInfo`](https://backstage.io/docs/backend-system/core-services/user-info) services that were created as part of [BEP-0003](https://github.com/backstage/backstage/tree/master/beps/0003-auth-architecture-evolution) to the `coreServices`.
At the same time, the [`httpRouter`](https://backstage.io/docs/backend-system/core-services/http-router) service gained a new `addAuthPolicy` method that lets your plugin declare exemptions to the default auth policy - for example if you want to allow unauthenticated or cookie-based access to some subset of your feature routes.
If you have migrated to the new backend system, please see the [Auth Service Migration tutorial](https://backstage.io/docs/tutorials/auth-service-migration) for more information on how to move toward using these services.
- 0502d82: Updated the `PermissionsService` methods to accept `BackstageCredentials` through options.
- Updated dependencies
- @backstage/plugin-auth-node@0.4.8-next.0
- @backstage/plugin-permission-common@0.7.13-next.0
- @backstage/backend-tasks@0.5.18-next.0
- @backstage/config@1.1.2-next.0
- @backstage/types@1.1.1
## 0.6.10
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-plugin-api",
"description": "Core API used by Backstage backend plugins",
"version": "0.6.10",
"version": "0.6.13-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {