CoolFace
Apppublic

opusdev/vector-similarity-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
HISTORY.md217 linesDownload Raw Back to finalhandler
1v1.3.2 / 2025-12-012==================3 4  * deps: use tilde notation for dependencies5  * deps: statuses@~2.0.26 7v1.3.1 / 2024-09-118==================9 10  * deps: encodeurl@~2.0.011 12v1.3.0 / 2024-09-0313==================14 15  * ignore status message for HTTP/2 (#53)16 17v1.2.1 / 2024-09-0218==================19 20  * Gracefully handle when handling an error and socket is null21 221.2.0 / 2022-03-2223==================24 25  * Remove set content headers that break response26  * deps: on-finished@2.4.127  * deps: statuses@2.0.128    - Rename `425 Unordered Collection` to standard `425 Too Early`29 301.1.2 / 2019-05-0931==================32 33  * Set stricter `Content-Security-Policy` header34  * deps: parseurl@~1.3.335  * deps: statuses@~1.5.036 371.1.1 / 2018-03-0638==================39 40  * Fix 404 output for bad / missing pathnames41  * deps: encodeurl@~1.0.242    - Fix encoding `%` as last character43  * deps: statuses@~1.4.044 451.1.0 / 2017-09-2446==================47 48  * Use `res.headersSent` when available49 501.0.6 / 2017-09-2251==================52 53  * deps: debug@2.6.954 551.0.5 / 2017-09-1556==================57 58  * deps: parseurl@~1.3.259    - perf: reduce overhead for full URLs60    - perf: unroll the "fast-path" `RegExp`61 621.0.4 / 2017-08-0363==================64 65  * deps: debug@2.6.866 671.0.3 / 2017-05-1668==================69 70  * deps: debug@2.6.771    - deps: ms@2.0.072 731.0.2 / 2017-04-2274==================75 76  * deps: debug@2.6.477    - deps: ms@0.7.378 791.0.1 / 2017-03-2180==================81 82  * Fix missing `</html>` in HTML document83  * deps: debug@2.6.384    - Fix: `DEBUG_MAX_ARRAY_LENGTH`85 861.0.0 / 2017-02-1587==================88 89  * Fix exception when `err` cannot be converted to a string90  * Fully URL-encode the pathname in the 404 message91  * Only include the pathname in the 404 message92  * Send complete HTML document93  * Set `Content-Security-Policy: default-src 'self'` header94  * deps: debug@2.6.195    - Allow colors in workers96    - Deprecated `DEBUG_FD` environment variable set to `3` or higher97    - Fix error when running under React Native98    - Use same color for same namespace99    - deps: ms@0.7.2100 1010.5.1 / 2016-11-12102==================103 104  * Fix exception when `err.headers` is not an object105  * deps: statuses@~1.3.1106  * perf: hoist regular expressions107  * perf: remove duplicate validation path108 1090.5.0 / 2016-06-15110==================111 112  * Change invalid or non-numeric status code to 500113  * Overwrite status message to match set status code114  * Prefer `err.statusCode` if `err.status` is invalid115  * Set response headers from `err.headers` object116  * Use `statuses` instead of `http` module for status messages117    - Includes all defined status messages118 1190.4.1 / 2015-12-02120==================121 122  * deps: escape-html@~1.0.3123    - perf: enable strict mode124    - perf: optimize string replacement125    - perf: use faster string coercion126 1270.4.0 / 2015-06-14128==================129 130  * Fix a false-positive when unpiping in Node.js 0.8131  * Support `statusCode` property on `Error` objects132  * Use `unpipe` module for unpiping requests133  * deps: escape-html@1.0.2134  * deps: on-finished@~2.3.0135    - Add defined behavior for HTTP `CONNECT` requests136    - Add defined behavior for HTTP `Upgrade` requests137    - deps: ee-first@1.1.1138  * perf: enable strict mode139  * perf: remove argument reassignment140 1410.3.6 / 2015-05-11142==================143 144  * deps: debug@~2.2.0145    - deps: ms@0.7.1146 1470.3.5 / 2015-04-22148==================149 150  * deps: on-finished@~2.2.1151    - Fix `isFinished(req)` when data buffered152 1530.3.4 / 2015-03-15154==================155 156  * deps: debug@~2.1.3157    - Fix high intensity foreground color for bold158    - deps: ms@0.7.0159 1600.3.3 / 2015-01-01161==================162 163  * deps: debug@~2.1.1164  * deps: on-finished@~2.2.0165 1660.3.2 / 2014-10-22167==================168 169  * deps: on-finished@~2.1.1170    - Fix handling of pipelined requests171 1720.3.1 / 2014-10-16173==================174 175  * deps: debug@~2.1.0176    - Implement `DEBUG_FD` env variable support177 1780.3.0 / 2014-09-17179==================180 181  * Terminate in progress response only on error182  * Use `on-finished` to determine request status183 1840.2.0 / 2014-09-03185==================186 187  * Set `X-Content-Type-Options: nosniff` header188  * deps: debug@~2.0.0189 1900.1.0 / 2014-07-16191==================192 193  * Respond after request fully read194    - prevents hung responses and socket hang ups195  * deps: debug@1.0.4196 1970.0.3 / 2014-07-11198==================199 200  * deps: debug@1.0.3201    - Add support for multiple wildcards in namespaces202 2030.0.2 / 2014-06-19204==================205 206  * Handle invalid status codes207 2080.0.1 / 2014-06-05209==================210 211  * deps: debug@1.0.2212 2130.0.0 / 2014-06-05214==================215 216  * Extracted from connect/express217