@backstage/backend-defaults 0.13.0-next.2 → 0.13.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @backstage/backend-defaults
2
2
 
3
+ ## 0.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 2d3e2b2: implement support for direct url for AzureBlobStorageUrlReader search function
8
+ - 8b91238: Adds support for configuring server-level HTTP options through the
9
+ `app-config.yaml` file under the `backend.server` key. Supported options
10
+ include `headersTimeout`, `keepAliveTimeout`, `requestTimeout`, `timeout`,
11
+ `maxHeadersCount`, and `maxRequestsPerSocket`.
12
+
13
+ These are passed directly to the underlying Node.js HTTP server.
14
+ If omitted, Node.js defaults are used.
15
+
16
+ - 8495b18: Add a new `externalTokenHandlersServiceRef` to allow custom external token validations
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/backend-app-api@1.2.8
22
+ - @backstage/integration@1.18.1
23
+ - @backstage/config-loader@1.10.5
24
+ - @backstage/config@1.3.5
25
+ - @backstage/backend-plugin-api@1.4.4
26
+ - @backstage/integration-aws-node@0.1.18
27
+ - @backstage/plugin-auth-node@0.6.8
28
+ - @backstage/plugin-events-node@0.4.16
29
+ - @backstage/plugin-permission-node@0.10.5
30
+
3
31
  ## 0.13.0-next.2
4
32
 
5
33
  ### Minor Changes
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var version = "0.13.0-next.2";
5
+ var version = "0.13.0";
6
6
  var packageinfo = {
7
7
  version: version};
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/backend-defaults",
3
- "version": "0.13.0-next.2",
3
+ "version": "0.13.0",
4
4
  "description": "Backend defaults used by Backstage backend apps",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -216,19 +216,19 @@
216
216
  "@aws-sdk/credential-providers": "^3.350.0",
217
217
  "@aws-sdk/types": "^3.347.0",
218
218
  "@azure/storage-blob": "^12.5.0",
219
- "@backstage/backend-app-api": "1.2.8-next.0",
220
- "@backstage/backend-dev-utils": "0.1.5",
221
- "@backstage/backend-plugin-api": "1.4.4-next.0",
222
- "@backstage/cli-node": "0.2.14",
223
- "@backstage/config": "1.3.5-next.0",
224
- "@backstage/config-loader": "1.10.5-next.0",
225
- "@backstage/errors": "1.2.7",
226
- "@backstage/integration": "1.18.1-next.1",
227
- "@backstage/integration-aws-node": "0.1.18-next.0",
228
- "@backstage/plugin-auth-node": "0.6.8-next.0",
229
- "@backstage/plugin-events-node": "0.4.16-next.0",
230
- "@backstage/plugin-permission-node": "0.10.5-next.0",
231
- "@backstage/types": "1.2.2",
219
+ "@backstage/backend-app-api": "^1.2.8",
220
+ "@backstage/backend-dev-utils": "^0.1.5",
221
+ "@backstage/backend-plugin-api": "^1.4.4",
222
+ "@backstage/cli-node": "^0.2.14",
223
+ "@backstage/config": "^1.3.5",
224
+ "@backstage/config-loader": "^1.10.5",
225
+ "@backstage/errors": "^1.2.7",
226
+ "@backstage/integration": "^1.18.1",
227
+ "@backstage/integration-aws-node": "^0.1.18",
228
+ "@backstage/plugin-auth-node": "^0.6.8",
229
+ "@backstage/plugin-events-node": "^0.4.16",
230
+ "@backstage/plugin-permission-node": "^0.10.5",
231
+ "@backstage/types": "^1.2.2",
232
232
  "@google-cloud/storage": "^7.0.0",
233
233
  "@keyv/memcache": "^2.0.1",
234
234
  "@keyv/redis": "^4.0.1",
@@ -284,9 +284,9 @@
284
284
  },
285
285
  "devDependencies": {
286
286
  "@aws-sdk/util-stream-node": "^3.350.0",
287
- "@backstage/backend-plugin-api": "1.4.4-next.0",
288
- "@backstage/backend-test-utils": "1.9.1-next.1",
289
- "@backstage/cli": "0.34.4-next.2",
287
+ "@backstage/backend-plugin-api": "^1.4.4",
288
+ "@backstage/backend-test-utils": "^1.9.1",
289
+ "@backstage/cli": "^0.34.4",
290
290
  "@google-cloud/cloud-sql-connector": "^1.4.0",
291
291
  "@types/archiver": "^6.0.0",
292
292
  "@types/base64-stream": "^1.0.2",