All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Handle
fopen
failing in createStreamFromFile according to PSR-7. - Reduce execution path to speed up performance.
- Fixed typos.
- Code style.
- Support for final PSR-17 (HTTP factories). (
Psr17Factory
) - Support for numeric header values.
- Support for empty header values.
- All classes are final
HttplugFactory
that implements factory interfaces from HTTPlug.
ServerRequest
does not extendRequest
.
- The HTTPlug discovery strategy was removed since it is included in php-http/discovery 1.4.
UploadedFileFactory()
was removed in favor forPsr17Factory
.ServerRequestFactory()
was removed in favor forPsr17Factory
.StreamFactory
,UriFactory
, abdMessageFactory
. UseHttplugFactory
instead.ServerRequestFactory::createServerRequestFromArray
,ServerRequestFactory::createServerRequestFromArrays
andServerRequestFactory::createServerRequestFromGlobals
. Please use the newnyholm/psr7-server
instead.
- Return types.
- Many
InvalidArgumentException
s are thrown when you use invalid arguments. - Integration tests for
UploadedFile
andServerRequest
.
- We dropped PHP7.0 support.
- PSR-17 factories have been marked as internal. They do not fall under our BC promise until PSR-17 is accepted.
UploadedFileFactory::createUploadedFile
does not accept a string file path.
No changelog before this release