Features
- Add "nativeuuid" type for databases with native uuid support by @nicosp in #2282
- Use timestamp column type for phinxlog if addTimestampsUseDateTime flag disabled by @qnnp-me in #2401
- Add algorithm/lock Support for alter columns in mysql by @lutdev in #2399
Fixes
- Rework sqlite fk pragma handling by @MasterOdin in #2365
- Fix Decimal Column Definition Issue When Scale is 0 by @runphp in #2377
- Fix cache key for phar workflow by @MasterOdin in #2382
- Improve precision and scale behavior across adapters by @MasterOdin in #2383
- Improve quote behavior of CURRENT_TIMESTAMP default by @MasterOdin in #2389
- Fix php85 mysql attr constant by @schlndh in #2405
Documentation
- Add phpdoc for options array for addColumn and changeColumn by @joshbmarshall in #2394
Miscellaneous
- Make configuration a top-level option by @MasterOdin in #2375
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #2372
- Add test for mysql zero scale column def fix by @MasterOdin in #2378
- Update set output usage in GH workflows by @MasterOdin in #2379
- Update upload asset step for phar workflow by @MasterOdin in #2380
- Update phpunit to ^10.5 by @MasterOdin in #2381
- Bump phpstan to 1.12.x by @MasterOdin in #2363
- Fix deprecations in phpstan config by @MasterOdin in #2387
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #2392
- Update symfony/yaml requirement from ^4.0|^5.0|^6.0|^7.0 to ^4.0|^5.0|^6.0|^7.0|^8.0 by @dependabot[bot] in #2397
- Update symfony/config requirement from ^4.0|^5.0|^6.0|^7.0 to ^4.0|^5.0|^6.0|^7.0|^8.0 by @dependabot[bot] in #2398
- Update symfony/console requirement from ^6.0|^7.0 to ^6.0|^7.0|^8.0 by @dependabot[bot] in #2396
- Bump actions/cache from 4 to 5 by @dependabot[bot] in #2403
New Contributors
- @runphp made their first contribution in #2377
- @nicosp made their first contribution in #2282
- @qnnp-me made their first contribution in #2401
- @schlndh made their first contribution in #2405
- @lutdev made their first contribution in #2399
Full Changelog: 0.16.10...0.16.11