Skip to content

Releases: hyperf/gotask

v2.2.3

Choose a tag to compare

@Reasno Reasno released this 27 Sep 10:16
  • fix: receive go2php connection in a dedicated coroutine.

v2.2.2

Choose a tag to compare

@Reasno Reasno released this 14 Sep 10:49
eeeabd9
  • fix: swoole 4.5 compatibility
  • fix: typo in DomainConfig

v2.2.1

Choose a tag to compare

@Reasno Reasno released this 25 Aug 10:22
  • fix: remove gotask socket when the process exits.

v2.2.0

Choose a tag to compare

@Reasno Reasno released this 25 Jun 02:49
2f303f9
  • 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

Choose a tag to compare

@Reasno Reasno released this 02 Jun 12:40
  • Fix WithGoTask interface not working as expected

v2.1.0

Choose a tag to compare

@Reasno Reasno released this 01 Jun 07:34
5f41aa6
  • Add MongoDB package.
  • Support GoTask in Hyperf Command.
  • Refactor configuration management.

v2.0.3

Choose a tag to compare

@Reasno Reasno released this 28 May 04:15
  • clear Unix socket before RPC server startup.
  • Test against go panic
  • upgrade dependencies.

v2.0.2

Choose a tag to compare

@Reasno Reasno released this 12 May 05:38
  • Fix empty args during startup. #14

v2.0.1

Choose a tag to compare

@Reasno Reasno released this 06 May 04:11
  • Fix upstream BC breakage (spiral/goridge)
  • Fix broken PipeSender after the channel is closed.

v2.0.0

Choose a tag to compare

@Reasno Reasno released this 10 Apr 04:04
  • Namespace changes from Reasno to Hyperf.