Releases: phpro/soap-client
Releases · phpro/soap-client
Version 1.7.4
What's Changed
- Allow all currently available versions of psr/log by @rimas-kudelis in #431
Full Changelog: v1.7.3...v1.7.4
Version 2.2.0
What's Changed
- Use return types from JsonSerializable/IteratorAggregate (fixes PHP 8.1 deprecations) by @edudobay in #415
- Fix phpspec on PHP81 by @veewee in #422
Full Changelog: v2.1.0...v2.2.0
Version 1.7.3
What's Changed
Full Changelog: v1.7.2...v1.7.3
Version 2.1.0
What's Changed
- PHP 8.1 Compatibility by @veewee in #400
- Don't import known types by @janvernieuwe in #406
- Fixes rules.md documentation by @xthiago in #407
- Use real type of iterator return value type hint by @sippsolutions in #408
New Contributors
Full Changelog: v2.0.0...v2.1.0
Version 1.7.2
What's Changed
- work arround differences between guzzle-psr7 and nyholm-psr7 requests by @staabm in #401
- Array type hint v1.7.x by @sippsolutions in #410
Full Changelog: v1.7.1...v1.7.2
Release v1.7.1
Full Changelog: v1.7.0...v1.7.1
Version 2.0.0
The low-level SOAP code has been moved to a separate organisation : https://github.com/php-soap
Total issues resolved: 6
- 354: Upgrade Laminas Code to ^4.2 thanks to @simivar
- 364: Remove patching from Generate commands thanks to @simivar
- 388: V2 - php-soap integration thanks to @veewee
- 389: Rename engine factory thanks to @veewee
- 390: Use stable php-soap and veewee/xml thanks to @veewee
Version 1.7.0
Total issues resolved: 3
Version 1.6.0
Total issues resolved: 1
- 365: Allow immutable changes on event request / response thanks to @veewe
Version 1.5.0
Total issues resolved: 6
- 342: clarify HttPlugHandle example thanks to @RafaelKr
- 350: docs: mention
Phpro\SoapClient\Middleware
as an alternative to implement… thanks to @staabm - 351: Added a new WsaMiddleware2005 Middleware to support WSA w3c 2005 thanks to @staabm
- 352: Add option to remove docblocks from getters and setters thanks to @simivar
- 362: Drop PHP 7.3 thanks to @simivar
- 363: Add docblocks question to Config Wizard command thanks to @simivar