Skip to content

core: v0.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Jun 20:29
dcaecb4

0.0.2 (2026-06-12)

⚠ BREAKING CHANGES

  • core: assertJsonSerializable now throws SerializationError instead of TypeError. Callers catching TypeError must update to catch SerializationError or PanqueueError.
  • config,core: QueueConfig.concurrency is removed. metaKey() and QueueKeys.meta are removed; the meta hash is no longer used.
  • migrate to Node-first pnpm workspace (npm + JSR)

Features

  • core,worker,config: add per-queue job retention (e7e58d0)
  • core: add PanqueueError base class and SerializationError (d71ce0c)
  • migrate to Node-first pnpm workspace (npm + JSR) (788dd51)

Bug Fixes

  • core: bound JSON payload depth in assertJsonSerializable (e28183d)
  • type redis lua scripts (8260f97)

Code Refactoring

  • config,core: remove concurrency config and meta Redis key (f999d7f)