Added
- #6156 Enhance stringable, such as
replaceStartisJson.
Optimized
- #6154 Use PHP native
json_validateto validate is json if function is available. - #6157 Record the exception message only by opening the exception switch and closing the ignore switch when using
trace. - #6167 Optimized KafkaClientFactory of
hyperf/tracer.
Fixed
- #6160 Fixed bug that service governance still registers services even when
services.enable.registerisfalse. - #6162 #6163 Fixed bug that the mutex lock of
crontabcannot not work well when the crontab executed more than one hour (the default expired time).
New Contributors
Full Changelog: v3.0.36...v3.0.37