> For the complete documentation index, see [llms.txt](https://docs.bullmq.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bullmq.io/bullmq-pro/nestjs/changelog.md).

# Changelog

## [3.1.0](https://github.com/taskforcesh/nestjs-bullmq-pro/compare/v3.0.0...v3.1.0) (2025-03-06)

#### Features

* support nestjs v11 ([#17](https://github.com/taskforcesh/nestjs-bullmq-pro/issues/17)) ([4b07bd5](https://github.com/taskforcesh/nestjs-bullmq-pro/commit/4b07bd56075824ca8e8372124cc4c67c843625bb))

## [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)

#### Features

* **nestjs:** support version 10 and bullmq-pro version 6 ([#9](https://github.com/taskforcesh/nestjs-bullmq-pro/issues/9)) ([e55489e](https://github.com/taskforcesh/nestjs-bullmq-pro/commit/e55489e634e3feddc05347f4d74f74b67de38293))

#### BREAKING CHANGES

* **nestjs:** abandon nestjs version 7

## [1.1.0](https://github.com/taskforcesh/nestjs-bullmq-pro/compare/v1.0.3...v1.1.0) (2023-02-04)

#### Features

* support flow producer pro ([#5](https://github.com/taskforcesh/nestjs-bullmq-pro/issues/5)) ([99516d2](https://github.com/taskforcesh/nestjs-bullmq-pro/commit/99516d27223dce85019e5d87366cd4a954768e60))

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

#### 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))

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

#### Bug Fixes

* scope the package for @taskforcesh org ([177b591](https://github.com/taskforcesh/nestjs-bullmq-pro/commit/177b591d6c24202b7a256177faf4bb19e5f0bcea))

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

#### Bug Fixes

* remove private: true to allow publish ([394e27f](https://github.com/taskforcesh/nestjs-bullmq-pro/commit/394e27f83faa7323ad2ae4b2eca7fdc89624561e))

## 1.0.0 (2023-01-18)

#### Bug Fixes

* use WorkerPro references ([59009fb](https://github.com/taskforcesh/nestjs-bullmq-pro/commit/59009fb981e4f698d114855cc94c09108ed09692))

#### Features

* initial setup ([12119d7](https://github.com/taskforcesh/nestjs-bullmq-pro/commit/12119d76cde0679c8f5b6892d029a8d62ce303d2))


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bullmq.io/bullmq-pro/nestjs/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
