Release Notes
10.0.16.6023: Jan 01 0001
Linux - Command line client: All the Linux client packages will now bundle a netcore-compiled command line client!
From now on, the command line client ("cm") will be a netcore-based application, replacing the mono-based command line client, that had several stability glitches, it lacked some features (latest SSL protocols) ... but now we use the netcore-based "cm" application compiled to target Linux-x64 archs specifically.
Enjoy!
Find below some performance improvements:
A) Update operation test: Workspace of 110K items sizing 545MB. Instance: CentOS 7 rackspace instance of 15GB I/O v1
Time downloading the full workspace ('cm update' operation) with version 10.0.16.6001 (cm mono): 310s
Time downloading the full workspace ('cm update' operation) with version 10.0.16.6023 (cm mono): 256s (21% faster)
B) Checkout test: Workspace of 16K items, 137MB
Time performing a checkout recursive operation on the full workspace with version 10.0.16.6001 (cm mono): 5.4s
Time performing a checkout recursive operation on the full workspace with version 10.0.16.6023 (cm netcore): 3.2s (68% faster)
All Platforms - Cloud Server: Fixed an error that sometimes caused the server to fail when trying to use Google storage blobs
There was a race condition present when setting authorization headers that would sometimes cause an error alike to "Error getting data of ... - Value cannot be null." This should no longer happen.