Improvements
- Add deferrable constraints management for PSQL by @JulienChavee in #2322
- Write CLI errors to stderr by @InvisibleSmiley in #2317
- Error on using reserved keyword for migration name by @MasterOdin in #2328
Bug Fixes
- Improve collision handling on multiple create calls by @MasterOdin in #2325
- Fix type with space between limit and precision in SQLiteAdapter by @MasterOdin in #2329
- Fix SQLiteAdapter::getColumns with Literal column by @MasterOdin in #2331
Deprecations
- Add deprecation warning for Util::mapClassNameToFileName by @MasterOdin in #2327
Documentation
- Document specific query builder functions by @MarwanSalim in #2318
- Add docs about namespaces for paths by @matheusab in #2314
- Remove ZH link for docs by @MasterOdin in #2333
- Docs: Set PDO attributes after variable has been assigned by @piotr-cz in #2334
- Docs: Set config name to
:memory:
in docs example by @piotr-cz in #2335 - Docs: Use
require
without brackets by @piotr-cz in #2337
Miscellaneous
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #2320
- Run CI against PHP 8.4 by @MasterOdin in #2321
- Add SQLiteAdapter::isMemory helper function by @MasterOdin in #2336
New Contributors
- @matheusab made their first contribution in #2314
- @JulienChavee made their first contribution in #2322
Full Changelog: 0.16.5...0.16.6