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
The default threshold for multipart uploads was dropped from 25 to 10 megabytes. Every file larger than 10 MB will be uploaded in the multipart mode of Uploadcare Upload API.
Fixed
Fixed multipart uploading with the imagesOnly flag set.
Validators now run more frequently for each file than before. See #511.