Skip to content

Releases: cloudconvert/cloudconvert-java

1.2.2

19 Mar 09:58

Choose a tag to compare

Support Java 17 and 21

1.2.1

20 May 11:51

Choose a tag to compare

1.2.0

30 Mar 12:09

Choose a tag to compare

  • Support for Signed URLs
  • Use of new sync API endpoints for job/task wait() methods

1.1.0

03 Dec 14:07
0327b71

Choose a tag to compare

  • 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

Choose a tag to compare

import/base64 and import/raw support. (Thanks @iti-gupta2)

1.0.6

08 Apr 10:16

Choose a tag to compare

Allow overriding upload filename when using streams.

cloudConvertClient.importUsing().upload(new UploadImportRequest(), docxInputStream, "test.docx");