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: Remove pumpify #2029

Merged
merged 7 commits into from Aug 12, 2022
Merged

fix: Remove pumpify #2029

merged 7 commits into from Aug 12, 2022

Conversation

danielbankhead
Copy link
Member

Fixes #1915 🦕

As a follow-up, we should remove duplexify, which is a breaking change as it is exposed as a return type in a few places. In many places, a Transform stream makes more sense and is much cleaner.

@danielbankhead danielbankhead requested review from a team as code owners August 11, 2022 01:55
@product-auto-label product-auto-label bot added size: l Pull request size is large. api: storage Issues related to the googleapis/nodejs-storage API. labels Aug 11, 2022
@danielbankhead danielbankhead changed the title Remove pumpify refactor: Remove pumpify Aug 11, 2022
Copy link
Contributor

@shaffeeullah shaffeeullah left a comment

Choose a reason for hiding this comment

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

one small nit, but otherwise looks good! please wait for @ddelgrosso1 to take a look as well. thanks for doing this!!

src/file.ts Outdated Show resolved Hide resolved
@ddelgrosso1
Copy link
Contributor

Overall nothing stands out to me as troublesome. Perhaps we should move this to a fix and/or feature. We have handled quite a few things during this fixit week and it might be nice to do a release.

@danielbankhead danielbankhead changed the title refactor: Remove pumpify fix: Remove pumpify Aug 12, 2022
@danielbankhead danielbankhead merged commit edc1d64 into main Aug 12, 2022
@danielbankhead danielbankhead deleted the remove-pumpify branch August 12, 2022 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/nodejs-storage API. size: l Pull request size is large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor(deps): Remove pumpify dependency
3 participants