Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

v6.4.0

Latest
Compare
Choose a tag to compare
@stephen-palmer stephen-palmer released this 21 Jan 20:11
· 4 commits to master since this release
c70aedf

Improvements

  • Added --host CLI argument (Server.host config value) to bind the server to a specific interface (#115)
  • Added --diag-client-recorder option, which records all client data to disk for debugging and performance testing purposes
  • Consolidated log level 4 & 5; log level 4 is now the highest (debug level)
  • Improved error handling on client connection error
  • Updated to latest Node.js LTS release (v12.13.1)

Bug Fixes

  • Fixed null ref exception (#100)
  • Performance and memory optimization for very large projects, when a client sends a download request for 10k files or more (#114)
  • Fixed a bug where put transactions rejected by whitelist restrictions were affecting the reliability factor, when High Reliability mode is enabled. This meant that an asset was not cacheable if a non-whitelisted client was the first to try to upload it. (#118)
  • Server will wait for command processor to finish before shutting down streams after socket disconnect (#137)