Skip to content

Releases: CodeDredd/laravel-soap

v3.0.0.beta.1

12 Feb 09:30
0ca0b35
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

🧰 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

10 Feb 16:33
217a3b1
Compare
Choose a tag to compare

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

07 Jun 14:15
f883fab
Compare
Choose a tag to compare

Same as version v2.0.0-rc.1
Only making a final release for better composer updates.

v2.0.0-rc.1

23 May 11:50
a561334
Compare
Choose a tag to compare

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

v2.0.0-rc.0

10 May 18:48
a275ce2
Compare
Choose a tag to compare

Changes

🚀 Features

🐛 Bug Fixes

  • fix(laravel-soap-133): assertActionCalled did not work anymore with soap 1.2 @CodeDredd (#136)

🧰 Maintenance

v2.0.0-beta.9

16 Apr 11:02
550f841
Compare
Choose a tag to compare

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

15 Apr 14:33
ab8f44c
Compare
Choose a tag to compare

Changes

🚀 Features

  • feat(laravel-soap-125): Adding auth middleware for DHL @CodeDredd (#127)

v2.0.0-beta.7

29 Mar 12:37
Compare
Choose a tag to compare

Changes

Bump to latest version

  • No changes

v2.0.0-beta.6

29 Mar 11:45
938f361
Compare
Choose a tag to compare

No Changes

Just wanna have version 2 as latest release :-)

v2.0.0-beta.5

29 Mar 11:22
938f361
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix(laravel-soap-115): setting headers is not working @CodeDredd (#120)

🧰 Maintenance