Skip to content

v1.11.0

Compare
Choose a tag to compare
@mniewrzal mniewrzal released this 26 Jul 14:50
· 93 commits to main since this release

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 introduce Config.InsecureUnencryptedConnection as a replacement
  • Deprecating Config.DialTimeout and Config.DialContext

Full Changelog: v1.10.0...v1.11.0