Skip to content

Releases: hyperf/gotask

Release v3.0.1

24 Jan 09:42
712a09d
Compare
Choose a tag to compare

Release v3.0.0

05 Dec 08:12
Compare
Choose a tag to compare

Release v3.0.0-alpha

04 May 11:11
Compare
Choose a tag to compare

v2.2.10

10 Mar 01:45
afaecba
Compare
Choose a tag to compare
  • fix: add $insertedCount to bulk write

v2.2.9

21 Feb 02:13
a8fe6cf
Compare
Choose a tag to compare
  • Fixed the panic caused by nil results in bulk write.

v2.2.8

01 Sep 09:23
099c9d2
Compare
Choose a tag to compare

fix: close cursors on some read operations.

v2.2.7

08 May 05:50
7857938
Compare
Choose a tag to compare

fix: remove the occasional empty log in PHP.

v2.2.6

21 Apr 08:54
8202bbc
Compare
Choose a tag to compare
  • Fixed invalid constant check in ConfigProvider.php.

v2.2.5

17 Mar 05:12
3370649
Compare
Choose a tag to compare

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

29 Dec 02:07
6fdd702
Compare
Choose a tag to compare

适配hyperf v2.1