Skip to content

Releases: Shopify/minfraud-ruby

Beta Release Faraday Persistent connections

Choose a tag to compare

@arafatkatze arafatkatze released this 19 Nov 18:30

This release involves switching to using Faraday to make requests to MinFraud. This makes use of Net::HTTP::Persistent to share connections in a connection pool. This increases the robustness of the client and as a bonus, speeds up response times.

The intention of this tagged release is to have a more stable source for this code when is used in other places.