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
v0.6.5
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
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
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
This release is beta-stage and may not be suitable for production systems.
- Closes #57
- Closes https://github.com/Storj/farmer/issues/27
- Closes https://github.com/Storj/farmer/issues/28
- Closes https://github.com/Storj/farmer/issues/25
- Closes https://github.com/Storj/farmer/issues/26
- Closes #58
- Closes #59
v0.6.1
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
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
andRenterInterface
to separate concerns - Implement streaming encryption/decryption with
EncryptStream
andDecryptStream
classes - Enhance protocol with connection tunnelling
- Updates to the protocol specification
- Implement
TunnelServer
,TunnelClient
,TunnelGateway
,TunnelMuxer
, andTunnelDemuxer
- New publish/subscribe topics for announcing willingness to tunnel
- Add
FileMuxer
andFileDemuxer
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
to10000
- Increase test coverage 10%
v0.5.0
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
This release is alpha-stage and may not be suitable for production systems.
- Use announced protocol version instead of local version
v0.4.2
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
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 RPCcontact
information - Change protocol specification and implementation to use
nonce
andsignature
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 inNetwork#options
to accept an array of opcode sequences to subscribe - Update CLI to use new
farmer
property and update documentation on CLI