Releases: yiisoft/yii-middleware
Releases · yiisoft/yii-middleware
Version 1.1.0
- Chg #129: Bump PHP minimal version to 8.1 and refactor code to use new features (@DAGpro)
- Chg #129: Change PHP constraint in
composer.jsonto8.1 - 8.4(@DAGpro) - Chg #129: Bump
yiisoft/routerversion to^4.0(@DAGpro) - Chg #129: Bump
yiisoft/sessionversion to^3.0(@DAGpro) - Chg #130: Bump minimal version of
yiisoft/cookieto^1.2.3(@vjik) - Chg #132: Mark
CorsAllowAll,ForceSecureConnection,HttpCacheandTagRequestmiddlewares as deprecated (@vjik) - Enh #130: Allow to use PSR-20 clock interface to get current time into
Localemiddleware (@vjik) - Bug #129: Explicitly mark nullable parameters (@DAGpro)
Version 1.0.4
- Enh #121: Add
network-utilitiesdependency and use it instead ofvalidatorforIpFilter(@arogachev) - Enh #121: Add support for
validatorof version 2.0, mark it as deprecated (@arogachev)
Version 1.0.3
- Enh #117: Add support for
psr/http-messageversion^2.0(@bautrukevich)