Skip to content

Releases: storj/uplink-c

v1.9.0

15 May 15:58
Compare
Choose a tag to compare

Updating core Uplink library, which has significant performance and stability improvements.

Full Changelog: v1.8.1...v1.9.0

v1.8.1

13 Nov 13:38
Compare
Choose a tag to compare

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

14 Sep 07:09
Compare
Choose a tag to compare

What's Changed

  • New EdgeConfig field insecure_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

Full Changelog: v1.7.0...v1.8.0

v1.7.0

26 May 11:11
Compare
Choose a tag to compare

What's Changed

  • Function uplink_copy_object added
  • Uplink version v1.9.0

Full Changelog: v1.6.2...v1.7.0

v1.6.2

20 Apr 09:43
Compare
Choose a tag to compare

What's Changed

  • Disabled QUIC
  • Uplink version v1.8.2

Full Changelog: v1.6.1...v1.6.2

v1.6.1

21 Mar 15:30
Compare
Choose a tag to compare

What's Changed

  • Disabled LEDBAT
  • Uplink version v1.8.1

Full Changelog: v1.6.0...v1.6.1

v1.6.0

17 Feb 14:16
Compare
Choose a tag to compare

What's Changed

  • Function uplink_revoke_access added
  • New errors: UPLINK_ERROR_STORAGE_LIMIT_EXCEEDED and UPLINK_ERROR_SEGMENTS_LIMIT_EXCEEDED
  • Uplink version v1.8.0

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1

14 Dec 16:04
Compare
Choose a tag to compare

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

v1.5.0

07 Oct 15:22
Compare
Choose a tag to compare

New function uplink_move_object for server-side move functionality

Based on uplink v1.7.0

v1.4.1

22 Sep 12:44
Compare
Choose a tag to compare

Fixed by updating Uplink to v1.6.0:

  • Fix edge case for multipart upload ETag encryption/decryption.