Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-08-30 12:02:13 +00:00
parent 64a359745d
commit d1ec204774
270 changed files with 3260 additions and 880 deletions
+15
View File
@@ -1,5 +1,20 @@
# @backstage/backend-common
## 0.15.1-next.1
### Patch Changes
- c3c90280be: Added a keep-alive refresh loop to the `DatabaseManager`, keeping the connection
pool up.
- c3c90280be: The options part of `DatabaseManager.fromConfig` now accepts an optional logger
field.
- 60b85d8ade: Updated dependency `helmet` to `^6.0.0`.
Please note that these policies are no longer applied by default:
helmet.contentSecurityPolicy no longer sets block-all-mixed-content directive by default
helmet.expectCt is no longer set by default. It can, however, be explicitly enabled. It will be removed in Helmet 7.
## 0.15.1-next.0
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-common",
"description": "Common functionality library for Backstage backends",
"version": "0.15.1-next.0",
"version": "0.15.1-next.1",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -91,8 +91,8 @@
}
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.28-next.0",
"@backstage/cli": "^0.18.2-next.0",
"@backstage/backend-test-utils": "^0.1.28-next.1",
"@backstage/cli": "^0.19.0-next.1",
"@types/archiver": "^5.1.0",
"@types/base64-stream": "^1.0.2",
"@types/compression": "^1.7.0",