All Versions
53
Latest Version
Avg Release Cycle
53 days
Latest Release
1478 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.2.1 Changes
November 13, 2019โ Added
- Nothing.
๐ Changed
- ๐ #379 removes extension of
SplFileInfo
by theUploadedFile
class. The signatures ofgetSize()
are potentially incompatible, andUploadedFile
is intended to work with arbitrary PHP and PSR-7 streams, whereasSplFileInfo
can only model files on the filesystem. While this is technically a BC break, we are treating it as a bugfix, as the class was broken for many use cases.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- Nothing.
-
v2.2.0 Changes
November 12, 2019โ Added
- ๐ #376 adds support for using the X-Forwarded-Host header for determining the originally requested host name when marshaling the server request.
๐ Changed
- โก๏ธ #378 updates the
UploadedFile
class to extendSplFileInfo
, allowing developers to make use of those features in their applications.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- Nothing.
-
v2.1.5 Changes
October 10, 2019โ Added
- Nothing.
๐ Changed
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- ๐ #372 fixes issues that occur in the
Zend\Diactoros\Uri
class when invalid UTF-8 characters are present the user-info, path, or query string, ensuring they are URL-encoded before being consumed. Previously, such characters could result in a fatal error, which was particularly problematic when marshaling the request URI for an application request cycle.
-
v2.1.4 Changes
October 08, 2019โ Added
- Nothing.
๐ Changed
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
๐ #370 updates
Zend\Diactoros\marshalHeadersFromSapi()
to ensure all underscores in header name keys are converted to dashes (fixing issues with header names such asCONTENT_SECURITY_POLICY
, which would previously resolve improperly tocontent-security_policy
).โก๏ธ #370 updates
Zend\Diactoros\marshalHeadersFromSapi()
to ignore header names from the$server
array that resolve to integers; previously, it would raise a fatal error. -
v2.1.3 Changes
July 10, 2019โ Added
- Nothing.
๐ Changed
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- #363 modifies detection of HTTPS schemas via the
$_SERVER['HTTPS']
value such that an empty HTTPS-key will result in a scheme ofhttp
and nothttps
.
-
v2.1.2 Changes
April 29, 2019โ Added
- Nothing.
๐ Changed
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- #355 adds
phpdbg
to the list of accepted non-SAPI enviornments for purposes of callingUploadedFile::moveTo()
.
-
v2.1.1 Changes
January 05, 2019โ Added
- Nothing.
๐ Changed
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- ๐ #349 fixes an issue when marshaling headers with values of
0
or0
from the SAPI, ensuring they are detected and injected into the ServerRequest properly.
-
v2.1.0 Changes
December 20, 2018โ Added
- ๐ #345 adds support for PHP 7.3.
๐ Changed
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- Nothing.
-
v2.0.3 Changes
January 05, 2019โ Added
- Nothing.
๐ Changed
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- ๐ #349 fixes an issue when marshaling headers with values of
0
or0
from the SAPI, ensuring they are detected and injected into the ServerRequest properly.
-
v2.0.2 Changes
December 20, 2018โ Added
- Nothing.
๐ Changed
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- #344 provides a fix to ensure that headers with a value of "0" are retained.