Skip to content

Releases: sabre-io/http

Release 5.1.1

03 Oct 11:28
d0aafed
Compare
Choose a tag to compare

5.1.1 (2020-10-03)

Release 5.1.0 (#145)

31 Jan 20:07
2344699
Compare
Choose a tag to compare

5.1.0 (2020-01-31)

  • Added support for PHP 7.4, dropped support for PHP 7.0 (@phil-davis)
  • Updated testsuite for phpunit8, added phpstan coverage (@phil-davis)
  • Added autoload-dev for test classes (@C0pyR1ght)

5.0.5

28 Nov 19:36
85962a2
Compare
Choose a tag to compare

5.0.5 (2019-11-28)

5.0.4

09 Oct 20:29
73e2fa1
Compare
Choose a tag to compare

5.0.4 (2019-10-08)

  • #133: Fix short Content-Range download - Regression from 5.0.3 (@phil-davis)

5.0.3

08 Oct 11:45
5935921
Compare
Choose a tag to compare

5.0.3 (2019-10-08)

  • #119: Significantly improve file download speed by enabling mmap based stream_copy_to_stream (@vfreex)

5.0.2

12 Sep 15:36
c983307
Compare
Choose a tag to compare

5.0.2 (2019-09-12)

5.0.1

11 Sep 12:43
4125c77
Compare
Choose a tag to compare

5.0.1 (2019-09-11)

5.0.0

04 Jun 21:27
f91c7d4
Compare
Choose a tag to compare
  • Now requires PHP 7.0+.
  • Supports sabre/event 4.x and 5.x
  • Depends on sabre/uri 2.
  • hhvm is no longer supported starting this release.
  • #65: It's now possible to supply request/response bodies using a callback
    functions. This allows very high-speed/low-memory responses to be created.
    (@petrkotek).
  • Strict typing is used every where this is applicable.
  • Removed URLUtil class. It was deprecated a long time ago, and most of
    its functions moved to the sabre/uri package.
  • Removed Util class. Most of its functions moved to the functions.php
    file.
  • #68: The $method and $uri arguments when constructing a Request object
    are now required.
  • When Sapi::getRequest() is called, we default to setting the HTTP Method
    to CLI.
  • The HTTP response is now initialized with HTTP code 500 instead of null,
    so if it's not changed, it will be emitted as 500.
  • #69: Sending charset="UTF-8" on Basic authentication challenges per
    [rfc7617][rfc7617].
  • #84: Added support for SERVER_PROTOCOL HTTP/2.0 (@jens1o)
  • #99: Previous CURL opts are not persisted anymore (@christiaan)
  • Final release

4.2.4

23 Feb 11:30
acccec4
Compare
Choose a tag to compare
  • #69: Sending charset="UTF-8" on Basic authentication challenges per
    [rfc7617][rfc7617].

5.0.0-alpha1

16 Feb 13:22
04e6831
Compare
Choose a tag to compare
5.0.0-alpha1 Pre-release
Pre-release
  • Now requires PHP 7.0.
  • Depends on sabre/event 5 and sabre/uri 2.
  • hhvm is no longer supported starting this release.
  • #65: It's now possible to supply request/response bodies using a callback
    functions. This allows very high-speed/low-memory responses to be created.
    (@petrkotek).
  • Strict typing is used every where this is applicable.
  • Removed URLUtil class. It was deprecated a long time ago, and most of
    its functions moved to the sabre/uri package.
  • Removed Util class. Most of its functions moved to the functions.php
    file.
  • #68: The $method and $uri arguments when constructing a Request object
    are now required.
  • When Sapi::getRequest() is called, we default to setting the HTTP Method
    to CLI.
  • The HTTP response is now initialized with HTTP code 500 instead of null,
    so if it's not changed, it will be emitted as 500.
  • #69: Sending charset="UTF-8" on Basic authentication challenges per
    [rfc7617][rfc7617].
  • #84: Added support for SERVER_PROTOCOL HTTP/2.0 (@jens1o)