[news] MongoDB extension 3.0.3 released
We are pleased to announce the release of MongoDB extension version 3.0.3. This version requires minimum of 1.20.1 version of MongoDB PHP Extension and fixes deprecation issue with UTCDateTime and...
View Article[news] Yii Validator 2.3
Version 2.3 of Yii Validator package has been released. The Uuid validation rule was added in this version.
View Article[news] Yii Runner RoadRunner 3.1
Minor version of Yii Runner RoadRunner package was released. In this release: added temporal support; improved RoadRunnerGrpcApplicationRunner: added error handling, bootstrap loading, event checking,...
View Article[news] Yii View 12.2
Version 12.2 of Yii View package has been released. Here are the list of improvements and fixes included in the new version: allowed to pass Stringable objects to WebView::setTitle() method; allowed...
View Article[news] Yii PSR Emitter 1.0
First release of Yii PSR Emitter package was done. It provides EmitterInterface that is responsible for sending PSR-7 HTTP responses as well as several implementations of the interface: SapiEmitter -...
View Article[news] Yii Dependency Injection 1.4
Version 1.4 of Yii Dependency Injection container is released. Added TagReference::id() method. Changed PHP constraint in composer.json to 8.1 - 8.4. Made BuildingException and NotFoundException...
View Article[news] Yii Caching Library 3.1
Version 3.1 of Yii Caching Library is released. Added interface SerializerInterface for data serialization, and PhpSerializer implementation. Made normalize() method static in CacheKeyNormalizer class....
View Article[news] Yii HTTP Middleware 1.0
First stable version of Yii HTTP Middleware was released. The package provides a collection of PSR-15 middleware focused on HTTP features: ContentLengthMiddleware — manages the Content-Length header in...
View Article[news] Redis extension 2.0.20 released
We are very pleased to announce the release of Redis extension version 2.0.20. This version removes logging of AUTH command parameters in non debug mode which may pose security issue. Also, it fixes...
View Article[news] Debug extension 2.1.27 and 2.1.26 released
We've tagged Yii2 debug extension version 2.1.27. It fixes a bug of unnecessary usage of backticks in UserPanel resulting in inability to work with environments where shell_exec is not available. No...
View Article[news] Yii HTTP Middleware 1.1
Minor version of Yii HTTP Middleware has been released. This release adds RemoveBodyMiddleware, which removes the response body for specific HTTP status codes.
View Article[news] Yii HTML 3.11
Version 3.11 of Yii HTML package is released. Here are the list of improvements and fixes included in the new version: added classes for Code and Pre tags, Html::code() and Html::pre() methods; added...
View Article[news] Yii Middleware 1.1
Minor version of Yii Middleware has been released. Here are the list of improvements and fixes included in the new version: bumped PHP minimal version to 8.1 and refactor code to use new features;...
View Article[news] Yii HTTP Runner 3.2
Minor version of Yii HTTP Runner were tagged. In this version made several changes and improvements. Add HttpApplicationRunner::runAndGetResponse() method that returns response without emit. Add...
View Article