This repository was archived by the owner on Oct 30, 2018. It is now read-only.
Releases: storj-archived/bridge
Releases · storj-archived/bridge
v0.4.2
This release is alpha-stage and may not be suitable for production systems.
- Upgrade to
[email protected]
v0.4.0
This release is alpha-stage and may not suitable for production systems.
- Update to support MongoDB over SSL
- Write the default config when generating a new config file
- Allow self signed certificates from MongoDB
- Improve unit test coverage (thanks @littleskunk!)
- Upgrade to
[email protected]
- Upgrade to
[email protected]
v0.3.0-alpha
This release is alpha-stage and may not be suitable for production systems.
- Creating a bucket now properly returns all fields
- Third party public key authentication for bucket token creation implemented
- Users can register a public key during signup by including a
pubkey
property - Files can now be deleted from a bucket
- Proper HTTP status codes for various errors
- Fix security issue with public key validation
- Fix signature re-use bug caused by bad nonce validation
- Fix nonce validation on GET and DELETE requests