1- ## Versions
1+ # Changelog
22
3- ### [ main] ( https://github.com/transloadit/php-sdk/tree/main )
3+ ## [ main] ( https://github.com/transloadit/php-sdk/tree/main )
44
5- diff: https://github.com/transloadit/php-sdk/compare/3.2 .0...main
5+ diff: https://github.com/transloadit/php-sdk/compare/3.3 .0...main
66
7- ### [ 3.2.0] ( https://github.com/transloadit/php-sdk/tree/3.2.0 )
7+ ## [ 3.3.0] ( https://github.com/transloadit/php-sdk/tree/3.3.0 )
8+
9+ - Replace the custom Node parity helper with the official ` transloadit ` CLI for Smart CDN signatures
10+ - Add a Docker-based test harness and document the parity workflow
11+ - Randomize system-test request signatures and document optional ` auth.nonce ` usage to avoid replay protection failures
12+
13+ diff: https://github.com/transloadit/php-sdk/compare/3.2.0...3.3.0
14+
15+ ## [ 3.2.0] ( https://github.com/transloadit/php-sdk/tree/3.2.0 )
816
917- Implement ` signedSmartCDNUrl `
1018
1119diff: https://github.com/transloadit/php-sdk/compare/3.1.0...3.2.0
1220
13- ### [ 3.1.0] ( https://github.com/transloadit/php-sdk/tree/3.1.0 )
21+ ## [ 3.1.0] ( https://github.com/transloadit/php-sdk/tree/3.1.0 )
1422
1523- Pass down ` curlOptions ` when ` TransloaditRequest ` reinstantiates itself for ` waitForCompletion `
1624
1725diff: https://github.com/transloadit/php-sdk/compare/3.0.4-dev...3.1.0
1826
19- ### [ 3.0.4-dev] ( https://github.com/transloadit/php-sdk/tree/3.0.4-dev )
27+ ## [ 3.0.4-dev] ( https://github.com/transloadit/php-sdk/tree/3.0.4-dev )
2028
2129- Pass down ` curlOptions ` when ` TransloaditRequest ` reinstantiates itself for ` waitForCompletion `
2230
2331diff: https://github.com/transloadit/php-sdk/compare/3.0.4...3.0.4-dev
2432
25- ### [ 3.0.4] ( https://github.com/transloadit/php-sdk/tree/3.0.4 )
33+ ## [ 3.0.4] ( https://github.com/transloadit/php-sdk/tree/3.0.4 )
2634
2735- Ditch ` v ` prefix in versions as that's more idiomatic
2836- Bring back the getAssembly() function
@@ -34,7 +42,7 @@ diff: https://github.com/transloadit/php-sdk/compare/3.0.4...3.0.4-dev
3442
3543diff: https://github.com/transloadit/php-sdk/compare/v2.0.0...3.0.4
3644
37- ### [ v2.1.0] ( https://github.com/transloadit/php-sdk/tree/v2.1.0 )
45+ ## [ v2.1.0] ( https://github.com/transloadit/php-sdk/tree/v2.1.0 )
3846
3947- Fix for CURL deprecated functions (thanks @ABerkhout )
4048- CI improvements (phpunit, travis, composer)
@@ -43,7 +51,7 @@ diff: https://github.com/transloadit/php-sdk/compare/v2.0.0...3.0.4
4351
4452diff: https://github.com/transloadit/php-sdk/compare/v2.0.0...v2.1.0
4553
46- ### [ v2.0.0] ( https://github.com/transloadit/php-sdk/tree/v2.0.0 )
54+ ## [ v2.0.0] ( https://github.com/transloadit/php-sdk/tree/v2.0.0 )
4755
4856- Retire host + protocol in favor of one endpoint property,
4957 allow passing that on to the Request object.
@@ -52,14 +60,14 @@ diff: https://github.com/transloadit/php-sdk/compare/v2.0.0...v2.1.0
5260
5361diff: https://github.com/transloadit/php-sdk/compare/v1.0.1...v2.0.0
5462
55- ### [ v1.0.1] ( https://github.com/transloadit/php-sdk/tree/v1.0.1 )
63+ ## [ v1.0.1] ( https://github.com/transloadit/php-sdk/tree/v1.0.1 )
5664
5765- Fix broken examples
5866- Improve documentation (version changelogs)
5967
6068diff: https://github.com/transloadit/php-sdk/compare/v1.0.0...v1.0.1
6169
62- ### [ v1.0.0] ( https://github.com/transloadit/php-sdk/tree/v1.0.0 )
70+ ## [ v1.0.0] ( https://github.com/transloadit/php-sdk/tree/v1.0.0 )
6371
6472A big thanks to [ @nervetattoo ] ( https://github.com/nervetattoo ) for making this version happen!
6573
@@ -69,7 +77,7 @@ A big thanks to [@nervetattoo](https://github.com/nervetattoo) for making this v
6977
7078diff: https://github.com/transloadit/php-sdk/compare/v0.10.0...v1.0.0
7179
72- ### [ v0.10.0] ( https://github.com/transloadit/php-sdk/tree/v0.10.0 )
80+ ## [ v0.10.0] ( https://github.com/transloadit/php-sdk/tree/v0.10.0 )
7381
7482- Add support for Strict mode
7583- Add support for more auth params
@@ -79,15 +87,15 @@ diff: https://github.com/transloadit/php-sdk/compare/v0.10.0...v1.0.0
7987
8088diff: https://github.com/transloadit/php-sdk/compare/v0.9.1...v0.10.0
8189
82- ### [ v0.9.1] ( https://github.com/transloadit/php-sdk/tree/v0.9.1 )
90+ ## [ v0.9.1] ( https://github.com/transloadit/php-sdk/tree/v0.9.1 )
8391
8492- Improve documentation
8593- Better handling of errors & non-json responses
8694- Change directory layout
8795
8896diff: https://github.com/transloadit/php-sdk/compare/v0.9...v0.9.1
8997
90- ### [ v0.9] ( https://github.com/transloadit/php-sdk/tree/v0.9 )
98+ ## [ v0.9] ( https://github.com/transloadit/php-sdk/tree/v0.9 )
9199
92100- Use markdown for docs
93101- Add support for signed GET requests
@@ -97,12 +105,12 @@ diff: https://github.com/transloadit/php-sdk/compare/v0.9...v0.9.1
97105
98106diff: https://github.com/transloadit/php-sdk/compare/v0.2...v0.9
99107
100- ### [ v0.2] ( https://github.com/transloadit/php-sdk/tree/v0.2 )
108+ ## [ v0.2] ( https://github.com/transloadit/php-sdk/tree/v0.2 )
101109
102110- Add error handling
103111
104112diff: https://github.com/transloadit/php-sdk/compare/v0.1...v0.2
105113
106- ### [ v0.1] ( https://github.com/transloadit/php-sdk/tree/v0.1 )
114+ ## [ v0.1] ( https://github.com/transloadit/php-sdk/tree/v0.1 )
107115
108116The very first version
0 commit comments