You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
MAJOR: Node 12 is EOL. Node 14 is now the minimum supported version.
MINOR: Added db option to fetch(), send() and insert() to use an existing connection. The primary use case is for pg-boss to participate in a database transaction. PR from @klesgidis
MINOR: Safe JSON serialization added instead of passing down to the pg driver. Handles issues such as cyclical refs when saving job results.
MINOR: Upgraded CI builds to run on Postgres 13.
PATCH: Added a statement timeout to all internal advisory locks used by maintenance operations.