You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove references to deprecated ::Parts and ::UploadIO (#6)
* remove references to deprecated ::Parts and ::UploadIO
* add backwards compatibility by detecting version of multipart-post gem
* find a way to work with multipart_post 2.1 and 2.2
* add notes to CHANGELOG.md
* move version.rb around so it loads first, to allow others to pick this up
* simplify multipart-port dependency in faraday-multipart.gemspec
* Drop support for 'multipart-post' < 2.0.0. This is not a breaking change as the code didn't work with 1.x.
5
+
* Change references to UploadIO and Parts according to class reorganization in 'multipart-post' 2.2.0 (PR [#89](https://github.com/socketry/multipart-post/pull/89))
6
+
* Introduce a backwards compatible safeguard so the gem still works with previous 'multipart-post' 2.x releases.
0 commit comments