- no changes in this release.
- Enh #52: Add support for
^2.0
version ofpsr/http-message
(@vjik)
- Chg #31: Update
yiisoft/http
dependency (@devanych) - Enh #35: Add support for
2.0
,3.0
versions ofpsr/log
(@rustamwin)
- Add #27: Add the parameter
$encodeValue
to theCookie
constructor and theCookie::withRawValue()
method that creates a cookie copy with a new value that will not be encoded (@vjik)
- Add #19: Add the
Yiisoft\Cookies\CookieEncryptor
class to encrypt the value of the cookie and verify that it is tampered (@devanych) - Add #19: Add the
Yiisoft\Cookies\CookieSigner
class to sign the value of the cookie and verify that it is tampered (@devanych) - Add #22: Add the
Yiisoft\Cookies\CookieMiddleware
class to encrypt/sign the value of the cookie and verify that it is tampered (@devanych)
- Initial release.