@wavezync/nestjs-pgboss v4.0.1 Released
Features
- Full ConstructorOptions Support: compatibility for all optional configuration parameters in PgBoss
ConstructorOptions
, includingschema
,application_name
and more. - Improved Type Safety: Use
ConstructorOptions
for configuring PgBoss options.
Fixes
- Resolved issues with missing support for certain PgBoss configuration options.
What's Changed
- chore: update README example with typed job data by @samaratungajs in #22
- feat: full support for PgBoss ConstructorOptions by @samaratungajs in #23
Full Changelog: v4.0.0...v4.0.1