Fixed
- #7068 Fixed bug
Str::trimcannot support the default rules "\n\r\t\v" fortrim/ltrim/rtim. - #7109 Fixed bug that
CacheAHeadcannot 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_varsto keep the child process environment variables consistent with the parent process.
Added
- #7025 Added
Hyperf\Database\Model\Relations\Relation::getMorphAlias().
New Contributors
- @wangchengtao made their first contribution in #7036
Full Changelog: v3.1.42...v3.1.43