Skip to content

8.0.0

Compare
Choose a tag to compare
@timgit timgit released this 03 Aug 04:54
· 102 commits to master since this release
c4bcaab
  • 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.

7.4.0...8.0.0