Skip to content

Releases: donatj/mock-webserver

v2.7.2 - Fix crash on calling stop twice

22 Jan 20:47
1887dcb
Compare
Choose a tag to compare

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

30 Oct 15:36
19ace5d
Compare
Choose a tag to compare

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

30 Oct 15:47
0d8f449
Compare
Choose a tag to compare

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

07 Sep 02:26
0e22d8d
Compare
Choose a tag to compare

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

Full Changelog: v2.6.2...v2.7.0

v2.6.2 - Fix script pathing

03 Jul 16:04
f632832
Compare
Choose a tag to compare

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

Full Changelog: v2.6.1...v2.6.2

v2.6.1 - PATCH - Fix STDIN might not be defined

28 Nov 11:27
389fe02
Compare
Choose a tag to compare

What's Changed

  • Replaced STDIN constant with php://stdin by @tuutti in #48
  • Fix up the descriptor handling a pinch by @donatj in #49

New Contributors

Full Changelog: v2.6.0...v2.6.1

v2.6.0 - Windows Support

25 Nov 15:50
e238c04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0 - Add "DelayedResponse" Support

20 Jul 14:59
2850c46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.1...v2.5.0

Fixes PHP 8.1 Support

19 Jan 17:02
bcec733
Compare
Choose a tag to compare

What's Changed

  • Add #[ReturnTypeWillChange] for PHP 8.1 support by @brotkrueml in #35

New Contributors

Full Changelog: v2.4.0...v2.4.1

Configurable Default Route

30 Aug 21:24
fca7492
Compare
Choose a tag to compare