-
Notifications
You must be signed in to change notification settings - Fork 6
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
streamify #128
Labels
Comments
dvirtz
added a commit
that referenced
this issue
Jul 31, 2024
this greatly simplifies the code closes #128
dvirtz
added a commit
that referenced
this issue
Jul 31, 2024
this greatly simplifies the code closes #128
dvirtz
added a commit
that referenced
this issue
Aug 20, 2024
this greatly simplifies the code and makes easier to add new backends and formatters closes #128
dvirtz
added a commit
that referenced
this issue
Aug 26, 2024
this greatly simplifies the code and makes easier to add new backends and formatters closes #128
dvirtz
pushed a commit
that referenced
this issue
Aug 26, 2024
## [2.10.0](v2.9.0...v2.10.0) (2024-08-26) ### Features * make all backends and formatters node streams ([65965cd](65965cd)), closes [#128](#128) ### Build and continuous integration * **deps-dev:** bump braces from 3.0.2 to 3.0.3 ([15e8fe6](15e8fe6)) * **deps:** bump certifi in /packages/parquet-reader ([f44d3c8](f44d3c8)) * **deps:** bump urllib3 in /packages/parquet-reader ([a24371f](a24371f)) * **deps:** bump ws from 5.2.3 to 5.2.4 ([284713b](284713b)) * npm audit fix ([a84f55a](a84f55a)) * test on Java 8 ([00d8b1d](00d8b1d))
🎉 This issue has been resolved in version 2.10.0 🎉 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
Use the Node.js stream.Transform API to implement backends and formatters.
The text was updated successfully, but these errors were encountered: