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

Releases: storj-archived/core

v0.6.5

28 Apr 21:35
Compare
Choose a tag to compare
v0.6.5 Pre-release
Pre-release

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

  • Fix issues with contact validation
  • Fix resulting test coverage loss

v0.6.4

28 Apr 18:44
Compare
Choose a tag to compare
v0.6.4 Pre-release
Pre-release

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

  • Hotfix for critical bug introduced in 0.6.3 that would ignore nodes using a domain name

v0.6.3

27 Apr 20:27
Compare
Choose a tag to compare
v0.6.3 Pre-release
Pre-release

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

  • Hotfix for critical bug introduced in 0.6.2 that would try to tunnel public farmers

v0.6.2

27 Apr 19:39
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

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

v0.6.1

26 Apr 17:34
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

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

  • Add support for specification of a port range for opening tunnel gateways
  • Fix a bad log message

v0.6.0

25 Apr 19:39
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

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

  • Add documentation on private testnet setup
  • Rework the Network interface
  • Add TelemetryReporter extension
  • Implement FarmerInterface and RenterInterface to separate concerns
  • Implement streaming encryption/decryption with EncryptStream and DecryptStream classes
  • Enhance protocol with connection tunnelling
    • Updates to the protocol specification
    • Implement TunnelServer, TunnelClient, TunnelGateway, TunnelMuxer, and TunnelDemuxer
    • New publish/subscribe topics for announcing willingness to tunnel
  • Add FileMuxer and FileDemuxer to prepare for client side file preparation in Storj/bridge
  • Storage contract topics are now prefixed with a new opcode
  • Add CONTRIBUTING.md
  • Improvements to shard audits documentation - thanks @mrfancymonocle
  • Protocol version override via STORJ_PROTOCOL environment variable
  • Upgrade to latest kadtools/kad release
  • Logging improvements to RPC handlers
  • Increase RPC timeout from 5000 to 10000
  • Increase test coverage 10%

v0.5.0

05 Apr 23:27
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

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

  • Allow overriding of the protocol version for private nets
  • Remove CLI farmer and move to storj/farmer-cli
  • Fix issues with protcol version matching
  • Improve UPnP port forwarding
  • Rename from node-storj to storj/core

v0.4.3

31 Mar 21:56
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release

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

  • Use announced protocol version instead of local version

v0.4.2

31 Mar 20:21
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.

  • Pluggable logger
  • Fault tolerant signature verification
  • Fix bad size checking in opcode matrix

v0.4.0

30 Mar 19:59
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.

  • Add documentation for file transfer over Storj data channels
  • Upgrade kad dependency
  • Enforce protocol version checking between nodes - adding protocol property to RPC contact information
  • Change protocol specification and implementation to use nonce and signature instead of __nonce and __signature
  • Implement updates to contract publication with regard to contract topics published
  • Add specification for contract topic opcodes and publication format
  • Update farmer property in Network#options to accept an array of opcode sequences to subscribe
  • Update CLI to use new farmer property and update documentation on CLI