Full-duplex auto-pipelining; pipeline ops get own connection pool
Breaking (minor)preThis release3 featuresNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notesAn experimental full-duplex mode for the automatic pipeliner holds one pipeline-pool connection with concurrent writer and reader goroutines, cutting per-command latency to roughly one RTT on high-latency links. Each client now creates a dedicated pipeline connection pool used by Pipeline, TxPipeline, and autopipeline operations, with PipelinePoolSize: -1 restoring the previous single-pool behavior.