File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5258Implement ` npm pkg fix ` hint; also: fix ` version ` export - was _ still_
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 11// This file is autogenerated by /scripts/postversion.mjs
2- export const version = "0.17.2 " ;
2+ export const version = "0.17.3 " ;
You can’t perform that action at this time.
0 commit comments