Skip to content

Releases: roadrunner-php/http

v4.1.0

Choose a tag to compare

@roxblnfk roxblnfk released this 26 Feb 11:43
b69cf62

What's Changed

  • Populate HTTP_HOST in GlobalState::enrichServerVars() by @root-aza in #34

Full Changelog: v4.0.0...v4.1.0

v4.0.0

Choose a tag to compare

@roxblnfk roxblnfk released this 18 Feb 16:36
8e24106

What's Changed

  • Added $endOfStream param to HttpWorkerInterface::respond(); removed deprecations by @Kenny1911 in #33

New Contributors

Full Changelog: v3.6.0...v4.0.0

v3.6.0

Choose a tag to compare

@roxblnfk roxblnfk released this 31 Aug 12:43
a44a5f7

What's Changed

New Contributors

Full Changelog: v3.5.2...v3.6.0

v3.5.2

Choose a tag to compare

@roxblnfk roxblnfk released this 13 May 09:40
c00ab7a

What's Changed

New Contributors

Full Changelog: v3.5.1...v3.5.2

v3.5.1

Choose a tag to compare

@msmakouz msmakouz released this 26 Apr 11:21
213cd0d

What's Changed

Full Changelog: v3.5.0...v3.5.1

v3.5.0

Choose a tag to compare

@msmakouz msmakouz released this 02 Apr 09:10
f5c329b

What's Changed

  • Added support for the upcoming release version of RoadRunner 2024.1
  • Added a way to communicate between RoadRunner and the PHP part using Protocol Buffers. This communication method will be introduced in RoadRunner v2024.1, replacing the current method of communication using JSON. The JSON communication implementation remains for backward compatibility and will be removed in v4.0.0.

Full Changelog: v3.4.0...v3.5.0

v3.4.0

Choose a tag to compare

@msmakouz msmakouz released this 05 Feb 13:18
c6fb299

What's Changed

  • Added a new method getHttpWorker in the PSR7Worker class to get the HttpWorker @FluffyDiscord in #21
  • Added documentation about streaming response by @roxblnfk in #19
  • Fixed the documentation link, removed PHP versions from GitHub Actions by @msmakouz in #22

New Contributors

Full Changelog: 3.3.0...v3.4.0

v3.3.0

Choose a tag to compare

@butschster butschster released this 05 Dec 20:46
7a1f7d0

What's Changed

New Contributors

Full Changelog: 3.2.0...3.3.0

v3.2.0

Choose a tag to compare

@roxblnfk roxblnfk released this 04 Oct 09:41
c6aef2a

What's Changed

  • Added ability to send separated stream frames; better streaming response support by @roxblnfk in #18

Full Changelog: 3.1.0...3.2.0

v3.1.0

Choose a tag to compare

@roxblnfk roxblnfk released this 17 Jul 16:23
c6e6f0a

What's Changed

  • The StreamStopException will be thrown when the output stream is stopped by @roxblnfk in #16

Full Changelog: 3.0.1...3.1.0