Skip to content

Releases: wavezync/nestjs-pgboss

v3.0.1

04 Nov 04:41
Compare
Choose a tag to compare

@wavezync/nestjs-pgboss v3.0.1 Released

πŸ”§ Fixes

  • Resolved the issue where PgBoss startup errors were hidden. Errors are now logged with detailed messages for easier troubleshooting.

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

10 Sep 07:51
2d25724
Compare
Choose a tag to compare

@wavezync/nestjs-pgboss v3.0.0 Released πŸŽ‰

This release brings compatibility with pg-boss v10 along with several improvements and optimizations for better job scheduling and handling in your NestJS applications.

Major Updates

Compatibility with pg-boss v10: Updated peer dependencies to require pg-boss v10 or above

Queue Management: Adjusted queue creation for pg-boss v10, ensuring seamless job scheduling.

To upgrade to @wavezync/nestjs-pgboss v3.0.0, ensure your environment meets the following requirements:

  • Node.js: Version 20 or higher
  • PostgreSQL: Version 13 or higher

Get ready for a more robust, reliable, and efficient job scheduling experience with @wavezync/nestjs-pgboss! πŸš€

## What's Changed
* feat: migrate to pgboss 10 by @samaratungajs in https://github.com/wavezync/nestjs-pgboss/pull/15


**Full Changelog**: https://github.com/wavezync/nestjs-pgboss/compare/v2.2.0...v3.0.0

v2.2.0

08 Sep 18:14
Compare
Choose a tag to compare

@wavezync/nestjs-pgboss v2.2.0 Released

Direct Access to PgBoss Instance πŸ“¦

  • You can now directly access the PgBoss instance using pgBossService.boss
  • This allows more flexibility in utilizing all the features of PgBoss directly.

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

30 Aug 09:05
Compare
Choose a tag to compare

@wavezync/nestjs-pgboss v2.1.0 Released πŸŽ‰

  • Automated inclusion of full job metadata by default πŸ› οΈ
  • Upgrade to v2.1.0 for improved job scheduling and maintainability! πŸš€

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

30 Aug 03:35
Compare
Choose a tag to compare

@wavezync/nestjs-pgboss v2.0.1 Released πŸŽ‰

  • Enhanced global error handling and logging across PgBoss operations πŸ›‘οΈ
  • Improved Error logging for better error visibility πŸ”

Upgrade to v2.0.1 and enjoy improved stability and maintainability in your job scheduling system! πŸš€

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0 Released

22 Aug 10:27
Compare
Choose a tag to compare

@wavezync/nestjs-pgboss v2.0.0 Released πŸŽ‰

  • Robust job handler scanning and registration mechanism πŸ”„
  • Refined connection setup with error handling for PgBoss πŸ“‘
  • Enhanced logging for better visibility into job scheduling and execution πŸ“
  • Ensured seamless and flexible scheduling for cron jobs ⏲️

Get ready for a more reliable and efficient job scheduling experience with @wavezync/nestjs-pgboss! πŸš€

What's Changed

New Contributors

Full Changelog: v1.0.0...v2.0.0

v1.0.0 Released

12 Aug 11:05
38533a2
Compare
Choose a tag to compare

@wavezync/nestjs-pgboss v1.0.0 Released πŸŽ‰

  • Seamless integration with pg-boss for NestJS πŸ”₯
  • Easily schedule jobs with built-in decorators and methods πŸ› οΈ
  • Support for cron jobs with flexible scheduling ⏰
  • Enhanced job handling with TypeScript πŸš€