Releases: storj/uplink
Releases · storj/uplink
v1.1.0
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
- Fixed a number of issues with sharing a complete bucket and sharing with object key prefix.
v1.0.2
v1.0.1
- Telemetry not imported when not used.
- Correct errors are returned when bucket or object key is missing while deleting.
v1.0.0
This is the first official production-ready release of the uplink library.
From now on, API in v1.x releases is expected to be backward-compatible. This does not apply for packages under private/ directory.
Known issues:
- The uplink library does not rate limit calls internally. If the rate limit on the satellite is reached,
ErrTooManyRequestswill be returned. - Object listing is limited to prefixes ending with a slash.
- Custom logging is not supported.
- Sharing a complete bucket does not work. However, sharing prefixes within the bucket or the complete project works.
Changes since v1.0.0-rc.5:
- Added package to support telemetry.
ErrRequestsLimitExceededrenamed toErrTooManyRequests.- Ensure
errors.Isworks with our errors. accessrenamed toaccess grantin the documentation and error messages.ErrBucketNotFoundis returned for a missing bucket when listing.- Deleted bucket or object is returned by delete methods.
v1.0.0-rc.5
- Fixed panic when downloading older objects uploaded with content type metadata.
- Defined error classes for exceeding the requests rate limit and the bandwidth limit.