@backstage/backend-defaults 0.17.5-next.2 → 0.17.5

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,22 @@
1
1
  # @backstage/backend-defaults
2
2
 
3
+ ## 0.17.5
4
+
5
+ ### Patch Changes
6
+
7
+ - aaa7d65: Improved readability of the AWS S3 URL parser by splitting the single monolithic regex into two separate patterns (standard S3 and VPC PrivateLink) with named capture groups. Also made the VPC endpoint region mandatory in the regex, fixing a potential mis-parse when the region segment was absent.
8
+ - d62c384: Fixed a bug where scheduled tasks that were initially registered with a manual trigger and later re-registered with a duration or cron cadence would never be scheduled to run.
9
+ - 8419f51: Added support for AWS PrivateLink for Amazon S3.
10
+ - a624fa3: The `connection` config option for the Redis cache store now accepts either a string URL or an object with additional connection options that are passed directly to the underlying client. The object form is only supported when `backend.cache.store` is `redis`; other stores require a plain string. This allows configuring options like `pingInterval` without needing dedicated config fields. For clustered Redis, the connection object properties are merged into cluster defaults. Fixes https://github.com/backstage/backstage/issues/31813, https://github.com/backstage/backstage/issues/31742.
11
+ - Updated dependencies
12
+ - @backstage/config-loader@1.11.0
13
+ - @backstage/plugin-auth-node@0.7.3
14
+ - @backstage/backend-app-api@1.7.2
15
+ - @backstage/backend-plugin-api@1.9.3
16
+ - @backstage/cli-node@0.3.4
17
+ - @backstage/plugin-events-node@0.4.24
18
+ - @backstage/plugin-permission-node@0.11.2
19
+
3
20
  ## 0.17.5-next.2
4
21
 
5
22
  ### Patch Changes
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var version = "0.17.5-next.2";
5
+ var version = "0.17.5";
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.17.5-next.2",
3
+ "version": "0.17.5",
4
4
  "description": "Backend defaults used by Backstage backend apps",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -218,20 +218,20 @@
218
218
  "@aws-sdk/types": "^3.347.0",
219
219
  "@azure/identity": "^4.0.0",
220
220
  "@azure/storage-blob": "^12.5.0",
221
- "@backstage/backend-app-api": "1.7.2-next.0",
222
- "@backstage/backend-dev-utils": "0.1.7",
223
- "@backstage/backend-plugin-api": "1.9.3-next.1",
224
- "@backstage/cli-node": "0.3.4-next.0",
225
- "@backstage/config": "1.3.8",
226
- "@backstage/config-loader": "1.11.0-next.2",
227
- "@backstage/errors": "1.3.1",
228
- "@backstage/integration": "2.0.3",
229
- "@backstage/integration-aws-node": "0.2.0",
230
- "@backstage/plugin-auth-node": "0.7.3-next.0",
231
- "@backstage/plugin-events-node": "0.4.24-next.0",
232
- "@backstage/plugin-permission-common": "0.9.9",
233
- "@backstage/plugin-permission-node": "0.11.2-next.0",
234
- "@backstage/types": "1.2.2",
221
+ "@backstage/backend-app-api": "^1.7.2",
222
+ "@backstage/backend-dev-utils": "^0.1.7",
223
+ "@backstage/backend-plugin-api": "^1.9.3",
224
+ "@backstage/cli-node": "^0.3.4",
225
+ "@backstage/config": "^1.3.8",
226
+ "@backstage/config-loader": "^1.11.0",
227
+ "@backstage/errors": "^1.3.1",
228
+ "@backstage/integration": "^2.0.3",
229
+ "@backstage/integration-aws-node": "^0.2.0",
230
+ "@backstage/plugin-auth-node": "^0.7.3",
231
+ "@backstage/plugin-events-node": "^0.4.24",
232
+ "@backstage/plugin-permission-common": "^0.9.9",
233
+ "@backstage/plugin-permission-node": "^0.11.2",
234
+ "@backstage/types": "^1.2.2",
235
235
  "@google-cloud/storage": "^7.0.0",
236
236
  "@keyv/memcache": "^2.0.1",
237
237
  "@keyv/redis": "^4.0.1",
@@ -286,8 +286,8 @@
286
286
  },
287
287
  "devDependencies": {
288
288
  "@aws-sdk/util-stream-node": "^3.350.0",
289
- "@backstage/backend-test-utils": "1.11.5-next.0",
290
- "@backstage/cli": "0.36.4-next.2",
289
+ "@backstage/backend-test-utils": "^1.11.5",
290
+ "@backstage/cli": "^0.36.4",
291
291
  "@google-cloud/cloud-sql-connector": "^1.4.0",
292
292
  "@types/archiver": "^7.0.0",
293
293
  "@types/base64-stream": "^1.0.2",