Skip to content

Releases: amphp/parallel

2.4.0

16 May 17:05
v2.4.0
37f5b27

Choose a tag to compare

What's Changed

Full Changelog: v2.3.4...v2.4.0

2.3.4

06 May 19:33
v2.3.4
3ad45d1

Choose a tag to compare

What's Changed

  • Fix NAN to string coercion on PHP 8.5

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

2.3.3

02 Dec 22:03
v2.3.3
296b521

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.2...v2.3.3

2.3.2

31 Aug 17:48
v2.3.2
321b45a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.3.2

1.4.4

26 Jun 20:09
v1.4.4
508ca22

Choose a tag to compare

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

21 Dec 01:59
v2.3.1
5113111

Choose a tag to compare

What's Changed

  • Prevent silencing ExitFailure in ProcessContext->join() by @bwoebi in #207

New Contributors

Full Changelog: v2.3.0...v2.3.1

2.3.0

11 Oct 03:19
v2.3.0
9777db1

Choose a tag to compare

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

24 Mar 19:10
v2.2.9
73d293f

Choose a tag to compare

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

19 Mar 17:05
v2.2.8
efd71b3

Choose a tag to compare

What's Changed

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

2.2.7

16 Mar 16:20
v2.2.7
ffda869

Choose a tag to compare

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