Releases: amphp/parallel
Releases · amphp/parallel
2.4.0
2.3.4
2.3.3
What's Changed
- Avoid deprecated
SplObjectStorage::attachby @eliashaeussler in #224
New Contributors
- @eliashaeussler made their first contribution in #224
Full Changelog: v2.3.2...v2.3.3
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