1.51.0 (2025-03-12)
Features
- storage/append: Support appends in w1r3. (#11483) (48bb391)
- storage: Benchmark with experimental MRD. (#11501) (7b49152)
- storage: Implement RetryChunkDeadline for grpc writes (#11476) (03575d7)
- storage: Specify benchmark integrity check. (#11465) (da18845)
- storage: Use ReadHandle for faster re-connect (#11510) (cac52f7)
- storage: Wrap NotFound errors for buckets and objects (#11519) (0dd7d3d)
Bug Fixes
- storage/append: Report progress for appends. (#11503) (96dbb6c)
- storage: Add a safety check for readhandle (#11549) (c9edb37)
- storage: Add universe domain to defaultSignBytesFunc (#11521) (511608b)
- storage: Clone the defaultRetry to avoid modifying it directly (#11533) (7f8d69d)
- storage: Fix adding multiple range on stream with same read id (#11584) (0bb3434)
- storage: Modify the callback of mrd to return length of data read instead of limit. (#11687) (9e359f0)
- storage: Propagate ctx from invoke to grpc upload reqs (#11475) (9ad9d76)
- storage: Remove duplicate routing header (#11534) (8eeb59c)
- storage: Return sentinel ErrObjectNotExist for copy and compose (#11369) (74d0c10), refs #10760
- storage: Wait for XML read req to finish to avoid data races (#11527) (782e12a)