Added
- #2144 Added filed
$resultforQueryExecuted. - #2158 Added route options to route handler.
- #2162 Added
Hyperf\Watcher\Driver\FindDriverforhyperf/watcher. - #2169 Added
session.options.domainforhyperf/sessionto change the domain which get from request. - #2174 Added
ModelRewriteTimestampsVisitorto rewrite$timestampsbased oncreated_atandupdated_atfor Model. - #2175 Added
ModelRewriteSoftDeletesVisitorto insert or removeSoftDeletesbased ondeleted_atfor Model. - #2176 Added
ModelRewriteKeyInfoVisitorto rewrite$incrementing$primaryKeyand$keyTypefor Model.
Fixed
- #2149 Fixed bug that custom processes cannot fetch config from nacos.
- #2159 Fixed fatal exception caused by exist file when using
gen:migration.