Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Releases: storj-archived/bridge

v5.6.0

21 Mar 01:46

Choose a tag to compare

  • 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

14 Mar 22:34

Choose a tag to compare

  • Pause streams when replicating shards for a farmer #381

v5.5.0

13 Mar 23:01

Choose a tag to compare

  • Records storage events for storage and bandwidth for use in billing #378

v5.4.0

13 Mar 15:10

Choose a tag to compare

  • Adds replication of all shards held by a contact when the contact goes offline #374
  • Various fixes for apispec documentation #368

v5.3.3

28 Feb 17:53

Choose a tag to compare

  • Fixes issue with pending responses memory leak #365

v5.3.2

27 Feb 21:06

Choose a tag to compare

  • Fixes minor cpu health report problem #364

v5.3.1

27 Feb 18:44

Choose a tag to compare

  • Adds logs with general process health info #362
  • Disables shard reaper that did not need to run #363

v5.3.0

23 Feb 20:00

Choose a tag to compare

  • 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-adapter and storj-lib that 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-currency module by removing it.

v5.2.0

14 Feb 23:30

Choose a tag to compare

  • Reverts changes in v5.1.0 until migration for bucket entry ids is ready

v5.1.0

14 Feb 21:02

Choose a tag to compare

  • Adds an option to add a bucket entry with user supplied id, as can be used w/ a hash of a the file. See #349