-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat(uploads): replace apollo-upload-server v5 with graphql-upload v8 #1764
Conversation
@lgaticaq: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/ |
Codecov Report
@@ Coverage Diff @@
## master #1764 +/- ##
==========================================
- Coverage 77.8% 73.82% -3.99%
==========================================
Files 30 29 -1
Lines 1149 1150 +1
Branches 268 288 +20
==========================================
- Hits 894 849 -45
- Misses 245 291 +46
Partials 10 10
Continue to review full report at Codecov.
|
Close this PR because make changes in https://github.com/apollographql/apollo-upload-server/pull/3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this fixes security problems I’m very much in favor.
Keep in mind the |
BREAKING CHANGE: Set min node version to v8.5
CI will need to be reconfigured to not test on Node.js v6: https://github.com/apollographql/apollo-server/blob/master/.circleci/config.yml#L106 |
Is there any plan to resolve this? |
I was under the impression this would be included in 2.2.0. Is there anything that I can do to help move this along? @abernix @martijnwalraven @lgaticaq |
@edevil We can't include this in 2.2 because it's a breaking change to drop Node 6 support. |
@martijnwalraven Oh, I see. :( So I guess this is not something for the near future, right? |
Superseded by #2054. Thank you very much for taking the time to work on this! I'd really appreciate if you could try the Ref: #2054 (comment) |
The |
Fix #1703 and #1509
Migrate @apollographql/apollo-upload-server to graphql-upload
TODO: