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

streamify #128

Closed
dvirtz opened this issue May 22, 2024 · 1 comment · Fixed by #135
Closed

streamify #128

dvirtz opened this issue May 22, 2024 · 1 comment · Fixed by #135
Labels
enhancement New feature or request good first issue Good for newcomers released

Comments

@dvirtz
Copy link
Owner

dvirtz commented May 22, 2024

Use the Node.js stream.Transform API to implement backends and formatters.

@dvirtz dvirtz added enhancement New feature or request good first issue Good for newcomers labels May 22, 2024
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))
@dvirtz
Copy link
Owner Author

dvirtz commented Aug 26, 2024

🎉 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
enhancement New feature or request good first issue Good for newcomers released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant