Skip to content

Latest commit

 

History

History
156 lines (96 loc) · 7.55 KB

File metadata and controls

156 lines (96 loc) · 7.55 KB

Changelog

All notable changes to this project will be documented in this file.

[6.0.0] - 2026-03-06

Bug Fixes

  • Avoid accessing prototype getters during handler scanning (d3e03ac)
  • Update node version (a636684)

Features

  • Use pg-boss native WorkOptions instead of internal wrapper (28671a3)

Miscellaneous Tasks

Testing

  • Add comprehensive unit tests for all components (1afe15f)

[5.1.1] - 2026-01-31

Miscellaneous Tasks

[5.1.0] - 2026-01-18

Features

  • Add teamSize option for parallel job processing (3e1f02b)

Miscellaneous Tasks

[5.0.0] - 2026-01-05

Miscellaneous Tasks

  • Update dependencies to NestJS 11 and pg-boss 12 (f229ee2)
  • Bump version to 5.0.0 (d980e11)

[4.0.1] - 2024-11-29

Features

  • Full support for PgBoss ConstructorOptions (f0725c8)

Miscellaneous Tasks

  • Update README example with typed job data (827c4c7)
  • Bump version to v4.0.1 (db797b8)

[4.0.0] - 2024-11-25

Bug Fixes

Features

  • Work decorator with Batch Processing (067076a)

Miscellaneous Tasks

[3.0.1] - 2024-11-04

Bug Fixes

  • Pg-boss startup errors hidden issue (3caeddf)

Miscellaneous Tasks

[3.0.0] - 2024-09-10

Bug Fixes

Features

Miscellaneous Tasks

[2.2.0] - 2024-09-08

Bug Fixes

  • Getter for boss instance added (6ebd140)

Features

  • Direct access to pgboss added (0c9badf)

Miscellaneous Tasks

[2.1.0] - 2024-08-30

Bug Fixes

  • Use WorkWithMetadataHandler (1526515)

Miscellaneous Tasks

[2.0.1] - 2024-08-30

Bug Fixes

  • Pgboss module error handling (f69d60c)
  • Handler scanner error handling (8b80784)

Miscellaneous Tasks

[2.0.0] - 2024-08-22

Bug Fixes

[1.0.0] - 2024-08-12

Bug Fixes

Documentation

Miscellaneous Tasks