Releases: storj/uplink-c
Releases · storj/uplink-c
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
EdgeConfig
fieldinsecure_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
v1.7.0
v1.6.2
v1.6.1
v1.6.0
What's Changed
- Function
uplink_revoke_access
added - New errors:
UPLINK_ERROR_STORAGE_LIMIT_EXCEEDED
andUPLINK_ERROR_SEGMENTS_LIMIT_EXCEEDED
- Uplink version v1.8.0
New Contributors
- @ishmelev-sp made their first contribution in #13
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- UpdateObjectMetadata added
- fix gcc compilation warning
- bump uplink from v1.7.0 to v1.7.1 for fixes in edge_register_access and improved error messages.
Full Changelog: v1.5.0...v1.5.1