diff options
author | Mario <mario@mariovavti.com> | 2022-10-12 08:42:41 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-10-12 08:42:41 +0000 |
commit | c36bb17475b3dd5925cefc32752f1fb8a63df154 (patch) | |
tree | 2f1fce354be40e759c493e02c259d9d3120b4e5f /vendor/sabre/http/CHANGELOG.md | |
parent | 2291fcdf11fe3e03cc84ca8171cd7dcf03015e17 (diff) | |
download | volse-hubzilla-c36bb17475b3dd5925cefc32752f1fb8a63df154.tar.gz volse-hubzilla-c36bb17475b3dd5925cefc32752f1fb8a63df154.tar.bz2 volse-hubzilla-c36bb17475b3dd5925cefc32752f1fb8a63df154.zip |
composer update sabre
Diffstat (limited to 'vendor/sabre/http/CHANGELOG.md')
-rw-r--r-- | vendor/sabre/http/CHANGELOG.md | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/vendor/sabre/http/CHANGELOG.md b/vendor/sabre/http/CHANGELOG.md index 4db8cc772..2dddce4fb 100644 --- a/vendor/sabre/http/CHANGELOG.md +++ b/vendor/sabre/http/CHANGELOG.md @@ -1,6 +1,23 @@ ChangeLog ========= +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) + +5.1.5 (2022-07-09) +------------------ + +* #184 Remove 4GB file size workaround for 32bit OS / Stream Videos on IOS (@schoetju) + +5.1.4 (2022-06-24) +------------------ + +* #182 Fix encoding detection on PHP 8.1 (@come-nc) + 5.1.3 (2021-11-04) ------------------ @@ -72,7 +89,7 @@ ChangeLog * #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. +* Strict typing is used everywhere 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` @@ -91,7 +108,7 @@ ChangeLog 4.2.3 (2017-06-12) ------------------ -* #74, #77: Work around 4GB file size limit at 32 Bit systems +* #74, #77: Work around 4GB file size limit at 32-Bit systems 4.2.2 (2017-01-02) @@ -279,7 +296,7 @@ ChangeLog * Changed: Response::send() is now Sapi::sendResponse($response). * Changed: Request::createFromPHPRequest is now Sapi::getRequest(). * Changed: Message::getBodyAsStream and Message::getBodyAsString were added. The - existing Message::getBody changed it's behavior, so be careful. + existing Message::getBody changed its behavior, so be careful. 2.0.0alpha5 (2013-11-07) |