COMMITS
May 19, 2026
O
test: update specs for nullable fetch and correct deleteOn/retry semantics
Olivier Louvignes committed
O
fix: correct four review findings in dequeue and job handling
Olivier Louvignes committed
March 12, 2026
O
chore(release): cut the v2.0.0 release
Olivier Louvignes committed
O
style: apply oxfmt import sorting and formatting
Olivier Louvignes committed
O
ci: update workflow for oxlint/oxfmt and prisma 7
Olivier Louvignes committed
O
docs: update README for v2.0 with migration guide
Olivier Louvignes committed
O
chore: bump to v2.0.0, update peer and dev dependencies
Olivier Louvignes committed
O
chore: switch to postgres:17-alpine, prisma-client generator
Olivier Louvignes committed
O
test: update test infrastructure for Prisma 7 adapter
Olivier Louvignes committed
O
feat!: remove @prisma/client dependency, add generic client type C
Olivier Louvignes committed
O
chore: switch linting and formatting to oxc (oxlint + oxfmt)
Olivier Louvignes committed
O
chore(release): cut the v1.14.1 release
Olivier Louvignes committed
February 13, 2026
O
docs: document transactional option and migration steps
Olivier Louvignes committed
O
test: add tests for transactional: false mode
Olivier Louvignes committed
O
perf: add processedAt to dequeue index
Olivier Louvignes committed
O
feat: add transactional option for non-transactional worker execution
Olivier Louvignes committed
O
feat: add JobWorkerWithClient type for non-transactional mode
Olivier Louvignes committed
O
fix: add processedAt guard to dequeue query and reset on retry
Olivier Louvignes committed
O
docs: document v2 features and breaking changes in README
Olivier Louvignes committed
O
test: fix signal test to capture aborted state during worker execution
Olivier Louvignes committed
O
feat!: split error event into jobError and error (system-only)
Olivier Louvignes committed
O
feat!: add retryStrategy option replacing hardcoded exponential backoff
Olivier Louvignes committed
O
feat: expose AbortSignal on PrismaJob for cooperative worker cancellation
Olivier Louvignes committed
O
refactor!: remove modelName option, resolve delegate key once in constructor
Olivier Louvignes committed
O
perf!: reorder QueueJob index to match dequeue query predicate
Olivier Louvignes committed
O
docs: update README for breaking changes and edge environment behavior
Olivier Louvignes committed
O
fix!: fail-fast in getTableName when DMMF is unavailable
Olivier Louvignes committed
O
fix: make poll error-backoff abortable to prevent duplicate pollers
Olivier Louvignes committed
O
refactor: precompute escaped table name in constructor
Olivier Louvignes committed
O
fix!: remove deprecated alignTimeZone option and unused timezone utilities
Olivier Louvignes committed