This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
v6.4.0 (BETA 2)
Pre-release
Pre-release
·
62 commits
to release/v6.4.0
since this release
Install beta via npm: npm install -g unity-cache-server@beta
- Performance and memory optimization for very large projects, when a client sends a download request for 10k files or more (#114)
- Added
--host
CLI argument (Server.host
config value) to bind the server to a specific interface (#115) - 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)
- Fixed null ref exception (#100)
- Consolidated log level 4 & 5; log level 4 is now the highest (debug level)
- Update Node version dependency to latest LTS release (10.15.3)