Comparing version 4.11.1 to 4.11.2
@@ -0,1 +1,8 @@ | ||
## [4.11.2](https://github.com/OptimalBits/bull/compare/v4.11.1...v4.11.2) (2023-08-08) | ||
### Bug Fixes | ||
* **worker:** better client name support ([5910f44](https://github.com/OptimalBits/bull/commit/5910f44b03a264d979c8ade54d64d13fdc908b51)) | ||
## [4.11.1](https://github.com/OptimalBits/bull/compare/v4.11.0...v4.11.1) (2023-08-08) | ||
@@ -2,0 +9,0 @@ |
@@ -16,3 +16,5 @@ 'use strict'; | ||
.then(() => { | ||
return this.bclient.client('setname', this.clientName()); | ||
const connectionName = this.clientName(); | ||
this.bclient.options.connectionName = connectionName; | ||
return this.bclient.client('setname', connectionName); | ||
}) | ||
@@ -19,0 +21,0 @@ .catch(err => { |
{ | ||
"name": "bull", | ||
"version": "4.11.1", | ||
"version": "4.11.2", | ||
"description": "Job manager", | ||
@@ -5,0 +5,0 @@ "engines": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
238033
4480