Releases: donatj/mock-webserver
Releases · donatj/mock-webserver
v2.7.2 - Fix crash on calling stop twice
What's Changed
- Update PHP to 8.3 - ci.yml by @donatj in #65
- Update PHP to 8.3 - cover.yml by @donatj in #64
- Update PHP to 8.3 - lint.yml by @donatj in #66
- Update corpus/coding-standard requirement from ^0.6.0 || ^0.7.0 to ^0.6.0 || ^0.8.0 by @dependabot in #63
Full Changelog: v2.7.1...v2.7.2
Fix stderr/stdout issue with file stream wrappers
What's Changed
Fixed an issue with 'files' stream wrappers not being able to handle [file, path, mode]
syntax - thanks to @sigma-z
- Bump actions/checkout from 3 to 4 by @dependabot in #58
- Fix descriptor opening for bad stream wrappers by @donatj in #60
Full Changelog: v2.7.0...v2.7.1
v2.6.3 - Backport fix stderr/stdout issue with file stream wrappers
Backports descriptor fix from v2.7.1 onto the v2.6.x release
Full Changelog: v2.6.2...v2.6.3
v2.7.0 - DelayedResponse support for InitializingResponseInterface's
What's Changed
Summary
DelayedResponse now implements InitializingResponseInterface to enable support for sub-responses that implement InitializingResponseInterface - Thanks @Jarlakxen
Massively improved test coverage.
PRs
- Improve test coverage by @donatj in #55
- Update corpus/coding-standard requirement from ^0.6.0 to ^0.6.0 || ^0.7.0 by @dependabot in #51
- Add DelayResponse support to ResponseStack by @Jarlakxen in #56
- Improve test coverage of DelayedResponse by @donatj in #57
New Contributors
- @Jarlakxen made their first contribution in #56
Full Changelog: v2.6.2...v2.7.0
v2.6.2 - Fix script pathing
Fixes a regression where the path to the server script was not being escaped, causing problems if there was a space anywhere in the path.
What's Changed
- Escape script path by @donatj ( Thanks @SiestaCat ) in #54
Full Changelog: v2.6.1...v2.6.2
v2.6.1 - PATCH - Fix STDIN might not be defined
v2.6.0 - Windows Support
What's Changed
- Windows support by @jonasraoni and @dron2004 in #42
- Bump actions/checkout from 2 to 3 by @dependabot in #43
- Increment Minimum PHP to 7.1 by @donatj in #34
- Test in PHP 8.2 by @donatj in #45
- Run Linters as CI by @donatj in #47
- Update corpus/coding-standard requirement from ^0.4.0 to ^0.6.0 by @dependabot in #46
New Contributors
- @jonasraoni and @dron2004 made their first contribution in #42
- @dependabot made their first contribution in #43
Full Changelog: v2.5.0...v2.6.0
v2.5.0 - Add "DelayedResponse" Support
Fixes PHP 8.1 Support
What's Changed
- Add
#[ReturnTypeWillChange]
for PHP 8.1 support by @brotkrueml in #35
New Contributors
- @brotkrueml made their first contribution in #35
Full Changelog: v2.4.0...v2.4.1