Releases: storj/uplink
Releases · storj/uplink
v1.4.1
v1.4.0
v1.3.1
v1.3.0
v1.2.0
- 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.
- New type:
- 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.