Skip to content

Releases: workerman-php/coroutine

v1.1.4

12 Oct 07:14

Choose a tag to compare

What's Changed

  • refactor(pool): PoolException by @lvluoyue in #4

New Contributors

  • @lvluoyue made their first contribution in #4

Full Changelog: v1.1.3...v1.1.4

v1.1.3

17 Feb 03:39

Choose a tag to compare

  • Optimize connection acquisition and return in a non-coroutine context.

Full Changelog: v1.1.2...v1.1.3

v1.1.2

11 Feb 13:17

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

06 Feb 05:04

Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

v1.1.0

05 Feb 14:19

Choose a tag to compare

  • Context use ArrayObject
  • Channel add hasConsumers() hasProducers() methods
  • Support Locker
  • Pool add getConnectionCount() closeConnections() methods
  • More tests

Full Changelog: v1.0.0...v1.1.0

v1.0.0

24 Jan 12:34

Choose a tag to compare

First release