|
1 | 1 | Yii Framework 2 Change Log
|
2 | 2 | ==========================
|
3 | 3 |
|
4 |
| -2.0.41 under development |
5 |
| ------------------------- |
| 4 | +2.0.41 March 03, 2021 |
| 5 | +--------------------- |
6 | 6 |
|
7 |
| -- Enh #18499: When using `yii\db\Query::all()` and `yii\db\Query::$indexBy`, the `yii\db\Query::$indexBy` is auto inserted into `yii\db\Query::$select` - the same as in `yii\db\Query::column()` (OndrejVasicek, samdark, bizley) |
8 |
| -- Enh #18483: Add `yii\log\Logger::$dbEventNames` that allows specifying event names used to get statistical results (profiling) of DB queries (atiline) |
9 |
| -- Enh #18455: Add ability to use separate attributes for data model and filter model of `yii\grid\GridView` in `yii\grid\DataColumn` (PowerGamer1) |
10 |
| -- Enh #18447: Do not use `getLastInsertID()` to get PK from insert query to lower collision probability for concurrent inserts (darkdef) |
| 7 | +- Bug #8750: Fix MySQL support when running in `ANSI`/`ANSI_QUOTES` modes (brandonkelly) |
| 8 | +- Bug #9718: Fix user staying authorized despite authKey change (kidol, Charlie Jack, Kunal Mhaske, samdark) |
11 | 9 | - Bug #18448: Fix issues in queries and tests for older MSSQL versions (darkdef)
|
12 |
| -- Enh #18460: `compareValue` in `CompareValidator` can now take a closure returning a value (mmonem) |
| 10 | +- Bug #18450: Allow empty string to be passed as a nullable typed argument to a controller's action (dicrtarasov, bizley) |
13 | 11 | - Bug #18464: Fix bug with processing fallback messages when translation language is set to `null` (bizley)
|
14 |
| -- Enh #18457: Add `EVENT_RESET` and `EVENT_FINISH` events to `yii\db\BatchQueryResult` (brandonkelly) |
15 | 12 | - Bug #18472: Fix initializing `db` component configuration in `yii\data\ActiveDataProvider` (bizley)
|
16 |
| -- Bug #18479: Fix invalid argument type for `preg_split()` in `\yii\console\Controller` (gazooz) |
17 | 13 | - Bug #18477: Fix detecting availability of Xdebug's stack trace in `yii\base\ErrorException` (bizley)
|
| 14 | +- Bug #18479: Fix invalid argument type for `preg_split()` in `\yii\console\Controller` (gazooz) |
18 | 15 | - Bug #18480: Transactions are not committed using the dblib driver (bbrunekreeft)
|
19 |
| -- Enh #18493: Faster request parsing for REST UrlRule with prefix handling (bizley) |
20 |
| -- Enh #18487: Allow creating URLs for non-GET-verb rules (bizley) |
21 |
| -- Bug #8750: Fix MySQL support when running in `ANSI`/`ANSI_QUOTES` modes (brandonkelly) |
22 | 16 | - Bug #18505: Fix `yii\helpers\ArrayHelper::getValue()` for ArrayAccess objects with explicitly defined properties (samdark)
|
23 |
| -- Bug #9718: Fix user staying authorized despite authKey change (kidol, Charlie Jack, Kunal Mhaske, samdark) |
24 | 17 | - Bug #18508: Fix Postgres SQL query for load table indexes with correct column order (insolita)
|
25 |
| -- Enh #18518: Add support for ngrok’s `X-Original-Host` header (brandonkelly) |
26 | 18 | - Bug #18529: Fix asset files path with `appendTimestamp` option for non-root-relative base URLs (bizley)
|
27 |
| -- Bug #18450: Allow empty string to be passed as a nullable typed argument to a controller's action (dicrtarasov, bizley) |
28 | 19 | - Bug #18535: Set Cookie SameSite to Lax by default (samdark)
|
29 | 20 | - Bug #18539: Fix "driver does not support quoting" when using the driver pdo_odbc (xpohoc69)
|
| 21 | +- Enh #18447: Do not use `getLastInsertID()` to get PK from insert query to lower collision probability for concurrent inserts (darkdef) |
| 22 | +- Enh #18455: Add ability to use separate attributes for data model and filter model of `yii\grid\GridView` in `yii\grid\DataColumn` (PowerGamer1) |
| 23 | +- Enh #18457: Add `EVENT_RESET` and `EVENT_FINISH` events to `yii\db\BatchQueryResult` (brandonkelly) |
| 24 | +- Enh #18460: `compareValue` in `CompareValidator` can now take a closure returning a value (mmonem) |
| 25 | +- Enh #18483: Add `yii\log\Logger::$dbEventNames` that allows specifying event names used to get statistical results (profiling) of DB queries (atiline) |
| 26 | +- Enh #18487: Allow creating URLs for non-GET-verb rules (bizley) |
| 27 | +- Enh #18493: Faster request parsing for REST UrlRule with prefix handling (bizley) |
| 28 | +- Enh #18499: When using `yii\db\Query::all()` and `yii\db\Query::$indexBy`, the `yii\db\Query::$indexBy` is auto inserted into `yii\db\Query::$select` - the same as in `yii\db\Query::column()` (OndrejVasicek, samdark, bizley) |
| 29 | +- Enh #18518: Add support for ngrok’s `X-Original-Host` header (brandonkelly) |
30 | 30 |
|
31 | 31 |
|
32 | 32 | 2.0.40 December 23, 2020
|
|
0 commit comments