opusdev/vector-similarity-api
1
11.16.3 / 2024-12-152===================3 4* deps: send@~0.19.15 - deps: encodeurl@~2.0.0 6 71.16.2 / 2024-09-118===================9 10* deps: encodeurl@~2.0.011 121.16.1 / 2024-09-1113===================14 15* deps: send@0.19.016 171.16.0 / 2024-09-1018===================19 20* Remove link renderization in html while redirecting21 22 231.15.0 / 2022-03-2424===================25 26 * deps: send@0.18.027 - Fix emitted 416 error missing headers property28 - Limit the headers removed for 304 response29 - deps: depd@2.0.030 - deps: destroy@1.2.031 - deps: http-errors@2.0.032 - deps: on-finished@2.4.133 - deps: statuses@2.0.134 351.14.2 / 2021-12-1536===================37 38 * deps: send@0.17.239 - deps: http-errors@1.8.140 - deps: ms@2.1.341 - pref: ignore empty http tokens42 431.14.1 / 2019-05-1044===================45 46 * Set stricter CSP header in redirect response47 * deps: send@0.17.148 - deps: range-parser@~1.2.149 501.14.0 / 2019-05-0751===================52 53 * deps: parseurl@~1.3.354 * deps: send@0.17.055 - deps: http-errors@~1.7.256 - deps: mime@1.6.057 - deps: ms@2.1.158 - deps: statuses@~1.5.059 - perf: remove redundant `path.normalize` call60 611.13.2 / 2018-02-0762===================63 64 * Fix incorrect end tag in redirects65 * deps: encodeurl@~1.0.266 - Fix encoding `%` as last character67 * deps: send@0.16.268 - deps: depd@~1.1.269 - deps: encodeurl@~1.0.270 - deps: statuses@~1.4.071 721.13.1 / 2017-09-2973===================74 75 * Fix regression when `root` is incorrectly set to a file76 * deps: send@0.16.177 781.13.0 / 2017-09-2779===================80 81 * deps: send@0.16.082 - Add 70 new types for file extensions83 - Add `immutable` option84 - Fix missing `</html>` in default error & redirects85 - Set charset as "UTF-8" for .js and .json86 - Use instance methods on steam to check for listeners87 - deps: mime@1.4.188 - perf: improve path validation speed89 901.12.6 / 2017-09-2291===================92 93 * deps: send@0.15.694 - deps: debug@2.6.995 - perf: improve `If-Match` token parsing96 * perf: improve slash collapsing97 981.12.5 / 2017-09-2199===================100 101 * deps: parseurl@~1.3.2102 - perf: reduce overhead for full URLs103 - perf: unroll the "fast-path" `RegExp`104 * deps: send@0.15.5105 - Fix handling of modified headers with invalid dates106 - deps: etag@~1.8.1107 - deps: fresh@0.5.2108 1091.12.4 / 2017-08-05110===================111 112 * deps: send@0.15.4113 - deps: debug@2.6.8114 - deps: depd@~1.1.1115 - deps: http-errors@~1.6.2116 1171.12.3 / 2017-05-16118===================119 120 * deps: send@0.15.3121 - deps: debug@2.6.7122 1231.12.2 / 2017-04-26124===================125 126 * deps: send@0.15.2127 - deps: debug@2.6.4128 1291.12.1 / 2017-03-04130===================131 132 * deps: send@0.15.1133 - Fix issue when `Date.parse` does not return `NaN` on invalid date134 - Fix strict violation in broken environments135 1361.12.0 / 2017-02-25137===================138 139 * Send complete HTML document in redirect response140 * Set default CSP header in redirect response141 * deps: send@0.15.0142 - Fix false detection of `no-cache` request directive143 - Fix incorrect result when `If-None-Match` has both `*` and ETags144 - Fix weak `ETag` matching to match spec145 - Remove usage of `res._headers` private field146 - Support `If-Match` and `If-Unmodified-Since` headers147 - Use `res.getHeaderNames()` when available148 - Use `res.headersSent` when available149 - deps: debug@2.6.1150 - deps: etag@~1.8.0151 - deps: fresh@0.5.0152 - deps: http-errors@~1.6.1153 1541.11.2 / 2017-01-23155===================156 157 * deps: send@0.14.2158 - deps: http-errors@~1.5.1159 - deps: ms@0.7.2160 - deps: statuses@~1.3.1161 1621.11.1 / 2016-06-10163===================164 165 * Fix redirect error when `req.url` contains raw non-URL characters166 * deps: send@0.14.1167 1681.11.0 / 2016-06-07169===================170 171 * Use status code 301 for redirects172 * deps: send@0.14.0173 - Add `acceptRanges` option174 - Add `cacheControl` option175 - Attempt to combine multiple ranges into single range176 - Correctly inherit from `Stream` class177 - Fix `Content-Range` header in 416 responses when using `start`/`end` options178 - Fix `Content-Range` header missing from default 416 responses179 - Ignore non-byte `Range` headers180 - deps: http-errors@~1.5.0181 - deps: range-parser@~1.2.0182 - deps: statuses@~1.3.0183 - perf: remove argument reassignment184 1851.10.3 / 2016-05-30186===================187 188 * deps: send@0.13.2189 - Fix invalid `Content-Type` header when `send.mime.default_type` unset190 1911.10.2 / 2016-01-19192===================193 194 * deps: parseurl@~1.3.1195 - perf: enable strict mode196 1971.10.1 / 2016-01-16198===================199 200 * deps: escape-html@~1.0.3201 - perf: enable strict mode202 - perf: optimize string replacement203 - perf: use faster string coercion204 * deps: send@0.13.1205 - deps: depd@~1.1.0206 - deps: destroy@~1.0.4207 - deps: escape-html@~1.0.3208 - deps: range-parser@~1.0.3209 2101.10.0 / 2015-06-17211===================212 213 * Add `fallthrough` option214 - Allows declaring this middleware is the final destination215 - Provides better integration with Express patterns216 * Fix reading options from options prototype217 * Improve the default redirect response headers218 * deps: escape-html@1.0.2219 * deps: send@0.13.0220 - Allow Node.js HTTP server to set `Date` response header221 - Fix incorrectly removing `Content-Location` on 304 response222 - Improve the default redirect response headers223 - Send appropriate headers on default error response224 - Use `http-errors` for standard emitted errors225 - Use `statuses` instead of `http` module for status messages226 - deps: escape-html@1.0.2227 - deps: etag@~1.7.0228 - deps: fresh@0.3.0229 - deps: on-finished@~2.3.0230 - perf: enable strict mode231 - perf: remove unnecessary array allocations232 * perf: enable strict mode233 * perf: remove argument reassignment234 2351.9.3 / 2015-05-14236==================237 238 * deps: send@0.12.3239 - deps: debug@~2.2.0240 - deps: depd@~1.0.1241 - deps: etag@~1.6.0242 - deps: ms@0.7.1243 - deps: on-finished@~2.2.1244 2451.9.2 / 2015-03-14246==================247 248 * deps: send@0.12.2249 - Throw errors early for invalid `extensions` or `index` options250 - deps: debug@~2.1.3251 2521.9.1 / 2015-02-17253==================254 255 * deps: send@0.12.1256 - Fix regression sending zero-length files257 2581.9.0 / 2015-02-16259==================260 261 * deps: send@0.12.0262 - Always read the stat size from the file263 - Fix mutating passed-in `options`264 - deps: mime@1.3.4265 2661.8.1 / 2015-01-20267==================268 269 * Fix redirect loop in Node.js 0.11.14270 * deps: send@0.11.1271 - Fix root path disclosure272 2731.8.0 / 2015-01-05274==================275 276 * deps: send@0.11.0277 - deps: debug@~2.1.1278 - deps: etag@~1.5.1279 - deps: ms@0.7.0280 - deps: on-finished@~2.2.0281 2821.7.2 / 2015-01-02283==================284 285 * Fix potential open redirect when mounted at root286 2871.7.1 / 2014-10-22288==================289 290 * deps: send@0.10.1291 - deps: on-finished@~2.1.1292 2931.7.0 / 2014-10-15294==================295 296 * deps: send@0.10.0297 - deps: debug@~2.1.0298 - deps: depd@~1.0.0299 - deps: etag@~1.5.0300 3011.6.5 / 2015-02-04302==================303 304 * Fix potential open redirect when mounted at root305 - Back-ported from v1.7.2306 3071.6.4 / 2014-10-08308==================309 310 * Fix redirect loop when index file serving disabled311 3121.6.3 / 2014-09-24313==================314 315 * deps: send@0.9.3316 - deps: etag@~1.4.0317 3181.6.2 / 2014-09-15319==================320 321 * deps: send@0.9.2322 - deps: depd@0.4.5323 - deps: etag@~1.3.1324 - deps: range-parser@~1.0.2325 3261.6.1 / 2014-09-07327==================328 329 * deps: send@0.9.1330 - deps: fresh@0.2.4331 3321.6.0 / 2014-09-07333==================334 335 * deps: send@0.9.0336 - Add `lastModified` option337 - Use `etag` to generate `ETag` header338 - deps: debug@~2.0.0339 3401.5.4 / 2014-09-04341==================342 343 * deps: send@0.8.5344 - Fix a path traversal issue when using `root`345 - Fix malicious path detection for empty string path346 3471.5.3 / 2014-08-17348==================349 350 * deps: send@0.8.3351 3521.5.2 / 2014-08-14353==================354 355 * deps: send@0.8.2356 - Work around `fd` leak in Node.js 0.10 for `fs.ReadStream`357 3581.5.1 / 2014-08-09359==================360 361 * Fix parsing of weird `req.originalUrl` values362 * deps: parseurl@~1.3.0363 * deps: utils-merge@1.0.0364 3651.5.0 / 2014-08-05366==================367 368 * deps: send@0.8.1369 - Add `extensions` option370 3711.4.4 / 2014-08-04372==================373 374 * deps: send@0.7.4375 - Fix serving index files without root dir376 3771.4.3 / 2014-07-29378==================379 380 * deps: send@0.7.3381 - Fix incorrect 403 on Windows and Node.js 0.11382 3831.4.2 / 2014-07-27384==================385 386 * deps: send@0.7.2387 - deps: depd@0.4.4388 3891.4.1 / 2014-07-26390==================391 392 * deps: send@0.7.1393 - deps: depd@0.4.3394 3951.4.0 / 2014-07-21396==================397 398 * deps: parseurl@~1.2.0399 - Cache URLs based on original value400 - Remove no-longer-needed URL mis-parse work-around401 - Simplify the "fast-path" `RegExp`402 * deps: send@0.7.0403 - Add `dotfiles` option404 - deps: debug@1.0.4405 - deps: depd@0.4.2406 4071.3.2 / 2014-07-11408==================409 410 * deps: send@0.6.0411 - Cap `maxAge` value to 1 year412 - deps: debug@1.0.3413 4141.3.1 / 2014-07-09415==================416 417 * deps: parseurl@~1.1.3418 - faster parsing of href-only URLs419 4201.3.0 / 2014-06-28421==================422 423 * Add `setHeaders` option424 * Include HTML link in redirect response425 * deps: send@0.5.0426 - Accept string for `maxAge` (converted by `ms`)427 4281.2.3 / 2014-06-11429==================430 431 * deps: send@0.4.3432 - Do not throw un-catchable error on file open race condition433 - Use `escape-html` for HTML escaping434 - deps: debug@1.0.2435 - deps: finished@1.2.2436 - deps: fresh@0.2.2437 4381.2.2 / 2014-06-09439==================440 441 * deps: send@0.4.2442 - fix "event emitter leak" warnings443 - deps: debug@1.0.1444 - deps: finished@1.2.1445 4461.2.1 / 2014-06-02447==================448 449 * use `escape-html` for escaping450 * deps: send@0.4.1451 - Send `max-age` in `Cache-Control` in correct format452 4531.2.0 / 2014-05-29454==================455 456 * deps: send@0.4.0457 - Calculate ETag with md5 for reduced collisions458 - Fix wrong behavior when index file matches directory459 - Ignore stream errors after request ends460 - Skip directories in index file search461 - deps: debug@0.8.1462 4631.1.0 / 2014-04-24464==================465 466 * Accept options directly to `send` module467 * deps: send@0.3.0468 4691.0.4 / 2014-04-07470==================471 472 * Resolve relative paths at middleware setup473 * Use parseurl to parse the URL from request474 4751.0.3 / 2014-03-20476==================477 478 * Do not rely on connect-like environments479 4801.0.2 / 2014-03-06481==================482 483 * deps: send@0.2.0484 4851.0.1 / 2014-03-05486==================487 488 * Add mime export for back-compat489 4901.0.0 / 2014-03-05491==================492 493 * Genesis from `connect`494 