Releases: CodeDredd/laravel-soap
Releases · CodeDredd/laravel-soap
v3.0.0.beta.1
Changes
🚀 Features
- Updated Response & Request classes @CodeDredd (#195)
- Refactoring XML parsers to veewee xml
🐛 Bug Fixes
- Response 'body' working again with SoapFaults @CodeDredd (#195)
🧰 Maintenance
- chore(deps): bump php-http/message from 1.12.0 to 1.13.0 @dependabot (#194)
- Updated test workflow to include all supported PHP versions
- Added Larastan (current lvl3)
- Added php-cs-fixer
- Removed commands code (Trying to add them later back)
💥 BREAKING CHANGE
- Dropped laravel 8 support. Maintained in v2 branch @CodeDredd (#195)
v3.0.0.beta.0
Version 3.0.0 BETA
Note breaking changes may still come
🚀 Features
Here the bigest update was moving to v2 of phpro/soap-client. A lot of code clean up was also done.
Sadly i had now to disable the commands because one package is not longer maintained which i relied on.
-
PHP 8.1 Support
-
Laravel 9 Support
-
Moved to phpro/soap-client v2
-
feat(laravel-soap-179)!: Add PHP 8.1 & Laravel 9 Support @CodeDredd @SuperDJ @veewee (#190)
🧰 Maintenance
- chore(deps-dev): bump phpunit/phpunit from 9.5.5 to 9.5.13 @dependabot (#181)
- chore(deps): bump laravel/framework from 8.42.1 to 8.83.0 @dependabot (#188)
- chore(deps): bump php-http/client-common from 2.3.0 to 2.5.0 @dependabot (#170)
- chore(deps): bump league/flysystem from 1.1.3 to 1.1.4 @dependabot (#149)
- chore(deps-dev): bump phpunit/phpunit from 9.5.4 to 9.5.5 @dependabot (#146)
- chore(deps): bump php-http/discovery from 1.13.0 to 1.14.0 @dependabot (#145)
- chore(deps): bump php-http/message from 1.11.0 to 1.11.1 @dependabot (#144)
- chore(deps-dev): bump orchestra/testbench from 6.17.1 to 6.18.0 @dependabot (#143)
💥 BREAKING CHANGE
- PHP min lvl now: 8.0
- Renamed some functions
getHandler
,setHandler
,withHandlerOptions
(see PR) - feat(laravel-soap-179)!: Add PHP 8.1 & Laravel 9 Support @CodeDredd @SuperDJ @veewee (#190)
v2.0.0
v2.0.0-rc.1
Changes
🚀 Features
- fix(feature/laravel soap-141): added new
getHandler
function to access the Guzzle instance @CodeDredd (#142) - fix(laravel-soap-126): added new Option to wsse middleware
mustUnderstand
@CodeDredd (#138)
🐛 Bug Fixes
- fix(feature/laravel soap-141): typo in factory & added unit test @CodeDredd (#142)
🧰 Maintenance
- chore(deps-dev): bump orchestra/testbench from 6.17.0 to 6.17.1 @dependabot-preview (#140)
- Upgrade to GitHub-native Dependabot @dependabot-preview (#132)
v2.0.0-rc.0
Changes
🚀 Features
- feature: Import some features from laravel HTTP @CodeDredd (#131)
🐛 Bug Fixes
- fix(laravel-soap-133): assertActionCalled did not work anymore with soap 1.2 @CodeDredd (#136)
🧰 Maintenance
- chore(deps): [security] bump laravel/framework from 8.34.0 to 8.40.0 @dependabot-preview (#134)
- chore(deps-dev): bump orchestra/testbench from 6.15.0 to 6.17.0 @dependabot-preview (#124)
v2.0.0-beta.9
Changes
This might be a breaking change for some people if they used a workaround. It all depends you if you used the call
method directly with arguments. Look at the commit for details.
🐛 Bug Fixes
- fix(laravel-soap-126): Arguments wrong passed with call method @CodeDredd (#129)
v2.0.0-beta.8
v2.0.0-beta.7
Changes
Bump to latest version
- No changes
v2.0.0-beta.6
No Changes
Just wanna have version 2 as latest release :-)
v2.0.0-beta.5
Changes
🐛 Bug Fixes
- fix(laravel-soap-115): setting headers is not working @CodeDredd (#120)
🧰 Maintenance
- chore: code clean up @CodeDredd (#118)