We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591c7ee commit 16fe6d9Copy full SHA for 16fe6d9
1 file changed
RELEASE_NOTES.md
@@ -19,6 +19,12 @@ to make sure the system as a whole remains consistent.
19
Read more:
20
[Worker Pro Migration](https://worker.graphile.org/docs/pro/migration).
21
22
+## v0.17.3
23
+
24
+Fixes a bad cast (`::int[]` instead of `::bigint[]`) in `failJobs` resulting in
25
+an error being thrown on shutdown for people who have processed more than 2.147
26
+billion jobs with Graphile Worker.
27
28
## v0.17.2
29
30
Implement `npm pkg fix` hint; also: fix `version` export - was _still_
0 commit comments