This repository was archived by the owner on Oct 30, 2018. It is now read-only.
Releases: storj-archived/bridge
Releases · storj-archived/bridge
v5.6.0
- Fixes bucket resurrection bug where bucket entries were not actually being removed #388
- Adds a new query option,
startDate, for listing buckets and bucket entries by date. There is now a maximum number of buckets and bucket entries that will be returned in an API response at once. This is currently set to 5000 and 2000 respectively, and should roughly estimate to 300kb response sizes. This will prevent API requests from timing out and continuing near endlessly for buckets with many entries. #384 - Bucket names and bucket entry names now both have a maximum length. The maximum length for a bucket name is currently set 260 characters, which is the maximum length of a file/directory name across various filesystems. The maximum bucket entry name is set to the maximum total path length at 32,767 (Windows) as to support using full paths as entry names. #384
- A limit of 300 has been added to the maximum number of nodeIDs that can be blacklisted when requesting storage offers from the network. This should accommodate 6 retries for 50 shards during an upload, which should be more than plenty. #384
v5.5.2
v5.5.0
v5.4.0
v5.3.3
v5.3.2
v5.3.1
v5.3.0
- Adds "hmac" to bucket entry #356 to verify that decryption is successful on downloads
- Fixes concurrency issue with rate limiting #354 that was not fully accounting for all uploaded/downloaded bytes
- Bumps
storj-mongodb-adapterandstorj-libthat includes bug fixes causing crashes for the monitor service - Updates the api swagger specification #353 and #359
- Adds docker file for monitor service #336
- Fixes bug with
mongoose-currencymodule by removing it.