Skip to content

v1.0.14

Compare
Choose a tag to compare
@limingxinleo limingxinleo released this 05 Sep 02:21
· 71 commits to 1.0 since this release

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 of Hyperf\HttpServer\Contract\ResponseInterface.

Changed

  • #482 Re-generate the fillable argument of Model when use refresh-fillable option, at the same time, the command will keep the fillable argument 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.

Fixed

  • #479 Fixed typehint error when host of Elasticsearch client does not reached.
  • #514 Fixed redis auth failed when the password is an empty string.
  • #527 Fixed translator cannot translate repeatedly.