CoolFace
Apppublic

AK-21/Graphite-Industrial-Intelligence

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
HISTORY.md84 linesDownload Raw Back to etag
11.8.1 / 2017-09-122==================3 4  * perf: replace regular expression with substring5 61.8.0 / 2017-02-187==================8 9  * Use SHA1 instead of MD5 for ETag hashing10    - Improves performance for larger entities11    - Works with FIPS 140-2 OpenSSL configuration12 131.7.0 / 2015-06-0814==================15 16  * Always include entity length in ETags for hash length extensions17  * Generate non-Stats ETags using MD5 only (no longer CRC32)18  * Improve stat performance by removing hashing19  * Remove base64 padding in ETags to shorten20  * Use MD5 instead of MD4 in weak ETags over 1KB21 221.6.0 / 2015-05-1023==================24 25  * Improve support for JXcore26  * Remove requirement of `atime` in the stats object27  * Support "fake" stats objects in environments without `fs`28 291.5.1 / 2014-11-1930==================31 32  * deps: crc@3.2.133    - Minor fixes34 351.5.0 / 2014-10-1436==================37 38  * Improve string performance39  * Slightly improve speed for weak ETags over 1KB40 411.4.0 / 2014-09-2142==================43 44  * Support "fake" stats objects45  * Support Node.js 0.646 471.3.1 / 2014-09-1448==================49 50  * Use the (new and improved) `crc` for crc3251 521.3.0 / 2014-08-2953==================54 55  * Default strings to strong ETags56  * Improve speed for weak ETags over 1KB57 581.2.1 / 2014-08-2959==================60 61  * Use the (much faster) `buffer-crc32` for crc3262 631.2.0 / 2014-08-2464==================65 66  * Add support for file stat objects67 681.1.0 / 2014-08-2469==================70 71  * Add fast-path for empty entity72  * Add weak ETag generation73  * Shrink size of generated ETags74 751.0.1 / 2014-08-2476==================77 78  * Fix behavior of string containing Unicode79 801.0.0 / 2014-05-1881==================82 83  * Initial release84