Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: bump msgpackr to 1.1.2 to resolve ERR_BUFFER_OUT_OF_BOUNDS error #2783

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

aryamohanan
Copy link
Contributor

@aryamohanan aryamohanan commented Nov 1, 2024

This PR updates the msgpackr dependency to version 1.1.2 in order to resolve a RangeError [ERR_BUFFER_OUT_OF_BOUNDS]: "length" is outside of buffer bounds error that occurs during job creation. The error originates from the msgpackr library, which is used by Bull for data serialization.
Upgrading to msgpackr version 1.1.2 includes a fix that addresses this issue.

ref #2782

@roggervalf
Copy link
Collaborator

Thank you. For reference looks like kriszyp/msgpackr#151 this was the fix

@roggervalf roggervalf merged commit bc0ae0a into OptimalBits:develop Nov 1, 2024
6 checks passed
github-actions bot pushed a commit that referenced this pull request Nov 1, 2024
## [4.16.4](v4.16.3...v4.16.4) (2024-11-01)

### Bug Fixes

* **deps:** bump msgpackr to 1.1.2 to resolve ERR_BUFFER_OUT_OF_BOUNDS error ([#2783](#2783)) fixes [#2782](#2782) ([bc0ae0a](bc0ae0a))
@manast
Copy link
Member

manast commented Nov 1, 2024

🎉 This PR is included in version 4.16.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@manast manast added the released label Nov 1, 2024
@manast
Copy link
Member

manast commented Nov 2, 2024

We should also add NodeJS 23 then to the test node matrix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants