Skip to content

Releases: hyperf/gotask

Release v3.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Jan 09:42
712a09d

Release v3.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Dec 08:12

Release v3.0.0-alpha

Choose a tag to compare

@github-actions github-actions released this 04 May 11:11

v2.2.10

Choose a tag to compare

@Reasno Reasno released this 10 Mar 01:45
afaecba
  • fix: add $insertedCount to bulk write

v2.2.9

Choose a tag to compare

@Reasno Reasno released this 21 Feb 02:13
a8fe6cf
  • Fixed the panic caused by nil results in bulk write.

v2.2.8

Choose a tag to compare

@Reasno Reasno released this 01 Sep 09:23
099c9d2

fix: close cursors on some read operations.

v2.2.7

Choose a tag to compare

@Reasno Reasno released this 08 May 05:50
7857938

fix: remove the occasional empty log in PHP.

v2.2.6

Choose a tag to compare

@Reasno Reasno released this 21 Apr 08:54
8202bbc
  • Fixed invalid constant check in ConfigProvider.php.

v2.2.5

Choose a tag to compare

@Reasno Reasno released this 17 Mar 05:12
3370649

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

Choose a tag to compare

@Reasno Reasno released this 29 Dec 02:07
6fdd702

适配hyperf v2.1