gems faraday-multipart 1.0.0
v1.0.0

latest releases: 1.1.1, 1.1.0, 1.0.4...
3 years ago

Summary

The initial release of the faraday-multipart gem.
This middleware was previously bundled with Faraday but was removed as of v2.0.

MIGRATION NOTES

If you're upgrading from Faraday 1.0 and including this middleware as a gem, please be aware the namespacing for helper classes has changed:

  • Faraday::FilePart is now Faraday::Multipart::FilePart
  • Faraday::Parts is now Faraday::Multipart::Parts
  • Faraday::CompositeReadIO is now Faraday::Multipart::CompositeReadIO
  • Faraday::ParamPart is now Faraday::Multipart::ParamPart

Moreover, in case you're adding the middleware to your faraday connection with the full qualified name rather than the :multipart alias, please be aware the middleware class is now Faraday::Multipart::Middleware.

Don't miss a new faraday-multipart release

NewReleases is sending notifications on new releases.