-
-
Notifications
You must be signed in to change notification settings - Fork 8
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: Make Excon instance to accept ciphers
SSL option (#45)
#21
Conversation
lib/faraday/excon/version.rb
Outdated
@@ -2,6 +2,6 @@ | |||
|
|||
module Faraday | |||
module Excon | |||
VERSION = '2.1.0' | |||
VERSION = '2.2.0' |
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.
I think perhaps the release process does the version upgrade of this library, best keep that out of the PR.
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.
Yep, thanks for letting them know about that.
5715811
to
06da6fd
Compare
06da6fd
to
baffa5b
Compare
Thanks for the feedback @olleolleolle I just updated the Faraday dependency to be more permissive. |
@saiqulhaq Great! Now, let's see what the maintainers of this repo say. I recommend a merge! |
LGTM, thanks! |
Does this need a release? |
@geemus Well, I don’t think anybody’s waiting for precisely this, but it’s a nice feature. Take it in your time. |
Released in v2.2.0. |
This PR is to support ciphers SSL Option usage as mentioned in this PR lostisland/faraday#1586