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

Releases: storj-archived/core

v3.1.1

06 Sep 17:36
Compare
Choose a tag to compare

v3.1.0

29 Aug 20:31
Compare
Choose a tag to compare

v3.0.4

19 Aug 17:31
Compare
Choose a tag to compare

v3.0.3

18 Aug 18:23
Compare
Choose a tag to compare
  • Hotfix for CLI

v3.0.2

18 Aug 17:12
Compare
Choose a tag to compare
  • Abstract the writable and readable datachannel streams into their own classes
  • Use flush writable package to provide the correct event interface for writable stream
  • Closes #287
  • Closes #336

v3.0.1

17 Aug 19:40
Compare
Choose a tag to compare
  • Fix transfer end event bug in DataChannelClient and BridgeClient

v3.0.0

16 Aug 22:44
Compare
Choose a tag to compare

Note that this release includes breaking changes from 2.x.x and backwards incompatible protocol changes. If you are using the storj CLI tool from this package, you are advised to wait until new releases of Storj Share CLI, Storj Share GUI, and Bridge are published. Join us in our community chat to keep up with releases.

  • Add support to BridgeClient for streaming an arbitrary slice of a file
  • Resolve character encoding issues with the default hash algorithm (breaking)
  • Add example/ directory with sample code for common uses
  • Implement SIP-0003 and expose via Network class
  • Refactor the project's directory structure and improve nomenclature
  • Rework the Network class public API to expose more
  • Numerous bug fixes
  • Document file cryptography standards for client interchangeability
  • Improve the farmer contract negotiation
  • Rework the DataChannelServer to indicate status via standard WebSocket codes instead of trailing JSON messages

v2.2.0

09 Aug 21:25
Compare
Choose a tag to compare

v2.1.1

08 Aug 18:20
Compare
Choose a tag to compare

v2.1.0

03 Aug 22:35
Compare
Choose a tag to compare
  • Ask user to confirm destructive operations in the CLI
  • Fix a bug that would open tunnels even if none were specified - thanks @littleskunk!
  • Added ability to import and export key rings - thanks @aleitner!
  • Rework project licensing to use both LGPL-3.0 and AGPL-3.0
  • Closes #298
  • Closes # #296
  • Close #289
  • Closes #280