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

chore: use pipeline from node:stream/promises #68

Merged
merged 1 commit into from
May 1, 2024

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Apr 29, 2024

Instead of calling promisify on the callback version.

I think this would be a breaking change is we were still supporting Node.js <15, but IIUC we already require Node.js 18+.

Instead of calling `promisify` on the callback version.
Copy link
Member

@rvagg rvagg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌 have you tested this though? IIRC there are some quirks with the final argument that we need to make sure is handled properly.

@aduh95
Copy link
Contributor Author

aduh95 commented Apr 30, 2024

I'm using my local clone locally (so on this branch), and I'm able to run it. I haven't tested it more thoroughly than that.

@rvagg rvagg merged commit 70062d4 into nodejs:main May 1, 2024
12 of 13 checks passed
Copy link

🎉 This issue has been resolved in version 3.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

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