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
v6.0.14
v6.0.13
v6.0.12
- Bugfixes for NTP sync check - @littleskunk
- CORS for farmer RPC - @retrohacker
- Bugfixes for UPnP return value - @littleskunk (closes #603)
- Bugfixes for free space checks and logging - @cseale (closes #570)
- Adds logging for blacklist entries added - @nginnever (closes https://github.com/Storj/core-cli/issues/80)
- Adds ping method to network base class - @braydonf
v6.0.11
- Fix null ref callback in
shard#destroy
- Better contact validation, prevent crash on bad contact
- Force network re-entry to keep neighbors and routes fresh
v6.0.10
- Integrity check mirror downloads and report failures to prevent bad shard replication
- Remove null ref causing crash on mirroring stream error
v6.0.9
- Fixes for bridge client error handling
- Increase min shard size
- Add trusted keys and whitelist by default
v6.0.8
- Properly handle transfer connection termination or errors and decrement active transfer count
- Deterministic key updates
v6.0.7
- Force kad upgrade - resolve memory leak
- Increase keep alive interval (thanks @BlackDuck888)
v6.0.6
- Upgrade to async@2.x.x
- Retry fixes in BridgeClient