Releases: cloudconvert/cloudconvert-java
Releases · cloudconvert/cloudconvert-java
1.2.2
19 Mar 09:58
Compare
Sorry, something went wrong.
No results found
1.2.1
20 May 11:51
Compare
Sorry, something went wrong.
No results found
1.2.0
30 Mar 12:09
Compare
Sorry, something went wrong.
No results found
Support for Signed URLs
Use of new sync API endpoints for job/task wait() methods
1.1.0
03 Dec 14:07
Compare
Sorry, something went wrong.
No results found
Update dependencies
HTTP errors do no throw a proper CloudConvertClientException
(HTTP 4xx) or CloudConvertServerException
(HTTP 5xx) (#41 , #44 )
1.0.7
19 May 14:27
Compare
Sorry, something went wrong.
No results found
import/base64
and import/raw
support. (Thanks @iti-gupta2 )
1.0.6
08 Apr 10:16
Compare
Sorry, something went wrong.
No results found
Allow overriding upload filename when using streams.
cloudConvertClient .importUsing ().upload (new UploadImportRequest (), docxInputStream , "test.docx" );