Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Sedykh <[email protected]>
  • Loading branch information
vipulnsward and rsedykh authored Mar 9, 2024
1 parent 9cbd512 commit 681e8dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@

### Breaking

* Drop support of unmaintainable Ruby versions < 3.x
* 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)
* 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
* 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.


## 4.3.6 — 2023-11-18
Expand Down

0 comments on commit 681e8dd

Please sign in to comment.