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

Support for Faraday 1.0 #906

Merged
merged 2 commits into from
Jan 3, 2020
Merged

Support for Faraday 1.0 #906

merged 2 commits into from
Jan 3, 2020

Conversation

marcotc
Copy link
Member

@marcotc marcotc commented Jan 3, 2020

Faraday 1.0 has been released, with small changes to our integration support.

The instrumentation has moved from RackBuilder to the Connection class, to account for the fact Faraday 1.0 initializes an instance of RackBuilder before we have time to configure a custom middleware, creating double middleware instrumentation which is undesirable.

This also fixes all recent CI Faraday-related breakages since January 1st, when 1.0 was released.

This implementation still supports all versions of Faraday >= 0.14.

@marcotc marcotc added integrations Involves tracing integrations feature Involves a product feature labels Jan 3, 2020
@marcotc marcotc requested a review from a team January 3, 2020 22:10
@marcotc marcotc self-assigned this Jan 3, 2020
@marcotc marcotc changed the title Enable integration with Faraday 1.0 Support for Faraday 1.0 Jan 3, 2020
Copy link
Contributor

@delner delner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice turn around! 👍

@marcotc marcotc merged commit 1e0f4ab into master Jan 3, 2020
@marcotc marcotc deleted the feat/faraday-bump-v1 branch January 3, 2020 23:32
@marcotc marcotc added this to the 0.31.0 milestone Jan 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Involves a product feature integrations Involves tracing integrations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants