-
Notifications
You must be signed in to change notification settings - Fork 10
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
chore: Allow use of Faraday v2 #37
Conversation
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.
Thank you @agis!
Obsoletes #34
b538acb
to
0d8edaf
Compare
I'm pretty sure this change broke the Rack middleware.
With the stack trace pointing to https://github.com/clerkinc/clerk-sdk-ruby/blob/main/lib/clerk/sdk.rb#L115
|
This fixes a regression introduced with #37, which caused the Clerk API key to not be properly set when requesting Clerk's Backend API, when Faraday v2 was used. Fixes #37 (comment)
This fixes a regression introduced with #37, which caused the Clerk API key to not be properly set when requesting Clerk's Backend API, when Faraday v2 was used. Fixes #37 (comment)
2.11.1 isn't showing up:
|
@adenta we have released the |
Obsoletes #34