Releases: storj/uplink
Releases · storj/uplink
v1.14.2
v1.14.1
Full Changelog: v1.14.0...v1.14.1
v1.14.0
v1.14.0 includes bug fixes and performance improvements.
Full Changelog: v1.13.1...v1.14.0
v1.13.1
v1.13.1 includes minor bugfixes to v1.13.0
Full Changelog: v1.13.0...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.ListObjectswhile listing in multi passphrase prefix (8c9d669) - Deprecate
Config.InsecureSkipVerifyand introduceConfig.InsecureUnencryptedConnectionas a replacement - Deprecating
Config.DialTimeoutandConfig.DialContext
Full Changelog: v1.10.0...v1.11.0
v1.10.0
What's Changed
InsecureSkipVerifyconfiguration can be used foredge.RegisterAccesscalls. (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
uplinkcan 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