Skip to content

Releases: zamzar/zamzar-php

v2.0.5

22 Apr 17:29
Compare
Choose a tag to compare

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

15 Apr 13:47
Compare
Choose a tag to compare

What's Changed

  • Supports options when creating conversion jobs by @louismrose in #17

Full Changelog: v2.0.3...v2.0.4

v2.0.3

21 Mar 16:22
Compare
Choose a tag to compare

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

Full Changelog: v2.0.2...v2.0.3

v2.0.2

21 Jul 12:42
75ad950
Compare
Choose a tag to compare

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

20 Jul 15:17
8ed1edd
Compare
Choose a tag to compare

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

22 Jun 08:52
Compare
Choose a tag to compare

2.0.0 - 2023-06-22

  • #2 Conform to PSR-12
  • #3 Simplify response caching
  • #4 Reduce Logging noise
  • #5 Fix Credits Remaining bugs
  • #6 Reorganise Core methods
  • #7 Extract params
  • #8 Add generic objects & collections
  • #9 Remove the sample app

Full Changelog: zamzar/zamzar-java@v1.0.1...v2.0.0

v1.0.1

07 May 13:57
Compare
Choose a tag to compare

Updated the Sample App and Instructions

Full Changelog: zamzar/zamzar-java@v1.0.0...v1.0.1

v1.0.0

07 May 09:25
Compare
Choose a tag to compare

Initial release of the Zamzar PHP SDK