Skip to content

v1.1.26

Compare
Choose a tag to compare
@limingxinleo limingxinleo released this 16 Apr 07:05
· 3325 commits to master since this release
018f7b8

Added

  • #1578 Support getStream method in UploadedFile.php.

Fixed

  • #1563 Fixed crontab's onOneServer option not resetting mutex on shutdown.
  • #1565 Reset transaction level to zero, when reconnent to mysql server.
  • #1572 Fixed parent class does not exists in Hyperf\GrpcServer\CoreMiddleware.
  • #1577 Fixed describe:routes command's server option not take effect.
  • #1579 Fixed migrate:refresh command's step is int.

Changed

  • #1560 Changed functions of file to filesystem for FileSystemDriver in hyperf/cache.
  • #1568 Changed \Redis to RedisProxy for RedisDriver in async-queue.