# 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.
Chunks
487b8a2e (1st chunk of `doc/manual/source/release-notes/rl-2.11.md`)
Title: Nix Release 2.11: Parallel `nix copy` for Store Paths
Summary
Nix Release 2.11 reintroduces parallel copying of store paths for `nix copy` functionality. This parallelization does not apply to `daemon` and `ssh-ng` stores, which continue to copy everything in a single batch to mitigate latency issues.