pg-boss 12.13.0 → 12.14.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/README.md +6 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -64,6 +64,12 @@ A web-based dashboard is available in the [`@pg-boss/dashboard`](https://www.npm
64
64
 
65
65
  See the [dashboard documentation](https://github.com/timgit/pg-boss/blob/master/packages/dashboard/README.md) for full configuration and deployment options.
66
66
 
67
+ ## Proxy
68
+
69
+ A HTTP proxy is available in the [`@pg-boss/proxy`](https://www.npmjs.com/package/@pg-boss/proxy) package if needed to support use cases such as platform compatibility and connection pooling or scalability.
70
+
71
+ See the [proxy documentation](https://github.com/timgit/pg-boss/blob/master/packages/proxy/README.md) for full configuration and deployment options.
72
+
67
73
  ## Requirements
68
74
  * Node 22.12 or higher for CommonJS's require(esm)
69
75
  * PostgreSQL 13 or higher
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pg-boss",
3
- "version": "12.13.0",
3
+ "version": "12.14.0",
4
4
  "description": "Queueing jobs in Postgres from Node.js like a boss",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -13,18 +13,18 @@
13
13
  },
14
14
  "dependencies": {
15
15
  "cron-parser": "^5.5.0",
16
- "pg": "^8.18.0",
16
+ "pg": "^8.19.0",
17
17
  "serialize-error": "^13.0.1"
18
18
  },
19
19
  "devDependencies": {
20
- "@tsconfig/node-ts": "^23.6.3",
20
+ "@tsconfig/node-ts": "^23.6.4",
21
21
  "@tsconfig/node22": "^22.0.5",
22
22
  "@types/luxon": "^3.7.1",
23
- "@types/node": "^22.19.11",
23
+ "@types/node": "^22.19.13",
24
24
  "@types/pg": "^8.16.0",
25
25
  "@vitest/coverage-v8": "^4.0.18",
26
26
  "cli-testlab": "^5.1.0",
27
- "eslint": "^9.39.2",
27
+ "eslint": "^9.39.3",
28
28
  "luxon": "^3.7.2",
29
29
  "neostandard": "^0.12.2",
30
30
  "tsx": "^4.21.0",