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

Releases: storj-archived/core

v6.0.14

18 Jan 16:06
Compare
Choose a tag to compare

v6.0.13

17 Jan 21:37
Compare
Choose a tag to compare
  • Fix shard reaper not running (Closes #622)
  • Increase reaper interval wait time to 24 hours
  • Bump minor protocol version to include the CORS additions in #614

v6.0.12

11 Jan 16:10
Compare
Choose a tag to compare

v6.0.11

18 Dec 16:25
Compare
Choose a tag to compare
  • 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

16 Dec 16:52
Compare
Choose a tag to compare
  • Integrity check mirror downloads and report failures to prevent bad shard replication
  • Remove null ref causing crash on mirroring stream error

v6.0.9

15 Dec 22:41
Compare
Choose a tag to compare
  • Fixes for bridge client error handling
  • Increase min shard size
  • Add trusted keys and whitelist by default

v6.0.8

12 Dec 16:23
Compare
Choose a tag to compare
  • Properly handle transfer connection termination or errors and decrement active transfer count
  • Deterministic key updates

v6.0.7

11 Dec 20:17
Compare
Choose a tag to compare
  • Force kad upgrade - resolve memory leak
  • Increase keep alive interval (thanks @BlackDuck888)

v6.0.6

10 Dec 21:45
Compare
Choose a tag to compare

v6.0.5

10 Dec 06:45
Compare
Choose a tag to compare
  • Let restify handle connection limits
  • Disable nagle
  • Use keep-alive
  • Add active transfer <-> offer backoff limit
  • Expire tokens more quickly to avoid memory overhead
  • Closes #583