Releases: zamzar/zamzar-php
Releases · zamzar/zamzar-php
v2.0.5
What's Changed
- Fixes memory exhaustion when downloading large files by @louismrose in #19
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- Supports options when creating conversion jobs by @louismrose in #17
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- All requests are now authenticated using Bearer rather than Basic auth.
- Supports a new config parameter,
base_url
, which can be used to override the Zamzar API URL (used for, for example, testing against a mock). - Align with Java SDK by @louismrose in #13
- automates releases by @louismrose in #14
New Contributors
- @louismrose made their first contribution in #13
Full Changelog: v2.0.2...v2.0.3
v2.0.2
2.0.2 - 2023-07-21
- #12 Retain support for PHP 7.2
Full Changelog: zamzar/zamzar-java@v2.0.1...v2.0.2
v2.0.1
2.0.1 - 2023-07-20
- #11 Fix for manual installation / usage (when using init.php instead of composer autoload)
Full Changelog: zamzar/zamzar-java@v2.0.0...v2.0.1
v2.0.0
v1.0.1
Updated the Sample App and Instructions
Full Changelog: zamzar/zamzar-java@v1.0.0...v1.0.1
v1.0.0
Initial release of the Zamzar PHP SDK