# Release 2.11 (2022-08-24)
* `nix copy` now copies the store paths in parallel as much as possible (again).
This doesn't apply for the `daemon` and `ssh-ng` stores which copy everything
in one batch to avoid latencies issues.
Title: Release 2.11 (2022-08-24) - Parallel Store Path Copying in `nix copy`
Summary
Nix release 2.11 includes an enhancement to the `nix copy` command, enabling parallel copying of store paths to improve performance. This optimization excludes the `daemon` and `ssh-ng` stores, which maintain a batched approach to prevent latency issues.