- added support for Symfony 5.1+
- dropped support for Symfony <4.4
- added support for PHP 8
-
added support for HTTPlug 2
-
dropped support for unsupported versions of the
symfony/http-foundationandsymfony/serializerpackages -
dropped support for PHP 5.6 and 7.0
-
the Panda client relies on the HTTPlug library to perform API requests, you need to install a client implementation.
For example:
$ composer require xabbuh/panda-client php-http/guzzle6-adapter
-
the
HttpClientclass is deprecated and will be removed in 2.0, useHttplugClientinstead -
allow Symfony 4.x components
-
dropped support for PHP 5.3, 5.4, and 5.5
- compatibility with PHP 7.1
- compatibility with Symfony 3.0 components
This release is the same as 1.2.0 as the tag was created on the wrong
commit hash.
- added API method to only delete the source file from the storage
- update installation instructions regarding the BC break introduced in 1.1.0
-
ignore additional properties that are not reflected in the model classes during deserealisation
-
additional options (a list of profiles to be used, a custom path format a payload) can be passed to the methods
CloudInterface::encodeVideoByUrl()andClientInterface::encodeVideoFile() -
added a payload property to the
Videomodel (by @tgallice in #2)