Added
- #389 #419 #432 #524 Added snowflake component, snowflake is a distributed global unique ID generation algorithm put forward by Twitter, this component implemented this algorithm for easy to use.
- #525 Added
download()method ofHyperf\HttpServer\Contract\ResponseInterface.
Changed
- #482 Re-generate the
fillableargument of Model when userefresh-fillableoption, at the same time, the command will keep thefillableargument as default behaviours. - #501 When the path argument of Mapping annotation is an empty string, then the path is equal to prefix of Controller annotation.
- #513 Rewrite process name with
app_name. - #508 #526 When execute
Hyperf\Utils\Coroutine::parentId()static method in non-coroutine context will return null.