This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
Releases: storj-archived/core
Releases · storj-archived/core
v3.1.1
v3.1.0
v3.0.4
v3.0.3
- Hotfix for CLI
v3.0.2
v3.0.1
- Fix transfer
end
event bug inDataChannelClient
andBridgeClient
v3.0.0
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
v2.1.1
- Closes #291
- Closes https://github.com/Storj/storjshare-cli/issues/140
- Closes #299
- Closes #288
- Close storj-archived/storjshare-gui#322
- Close https://github.com/Storj/storjshare-cli/issues/137
- Close #303
- Close #295
v2.1.0
- 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