@backstage/plugin-permission-backend 0.7.0-next.1 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/plugin-permission-backend
2
2
 
3
+ ## 0.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 4da2965: Fixed an issue causing the `PermissionClient` to exhaust the request body size limit too quickly when making many requests.
8
+ - cf8fd51: **BREAKING** Removed support for the legacy backend system, please [migrate to the new backend system](https://backstage.io/docs/backend-system/building-backends/migrating)
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+ - @backstage/plugin-auth-node@0.6.3
14
+ - @backstage/backend-plugin-api@1.3.1
15
+ - @backstage/plugin-permission-common@0.9.0
16
+ - @backstage/plugin-permission-node@0.10.0
17
+ - @backstage/config@1.3.2
18
+ - @backstage/errors@1.2.7
19
+
20
+ ## 0.7.0-next.2
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/plugin-auth-node@0.6.3-next.2
26
+ - @backstage/backend-plugin-api@1.3.1-next.2
27
+ - @backstage/config@1.3.2
28
+ - @backstage/errors@1.2.7
29
+ - @backstage/plugin-permission-common@0.9.0-next.0
30
+ - @backstage/plugin-permission-node@0.10.0-next.2
31
+
3
32
  ## 0.7.0-next.1
4
33
 
5
34
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-permission-backend",
3
- "version": "0.7.0-next.1",
3
+ "version": "0.7.0",
4
4
  "backstage": {
5
5
  "role": "backend-plugin",
6
6
  "pluginId": "permission",
@@ -65,12 +65,12 @@
65
65
  "test": "backstage-cli package test"
66
66
  },
67
67
  "dependencies": {
68
- "@backstage/backend-plugin-api": "1.3.1-next.1",
69
- "@backstage/config": "1.3.2",
70
- "@backstage/errors": "1.2.7",
71
- "@backstage/plugin-auth-node": "0.6.3-next.1",
72
- "@backstage/plugin-permission-common": "0.9.0-next.0",
73
- "@backstage/plugin-permission-node": "0.10.0-next.1",
68
+ "@backstage/backend-plugin-api": "^1.3.1",
69
+ "@backstage/config": "^1.3.2",
70
+ "@backstage/errors": "^1.2.7",
71
+ "@backstage/plugin-auth-node": "^0.6.3",
72
+ "@backstage/plugin-permission-common": "^0.9.0",
73
+ "@backstage/plugin-permission-node": "^0.10.0",
74
74
  "dataloader": "^2.0.0",
75
75
  "express": "^4.17.1",
76
76
  "express-promise-router": "^4.1.0",
@@ -79,9 +79,9 @@
79
79
  "zod": "^3.22.4"
80
80
  },
81
81
  "devDependencies": {
82
- "@backstage/backend-defaults": "0.10.0-next.1",
83
- "@backstage/backend-test-utils": "1.5.0-next.1",
84
- "@backstage/cli": "0.32.1-next.1",
82
+ "@backstage/backend-defaults": "^0.10.0",
83
+ "@backstage/backend-test-utils": "^1.5.0",
84
+ "@backstage/cli": "^0.32.1",
85
85
  "@types/express": "^4.17.6",
86
86
  "@types/lodash": "^4.14.151",
87
87
  "@types/supertest": "^2.0.8",