github hyperf/hyperf v3.1.25
Release v3.1.25

latest releases: v3.1.26, v3.1.25.1
12 days ago

Added

  • #6809 Added cursor paginator for hyperf/database.
  • #6811 Added list rule for hyperf/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 lazyById and lazyByIdDesc for lazy queries.
  • #6825 Added methods createDatabase and dropDatabaseIfExists for Hyperf\Database\Schmea.

Fixed

  • #6813 Fixed bug that cannot read the messages from non-lower keys for Hyperf\Constants\Annotation\Message.
  • #6818 Fixed bug that updateOrInsert cannot work when the input is empty.
  • #6828 Fixed bug that AOP cannot work on __construct.
  • #6836 Fixed bug that SetCookie::fromString cannot not work by invalid types.

New Contributors

Full Changelog: v3.1.24...v3.1.25

Don't miss a new hyperf release

NewReleases is sending notifications on new releases.