-
Notifications
You must be signed in to change notification settings - Fork 48
All existing nodejs http & https request options are now allowed #35
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #35 +/- ##
=======================================
Coverage 88.65% 88.65%
=======================================
Files 6 6
Lines 326 326
=======================================
Hits 289 289
Misses 37 37
Continue to review full report at Codecov.
|
|
Thanks for your contribution! Since its not a first issue with missing http options (See #32) i've changed logic of options providing from "whitelist" to "not in blacklist". BTW, did you triend |
34c5675 to
b6865b8
Compare
|
Thanks for fast reaction! I did not try You can drop my commit & close PR since it does not contribute to the final code. I think this is better for repo history. Waiting for 2.0.0! |
|
I think there is no breaking changes, so i'm trying asking @apla to bump patch with this PR 🙃 |
|
@apla Could you merge or discard this PR please? |
|
Sorry, but I don't want to use anything with |
|
We can solve it with rest params operator when #38 will be finished. |
f92189d to
17e1fb9
Compare
|
@apla fixed. Take a look please. |
|
@apla Any chances this PR gets accepted? |
17e1fb9 to
cadcebd
Compare
|
@SlNPacifist Now i have permissions to bump new versions. My apologies for this situation, i've done my best 😔 Check out https://github.com/apla/node-clickhouse/releases/tag/v1.6.1 |
This allows using clickhouse installations with self-signed certificates via
rejectUnauthorized: falseoption or by setting correctcaoption.