Skip to content

Commit abfb4cf

Browse files
committed
Merge branch '0.17.x'
2 parents 7de3c85 + ca2cef1 commit abfb4cf

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ Read more:
4747
- `LogLevel` export is now type only - a string union rather than a TypeScript
4848
const enum.
4949

50+
## v0.17.3
51+
52+
Fixes a bad cast (`::int[]` instead of `::bigint[]`) in `failJobs` resulting in
53+
an error being thrown on shutdown for people who have processed more than 2.147
54+
billion jobs with Graphile Worker.
55+
5056
## v0.17.2
5157

5258
Implement `npm pkg fix` hint; also: fix `version` export - was _still_

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphile-worker",
3-
"version": "0.17.2",
3+
"version": "0.17.3",
44
"type": "module",
55
"description": "Job queue for PostgreSQL",
66
"main": "dist/index.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is autogenerated by /scripts/postversion.mjs
2-
export const version = "0.17.2";
2+
export const version = "0.17.3";

0 commit comments

Comments
 (0)