What's Changed
- Performance improvements, including
- Refactored upload code path for faster and more resilient uploads
- Improved network protocols, including support for new noise-based protocol and tcp_fastopen
- Performance related adjustments (like adjusting default allocation steps to reduce RPC calls)
- Supporting separated connection pools for satellite and storage node connections
- Improvements in memory usage (ee06bd2)
- Fix issue with
Project.ListUploads
(#140) - Fix issue with
Project.ListObjects
while listing in multi passphrase prefix (8c9d669) - Deprecate
Config.InsecureSkipVerify
and introduceConfig.InsecureUnencryptedConnection
as a replacement - Deprecating
Config.DialTimeout
andConfig.DialContext
Full Changelog: v1.10.0...v1.11.0