apollo-link
apollo-link copied to clipboard
[Feature] Allow configuration to strip unnecessary characters
This is a pull request related to the issue #1079 which adds a new option to remove unnecessary characters in the query field in order to save bandwidth (neglectable?) and cleaner GET queries.
TODO:
- [x] Make sure all of new logic is covered by tests and passes linting
- [x] Update CHANGELOG.md with your change
@SaschaDens: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Apollo Contributor License Agreement here: https://contribute.apollographql.com/
Codecov Report
Merging #1241 into master will increase coverage by
0.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #1241 +/- ##
==========================================
+ Coverage 95.6% 95.62% +0.01%
==========================================
Files 22 22
Lines 1116 1119 +3
Branches 174 163 -11
==========================================
+ Hits 1067 1070 +3
Misses 44 44
Partials 5 5
Impacted Files | Coverage Δ | |
---|---|---|
packages/apollo-link-http-common/src/index.ts | 93.05% <100%> (+0.3%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f3dcc8b...5ffb312. Read the comment docs.
Can we please get this merged?
Echoing what @atombender said! Possible to get this in soon please? 🙏
@SaschaDens, can you please sign the CLA? Many people are waiting for your contribution to be merged. Otherwise, how to proceed when there's no response from the OP?
@SaschaDens, can you please sign the CLA? Many people are waiting for your contribution to be merged. Otherwise, how to proceed when there's no response from the OP?
@aprilmay the CLA has been signed, as far as I can remember from the beginning when I've created this PR. I've re-signed the CLA just to be sure.
@hwillson is there something missing for this PR in order to proceed?