Hyperf Gotask Versions Save

⚡️ A lightning speed replacement for Swoole TaskWorker in Go

v3.0.1

4 months ago

v3.0.0

5 months ago

v3.0.0-alpha

1 year ago

v2.2.10

2 years ago
  • fix: add $insertedCount to bulk write

v2.2.9

2 years ago
  • Fixed the panic caused by nil results in bulk write.

v2.2.8

2 years ago

fix: close cursors on some read operations.

v2.2.7

3 years ago

fix: remove the occasional empty log in PHP.

v2.2.6

3 years ago
  • Fixed invalid constant check in ConfigProvider.php.

v2.2.5

3 years ago

Previously gotask use /tmp directory as the default socket address. Some users have experienced frustration due to file permission issues. The following change has been made to alleviate the pain:

  • When using Hyperf framework, move the default socket address to the Hyperf's runtime directory.
  • Check file permissions before creating the socket.

v2.2.4

3 years ago

适配hyperf v2.1