Skip to content

Release v3.1.43

Choose a tag to compare

@limingxinleo limingxinleo released this 10 Oct 01:59
8763ac8

Fixed

  • #7068 Fixed bug Str::trim cannot support the default rules "\n\r\t\v" for trim/ltrim/rtim.
  • #7109 Fixed bug that CacheAHead cannot use the default ttl.

Optimized

  • #7082 Optimized the code of Hyperf\Database\Query\Grammars\Grammar::compileUpdate().
  • #7084 Optimized the code of Hyperf\Watcher\Ast\RewriteClassNameVisitor::leaveNode().
  • #7105 Removed env_vars to keep the child process environment variables consistent with the parent process.

Added

  • #7025 Added Hyperf\Database\Model\Relations\Relation::getMorphAlias().

New Contributors

Full Changelog: v3.1.42...v3.1.43