@backstage/plugin-proxy-backend 0.3.0-next.2 → 0.3.1

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @backstage/plugin-proxy-backend
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-common@0.19.3
9
+ - @backstage/backend-plugin-api@0.6.1
10
+ - @backstage/config@1.0.8
11
+
12
+ ## 0.3.0
13
+
14
+ ### Minor Changes
15
+
16
+ - 7daf65bfcfa1: Defining proxy endpoints directly under the root `proxy` configuration key is deprecated. Endpoints should now be declared under `proxy.endpoints` instead. The `skipInvalidProxies` and `reviveConsumedRequestBodies` can now also be configured through static configuration.
17
+
18
+ ### Patch Changes
19
+
20
+ - 629cbd194a87: Use `coreServices.rootConfig` instead of `coreService.config`
21
+ - 4b82382ed8c2: Fixed invalid configuration schema. The configuration schema may be more strict as a result.
22
+ - Updated dependencies
23
+ - @backstage/backend-common@0.19.2
24
+ - @backstage/backend-plugin-api@0.6.0
25
+ - @backstage/config@1.0.8
26
+
3
27
  ## 0.3.0-next.2
4
28
 
5
29
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-proxy-backend",
3
- "version": "0.3.0-next.2",
3
+ "version": "0.3.1",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-proxy-backend",
3
3
  "description": "A Backstage backend plugin that helps you set up proxy endpoints in the backend",
4
- "version": "0.3.0-next.2",
4
+ "version": "0.3.1",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,8 +33,8 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-common": "^0.19.2-next.2",
37
- "@backstage/backend-plugin-api": "^0.6.0-next.2",
36
+ "@backstage/backend-common": "^0.19.3",
37
+ "@backstage/backend-plugin-api": "^0.6.1",
38
38
  "@backstage/config": "^1.0.8",
39
39
  "@types/express": "^4.17.6",
40
40
  "express": "^4.17.1",
@@ -48,9 +48,9 @@
48
48
  "yup": "^0.32.9"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-test-utils": "^0.2.0-next.2",
52
- "@backstage/cli": "^0.22.10-next.1",
53
- "@backstage/config-loader": "^1.4.0-next.1",
51
+ "@backstage/backend-test-utils": "^0.2.1",
52
+ "@backstage/cli": "^0.22.11",
53
+ "@backstage/config-loader": "^1.4.0",
54
54
  "@types/http-proxy-middleware": "^0.19.3",
55
55
  "@types/supertest": "^2.0.8",
56
56
  "@types/uuid": "^8.0.0",