Releases: xabbuh/panda-client
Releases · xabbuh/panda-client
1.5.0
1.4.0
1.3.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
HttpClient
class is deprecated and will be removed in 2.0, use
HttplugClient
instead -
allow Symfony 4.x components
-
dropped support for PHP 5.3, 5.4, and 5.5
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
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 methodsCloudInterface::encodeVideoByUrl()
andClientInterface::encodeVideoFile()
- added a payload property to the
Video
model (by @tgallice in #2)