Skip to content

Releases: timgit/pg-boss

2.4.1

30 Jul 13:53
Compare
Choose a tag to compare
  • Typescript defs patch

2.4.0

30 Jul 13:53
Compare
Choose a tag to compare
  • Added constructor option db for using an external/existing database connection.
    This bypasses having to create an additional connection pool.

2.3.4

30 Jul 13:52
Compare
Choose a tag to compare
  • Patch to prevented state transition jobs from being created from existing state transition jobs.
    Kind of meta. These were unfetchable and therefor just clutter.

2.3.3

30 Jul 13:52
Compare
Choose a tag to compare
  • Patch to allow custom schema name with a connectionString constructor option

2.3.2

30 Jul 13:52
Compare
Choose a tag to compare
  • Patch to fix missing error on failed event. via PR #37

2.3.1

30 Jul 13:52
Compare
Choose a tag to compare
  • Patch to fix typescript types path

2.3.0

30 Jul 13:51
Compare
Choose a tag to compare
  • Typescript defs

2.2.0

30 Jul 13:51
Compare
Choose a tag to compare
  • Patched pg driver to 7.1

2.1.0

30 Jul 13:51
Compare
Choose a tag to compare
  • Upgrade pg driver to 7.0

2.0.0

30 Jul 13:50
Compare
Choose a tag to compare
  • Added state transition jobs and api for orchestration/saga support.
  • Added job fetch batching