Skip to content

Releases: xabbuh/panda-client

1.5.0

12 Nov 14:10
v1.5.0
Compare
Choose a tag to compare
  • added support for Symfony 5.1+
  • dropped support for Symfony <4.4
  • added support for PHP 8

1.4.0

23 Aug 08:07
v1.4.0
Compare
Choose a tag to compare
  • added support for HTTPlug 2

  • dropped support for unsupported versions of the symfony/http-foundation and
    symfony/serializer packages

  • dropped support for PHP 5.6 and 7.0

1.3.0

09 Jul 09:24
v1.3.0
Compare
Choose a tag to compare
  • 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

30 Apr 10:49
v1.2.3
Compare
Choose a tag to compare
  • compatibility with PHP 7.1

1.2.2

07 Dec 18:33
1.2.2
Compare
Choose a tag to compare
  • compatibility with Symfony 3.0 components

1.2.1

07 Dec 18:02
1.2.1
Compare
Choose a tag to compare

CAUTION: The tag for this release was created on the wrong commit. Please consider upgrading to 1.2.2 to get support for Symfony 3.0 components.

1.2.0

31 Oct 22:24
1.2.0
Compare
Choose a tag to compare
  • added API method to only delete the source file from the storage

1.1.1

24 Oct 14:21
1.1.1
Compare
Choose a tag to compare
  • update installation instructions regarding the BC break introduced

1.1.0

10 Jul 18:29
1.1.0
Compare
Choose a tag to compare
  • 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()
    and ClientInterface::encodeVideoFile()
  • added a payload property to the Video model (by @tgallice in #2)

1.0.1

29 Mar 22:05
1.0.1
Compare
Choose a tag to compare

improved the code and reduced duplicated methods