All Versions
69
Latest Version
Avg Release Cycle
45 days
Latest Release
1415 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.2.0 Changes
November 12, 2019โ Added
- ๐ zendframework/zend-diactoros#376 adds support for using the X-Forwarded-Host header for determining the originally requested host name when marshaling the server request.
๐ Changed
- โก๏ธ zendframework/zend-diactoros#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.2.0.p2
March 23, 2020 -
v2.1.5 Changes
October 10, 2019โ Added
- Nothing.
๐ Changed
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- ๐ zendframework/zend-diactoros#372 fixes issues that occur in the
Laminas\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.5.p2
March 23, 2020 -
v2.1.4 Changes
October 08, 2019โ Added
- Nothing.
๐ Changed
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
๐ zendframework/zend-diactoros#370 updates
Laminas\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
).โก๏ธ zendframework/zend-diactoros#370 updates
Laminas\Diactoros\marshalHeadersFromSapi()
to ignore header names from the$server
array that resolve to integers; previously, it would raise a fatal error.
-
v2.1.4.p2
March 23, 2020 -
v2.1.3 Changes
July 10, 2019โ Added
- Nothing.
๐ Changed
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- zendframework/zend-diactoros#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.3.p2
March 23, 2020 -
v2.1.2 Changes
April 29, 2019โ Added
- Nothing.
๐ Changed
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- zendframework/zend-diactoros#355 adds
phpdbg
to the list of accepted non-SAPI enviornments for purposes of callingUploadedFile::moveTo()
.
-
v2.1.2.p2
March 23, 2020