Skip to content

Releases: storj/uplink

v1.14.2

27 May 13:56

Choose a tag to compare

v1.14.1

29 Apr 09:25

Choose a tag to compare

Full Changelog: v1.14.0...v1.14.1

v1.14.0

07 Apr 10:29
b953387

Choose a tag to compare

v1.14.0 includes bug fixes and performance improvements.

Full Changelog: v1.13.1...v1.14.0

v1.13.1

16 Aug 18:51

Choose a tag to compare

v1.13.1 includes minor bugfixes to v1.13.0

Full Changelog: v1.13.0...v1.13.1

v1.13.0

15 May 15:43

Choose a tag to compare

v1.13.0 adds months worth of significant performance and stability improvements.

Full Changelog: v1.12.2...v1.13.0

v1.12.2

13 Nov 08:41

Choose a tag to compare

What's Changed

  • improved download performance (fa6314c)
  • updated dependencies

Full Changelog: v1.12.1...v1.12.2

v1.12.1: fix for 32bit arm

05 Oct 07:37

Choose a tag to compare

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

13 Sep 13:07

Choose a tag to compare

What's Changed

  • Refactored upload code path is now enabled by default (a4851fc)
  • New permission type MaxObjectTTL (39cbd8e)
  • Go language version was bumped to 1.19 (f9227df)

Full Changelog: v1.11.0...v1.12.0

v1.11.0

26 Jul 14:50

Choose a tag to compare

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 introduce Config.InsecureUnencryptedConnection as a replacement
  • Deprecating Config.DialTimeout and Config.DialContext

Full Changelog: v1.10.0...v1.11.0

v1.10.0

12 Dec 08:26

Choose a tag to compare

What's Changed

  • InsecureSkipVerify configuration can be used for edge.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