GitHub

2.4.0

2.3.4

What's Changed

  • Fix NAN to string coercion on PHP 8.5

Full Changelog: v2.3.3...v2.3.4

2.3.3

2.3.2

1.4.4

What's Changed

  • Fixed PHP 8.4 deprecations in the 1.x release series.

Please upgrade to 2.x if you can.

Full Changelog: v1.4.3...v1.4.4

2.3.1

2.3.0

What's Changed

  • Added LimitedWorkerPool extending WorkerPool in #205.
  • Added DelegatingWorkerPool implementing LimitedWorkerPool, which will only allow a limited number of workers to be pulled from a delegate WorkerPool instance.
  • ContextWorkerPool also now implements LimitedWorkerPool, as this pool implementation was already spawned a limited number of workers.

Full Changelog: v2.2.9...v2.3.0

2.2.9

What's Changed

  • Fixed a race condition if outstanding accept calls were pending when closing SocketIpcHub.
  • Removed use of error-suppression operator to avoid warnings from mis-configured error handlers (#200).

Full Changelog: v2.2.8...v2.2.9

2.2.8

What's Changed

  • Fixed race condition on concurrent IPC connect calls (#199)
    Thank you @Nadyita for reporting and debugging this issue.

2.2.7

What's Changed

  • Fixed cancelled tasks still being submitted to task workers.
  • Marked result and receive template types on Context as covariant.
  • Small improvements on examples by @thgs in #194

Full Changelog: v2.2.6...v2.2.7

Read the original on github.com ↗