Skip to content

Releases: storj/uplink

v1.4.1

04 Dec 16:37
28e6f1a
Compare
Choose a tag to compare
  • Update dependencies to allow building with Go 1.13 again.

v1.4.0

01 Dec 18:17
Compare
Choose a tag to compare
  • Improved error reporting
  • Update to latest drpc for concurrent invocation fix
  • Fix for dead connections and use pooled connections
  • Add (*Access).SatelliteAddress which returns the satellite node URL

v1.3.1

14 Oct 13:03
Compare
Choose a tag to compare
  • Update the default dialer to use the new RPC connector implementation

v1.3.0

04 Sep 13:51
Compare
Choose a tag to compare
  • New method: DeleteBucketWithObjects deletes a bucket and all objects within that bucket.
  • Fix order size increase during an upload operation.

v1.2.0

10 Aug 13:06
Compare
Choose a tag to compare
  • New method: RevokeAccess revokes the API key embedded in the provided access grant.
  • API for multi-tenant support in a single app bucket
    • New type: EncryptionKey represents a key for encrypting and decrypting data.
    • New method: DeriveEncryptionKey derives a salted encryption key for passphrase using the salt.
    • New method: OverrideEncryptionKey overrides the root encryption key for the prefix in bucket with encryptionKey.
  • Default dialer now uses common/socket BackgroundDialer. This may result in better congestion control in some environments. On Linux environments, if a congestion controller named 'ledbat' is installed, it will be used. Consider installing https://github.com/silviov/TCP-LEDBAT
  • Fix for resource leak in uploads.
  • Bump dependencies for:
    • Fix for cancellation propagation in drpc.
    • Changes allowing more granular disk size.

v1.1.2

23 Jun 15:24
Compare
Choose a tag to compare
  • Relicense to MIT/expat.

v1.1.1

12 Jun 12:44
Compare
Choose a tag to compare
  • Fix issue with download limit longer than object size.
  • Relicense to BSD-2-Clause Plus Patent.

v1.1.0

12 Jun 09:07
Compare
Choose a tag to compare

This release is exactly the same as v1.0.7.

v1.0.7

04 Jun 13:34
Compare
Choose a tag to compare
  • Change license from Apache to MIT.
  • Support for custom transports via DialContext.
  • Fix for bucket not found error.

v1.0.6

29 May 12:54
Compare
Choose a tag to compare
  • Fix auto paging issue with recursive listing.
  • Additional details added to ErrObjectNotFound errors.