What's Changed
- The parallel driver no longer reuses the global worker pool if a specific instance is not provided to the constructor. Instead, a new worker pool is created.
- The
$workerLimit
parameter to the constructor ofParallelFilesystemDriver
is now deprecated. Pass an instance ofLimitedWorkerPool
instead.
Full Changelog: v3.1.1...v3.2.0