Releases: amphp/parallel
Releases · amphp/parallel
2.3.2
What's Changed
- Use 
str_increment()to fix PHP 8.5 deprecation by @nicolas-grekas in #222 - Add .github and psalm.xml to export-ignore by @savinmikhail in #210
 
New Contributors
- @savinmikhail made their first contribution in #210
 - @nicolas-grekas made their first contribution in #222
 
Full Changelog: v2.3.1...v2.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 
LimitedWorkerPoolextendingWorkerPoolin #205. - Added 
DelegatingWorkerPoolimplementingLimitedWorkerPool, which will only allow a limited number of workers to be pulled from a delegateWorkerPoolinstance. ContextWorkerPoolalso now implementsLimitedWorkerPool, as this pool implementation was already spawned a limited number of workers.
Full Changelog: v2.2.9...v2.3.0
2.2.9
2.2.8
2.2.7
2.2.6
What's Changed
- Fixed hang during shutdown if a process or thread context has not ended (fixes amphp/file#75).
 
Full Changelog: v2.2.5...v2.2.6
2.2.5
What's Changed
- Fixed potential hang during shutdown if the process context returned from 
DefaultContextFactorywas not shutdown. 
Full Changelog: v2.2.4...v2.2.5
2.2.4
What's Changed
- Fixed 
SocketIpcHubnot removing the temporary socket file if the object was not explicitly closed before destruction (fixes #183). - Add previous exception message when fail to start process by @thgs in #192
 
New Contributors
Full Changelog: v2.2.3...v2.2.4