|
1 | 1 | Yii Framework 2 Change Log
|
2 | 2 | ==========================
|
3 | 3 |
|
4 |
| -2.0.38 under development |
5 |
| ------------------------- |
| 4 | +2.0.38 September 14, 2020 |
| 5 | +------------------------- |
6 | 6 |
|
7 |
| -- Bug: (CVE-2020-15148): Disable unserialization of `yii\db\BatchQueryResult` to prevent remote code execution in case application calls unserialize() on user input containing specially crafted string (samdark, russtone) |
8 |
| -- Enh #18213: Do not load fixtures with circular dependencies twice instead of throwing an exception (JesseHines0) |
9 |
| -- Bug #18066: Fix `yii\db\Query::create()` wasn't using all info from `withQuery()` (maximkou) |
10 |
| -- Bug #18269: Fix integer safe attribute to work properly in `yii\base\Model` (Ladone) |
11 |
| -- Enh #18236: Allow `yii\filters\RateLimiter` to accept a closure function for the `$user` property in order to assign values on runtime (nadar) |
12 |
| -- Bug #18248: Render only one stack trace on a console for chained exceptions (mikehaertl) |
13 |
| -- Bug #18233: Add PHP 8 support (samdark) |
14 |
| -- Enh #18196: `yii\rbac\DbManager::$checkAccessAssignments` is now `protected` (alex-code) |
15 |
| -- Bug #18239: Fix support of no-extension files for `FileValidator::validateExtension()` (darkdef) |
16 |
| -- Bug #18229: Add a flag to specify SyBase database when used with pdo_dblib (darkdef) |
17 | 7 | - Bug #13973: Correct alterColumn for MSSQL & drop constraints before dropping a column (darkdef)
|
18 |
| -- Bug #18040: Display width specification for integer data types was deprecated in MySQL 8.0.19 (terabytesoftw) |
19 | 8 | - Bug #15265: PostgreSQL > 10.0 is not pass tests with default value of timestamp CURRENT_TIMESTAMP (terabytesoftw)
|
20 |
| -- Bug #18232: Fail tests pgsql v-10.14, v-11.9, v-12-latest (terabytesoftw) |
21 | 9 | - Bug #16892: Validation error class was not applied to checkbox and radio when validationStateOn = self::VALIDATION_STATE_ON_INPUT (dan-szabo, samdark)
|
| 10 | +- Bug #18040: Display width specification for integer data types was deprecated in MySQL 8.0.19 (terabytesoftw) |
| 11 | +- Bug #18066: Fix `yii\db\Query::create()` wasn't using all info from `withQuery()` (maximkou) |
| 12 | +- Bug #18229: Add a flag to specify SyBase database when used with pdo_dblib (darkdef) |
| 13 | +- Bug #18232: Fail tests pgsql v-10.14, v-11.9, v-12-latest (terabytesoftw) |
| 14 | +- Bug #18233: Add PHP 8 support (samdark) |
| 15 | +- Bug #18239: Fix support of no-extension files for `FileValidator::validateExtension()` (darkdef) |
22 | 16 | - Bug #18245: Make resolving DI references inside of arrays in dependencies optional (SamMousa, samdark, hiqsol)
|
| 17 | +- Bug #18248: Render only one stack trace on a console for chained exceptions (mikehaertl) |
| 18 | +- Bug #18269: Fix integer safe attribute to work properly in `yii\base\Model` (Ladone) |
| 19 | +- Bug: (CVE-2020-15148): Disable unserialization of `yii\db\BatchQueryResult` to prevent remote code execution in case application calls unserialize() on user input containing specially crafted string (samdark, russtone) |
| 20 | +- Enh #18196: `yii\rbac\DbManager::$checkAccessAssignments` is now `protected` (alex-code) |
| 21 | +- Enh #18213: Do not load fixtures with circular dependencies twice instead of throwing an exception (JesseHines0) |
| 22 | +- Enh #18236: Allow `yii\filters\RateLimiter` to accept a closure function for the `$user` property in order to assign values on runtime (nadar) |
| 23 | + |
23 | 24 |
|
24 | 25 | 2.0.37 August 07, 2020
|
25 | 26 | ----------------------
|
|
0 commit comments