Added
- #6809 Added cursor paginator for
hyperf/database. - #6811 Added
listrule forhyperf/validation. - #6814 Added method
Model::query()->touch()which used to update timestamps. - #6815 Added method
Hyperf\Database\Model\Builder::qualifyColumns(). - #6816 Added methods
Hyperf\Database\Model\Builder::load*. - #6820 Added method
Hyperf\Database\Model\Builder::valueOrFail(). - #6821 Added method
Hyperf\Database\Concerns\BuildsQueries::chunkMap(). - #6822 Added methods
lazyByIdandlazyByIdDescfor lazy queries. - #6825 Added methods
createDatabaseanddropDatabaseIfExistsforHyperf\Database\Schmea.
Fixed
- #6813 Fixed bug that cannot read the messages from non-lower keys for
Hyperf\Constants\Annotation\Message. - #6818 Fixed bug that
updateOrInsertcannot work when the input is empty. - #6828 Fixed bug that
AOPcannot work on__construct. - #6836 Fixed bug that
SetCookie::fromStringcannot not work by invalid types.
New Contributors
- @rookiexxk made their first contribution in #6818
Full Changelog: v3.1.24...v3.1.25