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

Feat: Make Excon instance to accept ciphers SSL option (#45) #21

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

saiqulhaq
Copy link
Contributor

@saiqulhaq saiqulhaq commented Sep 8, 2024

This PR is to support ciphers SSL Option usage as mentioned in this PR lostisland/faraday#1586

@@ -2,6 +2,6 @@

module Faraday
module Excon
VERSION = '2.1.0'
VERSION = '2.2.0'
Copy link
Contributor

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.

Copy link
Collaborator

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.

@saiqulhaq
Copy link
Contributor Author

Thanks for the feedback @olleolleolle

I just updated the Faraday dependency to be more permissive.
FYI following is the RSpec result
image

@olleolleolle
Copy link
Contributor

@saiqulhaq Great! Now, let's see what the maintainers of this repo say. I recommend a merge!

@geemus
Copy link
Collaborator

geemus commented Sep 9, 2024

LGTM, thanks!

@geemus geemus merged commit 2549f60 into excon:main Sep 9, 2024
5 checks passed
@geemus
Copy link
Collaborator

geemus commented Sep 9, 2024

Does this need a release?

@olleolleolle
Copy link
Contributor

@geemus Well, I don’t think anybody’s waiting for precisely this, but it’s a nice feature. Take it in your time.

@saiqulhaq saiqulhaq deleted the feat/ciphers-opt-support branch September 9, 2024 22:51
@geemus
Copy link
Collaborator

geemus commented Sep 16, 2024

Released in v2.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants