Skip to content

Releases: transloadit/php-sdk

v3.3.0

Choose a tag to compare

@kvz kvz released this 28 Oct 16:13
6f91b87

What's Changed

  • Replace the custom Node parity helper with the official transloadit CLI for Smart CDN signatures
  • Add a Docker-based test harness and document the parity workflow
  • Randomize system-test request signatures and document optional auth.nonce usage to avoid replay protection failures

3.2.0

Choose a tag to compare

@kvz kvz released this 28 Nov 13:53
b8f45ca
  • Implement signedSmartCDNUrl

Full Changelog: 3.1.0...3.2.0

Endpoints

Choose a tag to compare

@kvz kvz released this 23 Jan 14:22
  • Retire host + protocol in favor of one endpoint property,
    allow passing that on to the Request object.
  • Improve readme (getting started)
  • Don't rely on globally installed phpunit when we can ship it via Composer