You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StreamableInterface was renamed to StreamInterface; typehints were updated accordingly.
ServerRequestInterface::*FileParams() were renamed to *UploadedFiles(). They now expect and return array trees of a new interface, UploadedFileInterface.
UploadedFileInterface was added to provide compatibility between SAPI and non-SAPI environments with regards to handling upload files.
A number of clarifications were made on UriInterface with regards to URI component delimiters.