Skip to content

Latest commit

 

History

History
120 lines (75 loc) · 4.05 KB

File metadata and controls

120 lines (75 loc) · 4.05 KB

Changelog

diff: https://github.com/transloadit/php-sdk/compare/3.3.0...main

  • Default Assembly signatures to sha384 and include the algorithm prefix (sha384:...)
  • Add request/client-level signatureAlgorithm configuration for legacy sha1 compatibility
  • Extend tests to cover default sha384 signing, legacy override, and Node CLI parity
  • 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

diff: https://github.com/transloadit/php-sdk/compare/3.2.0...3.3.0

  • Implement signedSmartCDNUrl

diff: https://github.com/transloadit/php-sdk/compare/3.1.0...3.2.0

  • Pass down curlOptions when TransloaditRequest reinstantiates itself for waitForCompletion

diff: https://github.com/transloadit/php-sdk/compare/3.0.4-dev...3.1.0

  • Pass down curlOptions when TransloaditRequest reinstantiates itself for waitForCompletion

diff: https://github.com/transloadit/php-sdk/compare/3.0.4...3.0.4-dev

  • Ditch v prefix in versions as that's more idiomatic
  • Bring back the getAssembly() function
  • Implement Transloadit client header. Closes #25. (#28)
  • Fix waitForCompletion
  • Travis php & ubuntu version changes
  • fix: remove deprecation warning
  • Rename tl->deleteAssembly to cancelAssembly and add it to the Readme

diff: https://github.com/transloadit/php-sdk/compare/v2.0.0...3.0.4

  • Fix for CURL deprecated functions (thanks @ABerkhout)
  • CI improvements (phpunit, travis, composer)
  • Add example for fetching the assembly status
  • Add ability to set additional curl_setopt (thanks @michaelkasper)

diff: https://github.com/transloadit/php-sdk/compare/v2.0.0...v2.1.0

  • 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

diff: https://github.com/transloadit/php-sdk/compare/v1.0.1...v2.0.0

  • Fix broken examples
  • Improve documentation (version changelogs)

diff: https://github.com/transloadit/php-sdk/compare/v1.0.0...v1.0.1

A big thanks to @nervetattoo for making this version happen!

  • Add support for Composer
  • Make phpunit run through Composer
  • Change to namespaced PHP

diff: https://github.com/transloadit/php-sdk/compare/v0.10.0...v1.0.0

  • Add support for Strict mode
  • Add support for more auth params
  • Improve documentation
  • Bug fixes
  • Refactoring

diff: https://github.com/transloadit/php-sdk/compare/v0.9.1...v0.10.0

  • Improve documentation
  • Better handling of errors & non-json responses
  • Change directory layout

diff: https://github.com/transloadit/php-sdk/compare/v0.9...v0.9.1

  • Use markdown for docs
  • Add support for signed GET requests
  • Add support for HTTPS
  • Simplified API
  • Improve handling of magic quotes

diff: https://github.com/transloadit/php-sdk/compare/v0.2...v0.9

  • Add error handling

diff: https://github.com/transloadit/php-sdk/compare/v0.1...v0.2

The very first version