This repository was archived by the owner on Oct 30, 2018. It is now read-only.
Releases: storj-archived/bridge
Releases · storj-archived/bridge
v2.0.0
- 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,
applicationis no longer needed, andstoragenow only has two keysmongoUrl(with a value of a mongo url) andmongoOpts(an object with mongo options). - Adds 80% test coverage and several bug fixes
v1.2.1
v1.2.0
- Rework mirroring by pulling mirror candidates from backlog instead of republishing storage contracts
v1.1.1
v1.1.0
- Add endpoint for getting file metadata (thanks @cpollard1001!)
- Add support for
--configand--datadiroptions to CLI (thanks @braydonf!) - Introducing public buckets (thanks @cpollard1001!)
- Upgrade to latest
storj-lib
v1.0.3
v1.0.2
- Updated to work with storj-service-storage-models
v1.0.1
- Sanitize query params on
GET /contacts
v1.0.0
- Force dependencies upgrade
v1.0.0-rc.4
- Bump
storj-complexagain