Releases: sabre-io/http
Releases · sabre-io/http
Release 7.0.1
Release 6.0.1
Release 5.1.7
5.1.7 (2023-06-26)
- #98 and #176 Add more tests (@peter279k)
- #207 fix: handle client disconnect properly with ignore_user_abort true (@kesselb)
Release 7.0.0
7.0.0 (2022-09-26)
- #198 Allow sabre/uri major version 3 ( @phil-davis )
This has been released as a major release to be sure that consumers can implement it as-and-when they wish, just in case someone has some code that depends on the Windows file path URI parsing that changed a bit between sabre/uri
2 and 3.
Release 6.0.0
6.0.0 (2022-08-31)
- #191 Create .gitattributes (@cedric-anne)
- #176 Test enhancement (from original PR #98) (@peter279k)
- #192 Set min PHP to 7.4 and add type declarations (@phil-davis)
- #194 Adjust type declarations a little bit (@phil-davis)
Major version 6 implements type declarations for input parameters, function returns, variables etc. It supports PHP 7.4 and PHP 8. When you upgrade to major version 6, if you extend classes etc., then you will need to make similar type declarations in your code.
Release 5.1.6
5.1.6 (2022-07-15)
- #187 Allow testSendToGetLargeContent peak memory usage to be specified externally (@phil-davis)
- #188 Fix various small typos and grammar (@phil-davis)
- #189 Fix typo in text of status code 203 'Non-Authoritative Information' (@phil-davis)
Release 5.1.5
Release 5.1.4
Release 5.1.3
5.1.3 (2021-11-04)
- #179 version bump that was missed in 5.1.2 (@phil-davis)
Release 5.1.2
5.1.2 (2021-11-04)
- #169 Ensure $_SERVER keys are read as strings ( @fredrik-eriksson )
- #170 Fix deprecated usages on PHP 8.1 ( @cedric-anne )
- #175 Add resource size to CURL options in client (from #172 ) ( @Dartui )