Releases: storj/uplink
Releases · storj/uplink
v1.13.1
v1.13.0
v1.13.0 adds months worth of significant performance and stability improvements.
Full Changelog: v1.12.2...v1.13.0
v1.12.2
v1.12.1: fix for 32bit arm
This release fixes a bug with 32bit arm, which caused a "unaligned 64-bit atomic operation" panic.
Full Changelog: v1.12.0...v1.12.1
v1.12.0
v1.11.0
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
v1.10.0
What's Changed
InsecureSkipVerify
configuration can be used foredge.RegisterAccess
calls. (It's not for production but can be useful for integration tests with storj/storj-up)- experimental support for different piece-hash algorithms during uploads
uplink
can report upload/download telemetry data via jtolio/evenkit if enabled and configured- updated dependencies, small build and documentation improvements
Full Changelog: v1.9.0...v1.10.0
v1.9.0
v1.8.2
v1.8.1
What's Changed
- Disable LEDBAT
- Small update in godoc
- Updated
storj.io/common
dependency
Full Changelog: v1.8.0...v1.8.1