Recent Releases of https://github.com/lostisland/faraday-multipart
https://github.com/lostisland/faraday-multipart - v1.2.0
What's Changed
- Relax
required_ruby_versionto support Ruby 4.0 by @taketo1113 in https://github.com/lostisland/faraday-multipart/pull/21
New Contributors
- @taketo1113 made their first contribution in https://github.com/lostisland/faraday-multipart/pull/21
Full Changelog: https://github.com/lostisland/faraday-multipart/compare/v1.1.1...v1.2.0
- Ruby
Published by iMacTia 2 months ago
https://github.com/lostisland/faraday-multipart - v1.1.1
What's Changed
- Prepare Trusted Publisher by @djsmentya in https://github.com/lostisland/faraday-multipart/pull/16
- CI: Rename Workflows to .yml suffix by @olleolleolle in https://github.com/lostisland/faraday-multipart/pull/17
New Contributors
- @djsmentya made their first contribution in https://github.com/lostisland/faraday-multipart/pull/16
Full Changelog: https://github.com/lostisland/faraday-multipart/compare/v1.1.0...v1.1.1
- Ruby
Published by olleolleolle 9 months ago
https://github.com/lostisland/faraday-multipart - v1.1.0
What's Changed
- README.md: Use GitHub Actions badge by @olleolleolle in https://github.com/lostisland/faraday-multipart/pull/13
- Add The Ability To Specify A Different Content Type by @juna-nb in https://github.com/lostisland/faraday-multipart/pull/14
New Contributors
- @juna-nb made their first contribution in https://github.com/lostisland/faraday-multipart/pull/14
Full Changelog: https://github.com/lostisland/faraday-multipart/compare/v1.0.4...v1.1.0
- Ruby
Published by iMacTia about 1 year ago
https://github.com/lostisland/faraday-multipart - v1.1.0
What's Changed
- README.md: Use GitHub Actions badge by @olleolleolle in https://github.com/lostisland/faraday-multipart/pull/13
- Add The Ability To Specify A Different Content Type by @juna-nb in https://github.com/lostisland/faraday-multipart/pull/14
New Contributors
- @juna-nb made their first contribution in https://github.com/lostisland/faraday-multipart/pull/14
Full Changelog: https://github.com/lostisland/faraday-multipart/compare/v1.0.4...v1.1.0
- Ruby
Published by iMacTia about 1 year ago
https://github.com/lostisland/faraday-multipart - v1.0.4
What's Changed
- Drop support for 'multipart-post' < 2.0.0. This is not a breaking change as this gem's code didn't work with 1.x. by @jsvd.
- Change references to
UploadIOandPartsaccording to class reorganization in the 'multipart-post' gem 2.2.0 (see multipart-post gem PR #89) by @jsvd. - Introduce a backwards compatible safeguard so the gem still works with previous 'multipart-post' 2.x releases by @jsvd.
New Contributors
- @jsvd made their first contribution in https://github.com/lostisland/faraday-multipart/pull/6
- @olleolleolle made their first contribution in https://github.com/lostisland/faraday-multipart/pull/7
Full Changelog: https://github.com/lostisland/faraday-multipart/compare/v1.0.3...v1.0.4
- Ruby
Published by olleolleolle over 3 years ago
https://github.com/lostisland/faraday-multipart - v1.0.3
What's Changed
- Add
Faraday::ParamPartalias back by @iMacTia in https://github.com/lostisland/faraday-multipart/pull/2
Full Changelog: https://github.com/lostisland/faraday-multipart/compare/v1.0.2...v1.0.3
- Ruby
Published by iMacTia about 4 years ago
https://github.com/lostisland/faraday-multipart - v1.0.2
Fixes
- Add missing UploadIO alias
- Re-add support for Ruby 2.4+
Full Changelog: https://github.com/lostisland/faraday-multipart/compare/v1.0.1...v1.0.2
- Ruby
Published by iMacTia about 4 years ago
https://github.com/lostisland/faraday-multipart - v1.0.1
What's Changed
- Add support for Faraday v1 by @iMacTia in https://github.com/lostisland/faraday-multipart/pull/1
Full Changelog: https://github.com/lostisland/faraday-multipart/compare/v1.0.0...v1.0.1
- Ruby
Published by iMacTia about 4 years ago
https://github.com/lostisland/faraday-multipart - v1.0.0
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::FilePartis nowFaraday::Multipart::FilePartFaraday::Partsis nowFaraday::Multipart::PartsFaraday::CompositeReadIOis nowFaraday::Multipart::CompositeReadIOFaraday::ParamPartis nowFaraday::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.
- Ruby
Published by iMacTia about 4 years ago