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

v6.2.0

Compare
Choose a tag to compare
@stephen-palmer stephen-palmer released this 14 Dec 16:52
· 142 commits to master since this release
eef126d
  • Fixed inability to specify server port using the unity-cache-server-import tool (#66)
  • Prevent async loops when clients abruptly disconnect during file reads (#68)
  • Ensure file streams are closed when clients abruptly disconnect during file reads (#69)
  • Added -putwhitelist as a CLI option (#70)
  • Fixed ability to launch the cache server via npm start from the root folder (#71)
  • Reduced memory overhead of file read requests (#72)
  • No longer allow overwriting file versions that are being read by a client (#75)
  • Ensure all CLI options map to config file keys, and ensure the --dump-config command dumps the active config. Added new keys as a result:Global.logLevel, Cache.options.workers, and Server.port (#28)