Skip to content

Releases: cloudconvert/cloudconvert-php

3.4.3

Choose a tag to compare

@josiasmontag josiasmontag released this 09 Jan 15:40

Fix PHP 8.4 deprecation warnings

3.4.2

Choose a tag to compare

@josiasmontag josiasmontag released this 22 Jan 14:52

Add region setting

3.4.1

Choose a tag to compare

@josiasmontag josiasmontag released this 19 Dec 14:53

Allow Symfony v7

3.4.0

Choose a tag to compare

@josiasmontag josiasmontag released this 22 May 11:08
  • PSR-17
  • Update and cleanup dependencies

3.3.0

Choose a tag to compare

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

3.2.3

Choose a tag to compare

@josiasmontag josiasmontag released this 08 Nov 10:17
dd78eb5

Allow setting job webhook URL (#89)

3.2.2

Choose a tag to compare

@josiasmontag josiasmontag released this 03 Nov 11:51
  • Support PHP 8.1
  • Allow guzzlehttp/psr7 2.0

3.2.1

Choose a tag to compare

@josiasmontag josiasmontag released this 12 Feb 15:42

Allow setting custom filename when uploading:

$cloudconvert->tasks()->upload($uploadTask, fopen('./file.pdf', 'r'), 'file.pdf');

3.2.0

Choose a tag to compare

@josiasmontag josiasmontag released this 07 Dec 11:39

Support for PHP8

3.1.0

Choose a tag to compare

@josiasmontag josiasmontag released this 09 Sep 10:07

The SDK is not tied to Guzzle 6 any more.
If you would like to continue using this SDK with Guzzle 6, add the adapter to your project:

composer require php-http/guzzle6-adapter

Alternatively, if you want to use Guzzle 7:

composer require "guzzlehttp/guzzle:^7.0"