Skip to content

Releases: hyperf/gotask

v2.2.3

27 Sep 10:16
Compare
Choose a tag to compare
  • fix: receive go2php connection in a dedicated coroutine.

v2.2.2

14 Sep 10:49
eeeabd9
Compare
Choose a tag to compare
  • fix: swoole 4.5 compatibility
  • fix: typo in DomainConfig

v2.2.1

25 Aug 10:22
Compare
Choose a tag to compare
  • fix: remove gotask socket when the process exits.

v2.2.0

25 Jun 02:49
2f303f9
Compare
Choose a tag to compare
  • Refactor MongoDB package to use mongodb-ext for maximum compatibility and performance.
  • Support a lot more MongoDB operations!
  • Upgrade dependencies to Hyperf 2.0

v2.1.1

02 Jun 12:40
Compare
Choose a tag to compare
  • Fix WithGoTask interface not working as expected

v2.1.0

01 Jun 07:34
5f41aa6
Compare
Choose a tag to compare
  • Add MongoDB package.
  • Support GoTask in Hyperf Command.
  • Refactor configuration management.

v2.0.3

28 May 04:15
Compare
Choose a tag to compare
  • clear Unix socket before RPC server startup.
  • Test against go panic
  • upgrade dependencies.

v2.0.2

12 May 05:38
Compare
Choose a tag to compare
  • Fix empty args during startup. #14

v2.0.1

06 May 04:11
Compare
Choose a tag to compare
  • Fix upstream BC breakage (spiral/goridge)
  • Fix broken PipeSender after the channel is closed.

v2.0.0

10 Apr 04:04
Compare
Choose a tag to compare
  • Namespace changes from Reasno to Hyperf.