We are very pleased to announce the release of ElasticSearch extension version 2.1.3. This release:
We are very pleased to announce the release of ElasticSearch extension version 2.1.3. This release:
Version 2.1.0 of Yii Middleware Dispatcher package was tagged. There a few enhancements.
Version 1.3.0 of Yii Console package was tagged. This version adds collecting console command name to ApplicationStartup
class.
Version 1.1.0 of Yii Console Runnner package was tagged. This version adds passing input aggregate to the console application.
Version 1.2.0 of Yii Runnner package was tagged. This version adds config definition to DI container.
First stable version of yiisoft/yii-sentry package was released. The package provides integration with Sentry log aggregation service or a compatible one (so far, there's GlitchTip).
Version 1.2.0 of Yii console package was tagged. This version adds an ability to configure defaults for yii serve
command that starts built-in development web server. It could be done via params.php
of the console:
Version 6.0.0 of View package is released. This version adds ViewInterface::withLocale()
, ViewInterface::withBasePath()
and support for yiisoft/files
version 2.0.
Major version of Yii Cache File package was released. In this version we have moved from PSR interfaces version ^1.0.1
to version ^2.0|^3.0
. As a result, there are types added everywhere and the package is no more compatible with PHP 7.4.
Major version of Yii Logging File Target package was released. In this version:
First release of yiisoft/proxy package was tagged. The package is able to build generic proxy for a class i.e. it allows intercepting all class method calls. It's used in yiisoft/yii-debug package to collect service's method calls information.
We are very pleased to announce the major release of Yii Files version 2.0.0. There a few changes and additions:
Router and its fastroute adapter were tagged.
This version adds support for multiple hosts via Route::hosts()
and Group::hosts()
:
Version 1.1.0 of Yii Dependency Injection container is released.