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!: stream CSV results #507

Merged
merged 1 commit into from
Jul 7, 2022
Merged

fix!: stream CSV results #507

merged 1 commit into from
Jul 7, 2022

Conversation

JustinBeckwith
Copy link
Owner

@JustinBeckwith JustinBeckwith commented Jul 7, 2022

Fixes #498. Instead of building up all CSV results until the end, the CLI will now stream the results as they come in. This does mean moving from jsonexport to a custom CSV generator, which could in theory be a breaking change for someone.

@JustinBeckwith JustinBeckwith merged commit a376199 into main Jul 7, 2022
@JustinBeckwith JustinBeckwith deleted the streamingcsv branch July 7, 2022 01:00
JustinBeckwith added a commit that referenced this pull request Jul 7, 2022
BREAKING CHANGE:  The commits in #507 and #506 both had breaking changes.  They included dropping support for Node.js 12.x and updating the CSV export to be streaming, and to use a new way of writing the CSV file.  This is an empty to commit using the `BREAKING CHANGE` format in the commit message to ensure a release is triggered.
@github-actions
Copy link

github-actions bot commented Jul 7, 2022

🎉 This PR is included in version 4.0.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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request: stream csv
1 participant