·
1 commit
to 5.x
since this release
What's Changed
Fixed
- PHPORM-330 Fix: Convert query duration time to milliseconds by @AmirRezaM75 in #3374
- PHPORM-331 Fix test on job payload by @GromNaN in #3375
- Fix database name extraction from DSN containing a CA file path by @fergusean in #3381
- [5.x] Replaced a too strict assertion in DatabaseSessionHandler.php that prevented to use the sessions at all with a more simple sanity check. Test already failed on that, now they pass. by @tonivega in #3366
Other Changes
- Validate PSR namespaces in CI by @GromNaN in #3363
- Bump ramsey/composer-install from 3.1.0 to 3.1.1 by @dependabot[bot] in #3393
- PHPORM-326 Add collation to
db:table
command by @paulinevos in #3394 - Add conditional return type to
Builder::raw()
by @paulinevos in #3395 - Support adding schema validation by @paulinevos in #3397
QueryBuilder
multiply and divide support by @faissaloux in #3373- Bump PHP to 8.2 in Docker test container by @paulinevos in #3399
- Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in #3409
- Limit CI workflows to supported branches by @alcaeus in #3411
- Improve error handling on unsupported hybrid queries by @paulinevos in #3404
- PHPORM-264: Deprecate Mongo soft deletes trait by @paulinevos in #3408
- Add Mongo builder mixin to
DocumentModel
by @paulinevos in #3417 - PHPORM-146: Add override attribute everywhere by @paulinevos in #3412
- Replace extra substr() call by @jmikola in #3430
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #3440
Docs changes
- DOCSP-50472: schema validation by @rustagir in #3400
- DOCSP-50781: Update SoftDeletes references by @mcmorisi in #3413
- DOCSP-50607: multiply/divide QB methods by @rustagir in #3403
- DOCSP-50960: Install PHP ext with pie by @norareidy in #3419
New Contributors
- @tonivega made their first contribution in #3366
- @AmirRezaM75 made their first contribution in #3374
- @fergusean made their first contribution in #3381
- @paulinevos made their first contribution in #3394
- @faissaloux made their first contribution in #3373
Full Changelog: 5.4.3...5.5.0