Skip to content

Commit

Permalink
docs(nestjs): update changelog to v3 (#2518)
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Apr 11, 2024
1 parent da3eb33 commit c52e528
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 14 deletions.
31 changes: 30 additions & 1 deletion docs/gitbook/bullmq-pro/nestjs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# [3.0.0](https://github.com/taskforcesh/nestjs-bullmq-pro/compare/v2.1.1...v3.0.0) (2024-04-05)


### Features

* support bullmq-pro v7 ([#15](https://github.com/taskforcesh/nestjs-bullmq-pro/issues/15)) ([9ebb21b](https://github.com/taskforcesh/nestjs-bullmq-pro/commit/9ebb21bbd401f2957baca99fffb8e7a8da195e01))


### BREAKING CHANGES

* references:
- [Better Queue Markers](https://bullmq.io/news/231204/better-queue-markers/)
- [BullMQ v5 Migration Notes](https://bullmq.io/news/231221/bullmqv5-release/)
- [BullMQ Pro v7 Release](https://bullmq.io/news/240312/bullmq-prov7-release/)

## [2.1.1](https://github.com/taskforcesh/nestjs-bullmq-pro/compare/v2.1.0...v2.1.1) (2024-04-05)


### Bug Fixes

* revert bullmq v7.4.0 to v6 ([#14](https://github.com/taskforcesh/nestjs-bullmq-pro/issues/14)) ([3f170d9](https://github.com/taskforcesh/nestjs-bullmq-pro/commit/3f170d9fbaa537f06c26fa2a940962d17c2e386f))

# [2.1.0](https://github.com/taskforcesh/nestjs-bullmq-pro/compare/v2.0.0...v2.1.0) (2024-04-05)


### Features

* upgrade bullmq-pro to v7.4.0 ([#10](https://github.com/taskforcesh/nestjs-bullmq-pro/issues/10)) ([7af2548](https://github.com/taskforcesh/nestjs-bullmq-pro/commit/7af2548397cfde027d80786c7d6a0bcece72988a))

# [2.0.0](https://github.com/taskforcesh/nestjs-bullmq-pro/compare/v1.1.0...v2.0.0) (2023-06-28)


Expand All @@ -21,7 +50,7 @@

### Bug Fixes

* **package:** point to dist files ([#2](https://github.com/taskforcesh/nestjs-bullmq-pro/issues/2)) \([c55826c](https://github.com/taskforcesh/nestjs-bullmq-pro/commit/c55826ca8aa7b57a684788f28a0b2d23c009615b)\)
* **package:** point to dist files ([#2](https://github.com/taskforcesh/nestjs-bullmq-pro/issues/2)) ([c55826c](https://github.com/taskforcesh/nestjs-bullmq-pro/commit/c55826ca8aa7b57a684788f28a0b2d23c009615b))

## [1.0.2](https://github.com/taskforcesh/nestjs-bullmq-pro/compare/v1.0.1...v1.0.2) (2023-01-18)

Expand Down
13 changes: 0 additions & 13 deletions docs/gitbook/python/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@
* **python:** Support reusable redis connections ([`29ad8c8`](https://github.com/taskforcesh/bullmq/commit/29ad8c83596b14a312ad1cd375e0e34d4fdecc52))

## v2.4.0 (2024-04-07)
### Feature
* **getters:** Add getWorkersCount ([`743c7aa`](https://github.com/taskforcesh/bullmq/commit/743c7aa8f979760bc04f7b8f55844020559038e1))

### Fix
* **deps:** Remove script loader from dist as it is used only when building package ([#2503](https://github.com/taskforcesh/bullmq/issues/2503)) ([`6f9ca23`](https://github.com/taskforcesh/bullmq/commit/6f9ca23a400e573c3ecb97246c1dda36ce1549ec))
* **client:** Try catch list command as it's not supported in GCP ([#2506](https://github.com/taskforcesh/bullmq/issues/2506)) ([`ca68a9e`](https://github.com/taskforcesh/bullmq/commit/ca68a9eff070e8dc09c484b1fb298c7afaa18f6f))
* **connection:** Ignore error when setting custom end status ([#2473](https://github.com/taskforcesh/bullmq/issues/2473)) ([`3e17e45`](https://github.com/taskforcesh/bullmq/commit/3e17e459a89a6ca9bccda64c5f06f91e70b372e4))
* **job:** Stack trace limit ([#2487](https://github.com/taskforcesh/bullmq/issues/2487)) ([`cce3bc3`](https://github.com/taskforcesh/bullmq/commit/cce3bc3092eb7cf56c2a6c68e9fd8980f5f1f26a))

### Documentation
* **pro:** Update changelog with v7.3.1 ([#2498](https://github.com/taskforcesh/bullmq/issues/2498)) ([`55f19e3`](https://github.com/taskforcesh/bullmq/commit/55f19e38a689527956a846c434b772f3865a990a))

### Performance
* **stalled:** Remove jobId from stalled after removing lock when moved from active (#2512) (python) ([`64feec9`](https://github.com/taskforcesh/bullmq/commit/64feec91b0b034fe640a846166bd95b546ff6d71))

Expand All @@ -33,7 +21,6 @@
## v2.3.1 (2024-03-19)
### Fix
* **worker:** Set blockTimeout as 0.001 when reach the time to get delayed jobs [python] ([#2478](https://github.com/taskforcesh/bullmq/issues/2478)) ([`b385034`](https://github.com/taskforcesh/bullmq/commit/b385034006ac183a26093f593269349eb78f8b54))
* **worker:** Validate drainDelay must be greater than 0 ([#2477](https://github.com/taskforcesh/bullmq/issues/2477)) ([`ab43693`](https://github.com/taskforcesh/bullmq/commit/ab436938d895125635aef0393ae2fb5c77c16c1f))

## v2.3.0 (2024-03-16)
### Feature
Expand Down

0 comments on commit c52e528

Please sign in to comment.