Releases: timgit/pg-boss
Releases · timgit/pg-boss
2.4.0
- Added constructor option
db
for using an external/existing database connection.
This bypasses having to create an additional connection pool.
2.3.4
- 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
- Patch to allow custom schema name with a connectionString constructor option
2.3.2
- Patch to fix missing error on
failed
event. via PR #37
2.3.1
- Patch to fix typescript types path
2.0.0
- Added state transition jobs and api for orchestration/saga support.
- Added job fetch batching