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

Releases: storj-archived/bridge

v0.4.2

31 Mar 20:22
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

This release is alpha-stage and may not be suitable for production systems.

v0.4.0

30 Mar 20:13
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

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

24 Mar 20:26
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

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