@monque/core 1.4.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @monque/core
2
2
 
3
+ ## 1.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#211](https://github.com/ueberBrot/monque/pull/211) [`7181215`](https://github.com/ueberBrot/monque/commit/7181215abac2b5cd231c63f10bf718f0314cc09f) Thanks [@ueberBrot](https://github.com/ueberBrot)! - Close shutdown race condition window by stopping timers before setting isRunning flag
8
+
9
+ ## 1.5.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#196](https://github.com/ueberBrot/monque/pull/196) [`6a37fc4`](https://github.com/ueberBrot/monque/commit/6a37fc49be87006bc3bd7aa76bf7ba49978b43b5) Thanks [@ueberBrot](https://github.com/ueberBrot)! - Add payload size validation, instance collision detection, bulk job operations, and stats caching.
14
+
15
+ - feat: BSON payload size validation with configurable `maxPayloadSize` and `PayloadTooLargeError`
16
+ - feat: instance collision detection — prevents duplicate `schedulerInstanceId` conflicts with `ConnectionError`
17
+ - feat: bulk `cancelJobs()`/`retryJobs()` via `updateMany` for O(1) DB round-trips
18
+ - feat: TTL+LRU cache for `getQueueStats()` with configurable `statsCacheTtlMs`
19
+ - refactor: extract `LifecycleManager` service for timer/interval management and `cleanupJobs`
20
+ - refactor: deduplicate facade JSDoc via `@inheritdoc` references (~40% line reduction in `Monque` class)
21
+
3
22
  ## 1.4.0
4
23
 
5
24
  ### Minor Changes