Skip to content

Releases: cloudconvert/cloudconvert-dotnet

1.4.2

Choose a tag to compare

@josiasmontag josiasmontag released this 30 Apr 14:42

What's Changed

  • Various improvements by @Banovvv in #29
  • fix: add ConfigureAwait(false) throughout async code to prevent synchronization context deadlocks by @Banovvv in #30

New Contributors

Full Changelog: 1.4.1...1.4.2

1.4.1

Choose a tag to compare

@josiasmontag josiasmontag released this 16 Jan 13:25
  • Add CancellationToken support (#25)
  • Fix DeleteJobAsync() exception (#27)

1.4.0

Choose a tag to compare

@josiasmontag josiasmontag released this 18 Mar 09:18

Use System.Text.Json instead of Newtonsoft.Json. (#24 / Thanks @TP125487)

1.3.0

Choose a tag to compare

@josiasmontag josiasmontag released this 19 Feb 10:06

Updated the Dotnet framework to 8.0. (#23 / Thanks @TP125487)

1.2.0

Choose a tag to compare

@josiasmontag josiasmontag released this 02 Jan 13:25

1.1.3

Choose a tag to compare

@josiasmontag josiasmontag released this 17 Dec 10:46

Disable HTTP client timeout to avoid timeout errors

1.1.2

Choose a tag to compare

@josiasmontag josiasmontag released this 28 Oct 14:40

Adding options field to the CaptureCreateRequest #16

1.1.1

Choose a tag to compare

@josiasmontag josiasmontag released this 20 May 12:23

1.1.0

Choose a tag to compare

@josiasmontag josiasmontag released this 30 Mar 12:03
  • Support for Signed URLs
  • Use of new sync API endpoints for job/task wait() methods