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

Releases: storj-archived/bridge

v2.0.0

03 Nov 16:33

Choose a tag to compare

  • Moves contract signing to complex (renters), for implementation of SIP32 (Hierarchically Deterministic Node IDs) for running a complex with many renters with different nodeIDs but can act on the same contracts.
  • Changes configuration, application is no longer needed, and storage now only has two keys mongoUrl (with a value of a mongo url) and mongoOpts (an object with mongo options).
  • Adds 80% test coverage and several bug fixes

v1.2.1

26 Oct 19:54

Choose a tag to compare

  • Fixes "not found bug" with file info endpoint

v1.2.0

20 Oct 17:48

Choose a tag to compare

  • Rework mirroring by pulling mirror candidates from backlog instead of republishing storage contracts

v1.1.1

17 Oct 22:16

Choose a tag to compare

  • Merged #257 hotfix

v1.1.0

17 Oct 15:09

Choose a tag to compare

  • Add endpoint for getting file metadata (thanks @cpollard1001!)
  • Add support for --config and --datadir options to CLI (thanks @braydonf!)
  • Introducing public buckets (thanks @cpollard1001!)
  • Upgrade to latest storj-lib

v1.0.3

11 Oct 20:03

Choose a tag to compare

v1.0.2

10 Oct 19:35

Choose a tag to compare

  • Updated to work with storj-service-storage-models

v1.0.1

04 Oct 22:30

Choose a tag to compare

  • Sanitize query params on GET /contacts

v1.0.0

03 Oct 16:06

Choose a tag to compare

  • Force dependencies upgrade

v1.0.0-rc.4

28 Sep 22:41

Choose a tag to compare

v1.0.0-rc.4 Pre-release
Pre-release
  • Bump storj-complex again