Skip to content

Version 4.4.0

Compare
Choose a tag to compare
@vipulnsward vipulnsward released this 09 Mar 19:57
· 16 commits to main since this release
635f0cd

Breaking

  • Drop support of unmaintainable Ruby versions < 3.x.

Fixed

  • Update locations where Dry::Monads structure has changed.
  • Sign URL uploads if configured (#139).
  • Start returning proper error message when raising RequestError in poll_upload_response, to hint to users what is going on. Fixes #141.
  • When polling, raise if an error is returned (#142).
  • Fix documentation about original file url on simple file upload.

Changed

  • Support params in Rest client and in file info method, to allow passing custom params like "include=appdata" in Uploadcare::File.file calls. Closes #132.