Releases: storj/uplink-c
Releases · storj/uplink-c
Release list
v1.14.1
This updates to uplink@v1.14.1 see the relevant changes upstream.
Changelog: v1.14.0...v1.14.1
Upstream Changelog: storj/uplink@v1.14.0...v1.14.1
v1.14.0
v1.10.1
Fix build script & drop JS target
- Revert the usage of realpath to normalize paths because it breaks OSX
builds. - Delete JS target from the build script because it isn't supported.
Full Changelog: v1.10.0...v1.10.1
v1.10.0
This new version contains:
- The update to the last published version of Uplink
- Makes the version script work on OSX
- Makes the build script cross-compile capable
Full Changelog: v1.9.0...v1.10.0
v1.9.0
Updating core Uplink library, which has significant performance and stability improvements.
Full Changelog: v1.8.1...v1.9.0
v1.8.1
What's Changed
- improved download performance
- fixes a bug with 32bit arm, which caused a "unaligned 64-bit atomic operation" panic
- updated dependencies
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- New
EdgeConfigfieldinsecure_unencrypted_connection - Uplink version v1.12.0. Major library changes since version v.1.9.0:
- 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
- support for different piece-hash algorithms during uploads
- Performance improvements, including:
Full Changelog: v1.7.0...v1.8.0