Release Notes for 3.8.5
3.8.5
- Total issues resolved: 0
- Total pull requests resolved: 24
- Total contributors: 9
Bugfixes
- 6425: Fix MariaDB fetching of default table character-set thanks to @grooverdan
- 6423: Fix: Skip type comparison if disableTypeComments is true thanks to @berkut1
- 6413: Fix foreign key name change detection thanks to @achterin
- 6353: Fix SQL Server "extended property" SQL generation thanks to @mvorisek
- 6338: Fix DB name passing in SqliteSchemaManager::listTableForeignKeys() thanks to @mvorisek
- 6315: Fix SQLite temp table name must not contain dot thanks to @mvorisek
Improvement
Static Analysis
- 6402: Fix return type of iterateKeyValue() thanks to @derrabus
- 6399: PHPStan 1.11.1 thanks to @derrabus
Documentation
- 6430: Fix typo in the portability documentation thanks to @stof
- 6429: Fix the portability documentation thanks to @stof
- 6407: Fix documentation of supported MariaDB releases thanks to @derrabus
CI
- 6432: CI MariaDB: add 11.4, remove 11.0 thanks to @derrabus
- 6426: CI: Update MariaDB versions thanks to @grooverdan
- 6391: Bump doctrine/.github from 5.0.0 to 5.0.1 thanks to @dependabot[bot]
- 6384: Use 3.8.x as a target for dependabot version updates thanks to @greg0ire
- 6383: Setup dependabot thanks to @greg0ire
- 6379: Bump workflow actions thanks to @greg0ire
- 6374: Provide CODECOV_TOKEN thanks to @greg0ire
- 6373: Specify the minor version number for MySQL image thanks to @greg0ire
- 6372: Set fail_ci_if_error flag to true thanks to @greg0ire
- 6388: Fix "Plugin 'mysql_native_password' is not loaded" thanks to @derrabus
- 6386: Run tests against MySQL 8.4 thanks to @derrabus
- 6387: PHPStan 1.10.67, PHPUnit 9.6.19, PHPCS 3.9.2 thanks to @derrabus