All Versions
310
Latest Version
Avg Release Cycle
141 days
Latest Release
2813 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v4.12.3 Changes
March 17, 2015- deps: accepts@~1.2.5
- deps: mime-types@~2.0.10
- deps: debug@~2.1.3
- Fix high intensity foreground color for bold
- deps: ms@0.7.0
- deps: finalhandler@0.3.4
- deps: debug@~2.1.3
- deps: proxy-addr@~1.0.7
- deps: ipaddr.js@0.1.9
- deps: qs@2.4.1
- Fix error when parameter
hasOwnPropertyis present
- Fix error when parameter
- deps: send@0.12.2
- Throw errors early for invalid
extensionsorindexoptions - deps: debug@~2.1.3
- Throw errors early for invalid
- deps: serve-static@~1.9.2
- deps: send@0.12.2
- deps: type-is@~1.6.1
- deps: mime-types@~2.0.10
- deps: accepts@~1.2.5
-
v4.12.2 Changes
March 02, 2015- Fix regression where
"Request aborted"is logged usingres.sendFile
- Fix regression where
-
v4.12.1 Changes
March 01, 2015- Fix constructing application with non-configurable prototype properties
- Fix
ECONNRESETerrors fromres.sendFileusage - Fix
req.hostwhen using "trust proxy" hops count - Fix
req.protocol/req.securewhen using "trust proxy" hops count - Fix wrong
codeon aborted connections fromres.sendFile - deps: merge-descriptors@1.0.0
-
v4.12.0 Changes
February 23, 2015- Fix
"trust proxy"setting to inherit when app is mounted - Generate
ETags for all request responses- No longer restricted to only responses for
GETandHEADrequests
- No longer restricted to only responses for
- Use
content-typeto parseContent-Typeheaders - deps: accepts@~1.2.4
- Fix preference sorting to be stable for long acceptable lists
- deps: mime-types@~2.0.9
- deps: negotiator@0.5.1
- deps: cookie-signature@1.0.6
- deps: send@0.12.1
- Always read the stat size from the file
- Fix mutating passed-in
options - deps: mime@1.3.4
- deps: serve-static@~1.9.1
- deps: send@0.12.1
- deps: type-is@~1.6.0
- fix argument reassignment
- fix false-positives in
hasBodyTransfer-Encodingcheck - support wildcard for both type and subtype (
*/*) - deps: mime-types@~2.0.9
- Fix
-
v4.11.2 Changes
February 01, 2015- Fix
res.redirectdouble-callingres.endforHEADrequests - deps: accepts@~1.2.3
- deps: mime-types@~2.0.8
- deps: proxy-addr@~1.0.6
- deps: ipaddr.js@0.1.8
- deps: type-is@~1.5.6
- deps: mime-types@~2.0.8
- Fix
-
v4.11.1 Changes
January 20, 2015- deps: send@0.11.1
- Fix root path disclosure
- deps: serve-static@~1.8.1
- Fix redirect loop in Node.js 0.11.14
- Fix root path disclosure
- deps: send@0.11.1
- deps: send@0.11.1
-
v4.11.0 Changes
January 13, 2015- Add
res.append(field, val)to append headers - Deprecate leading
:innameforapp.param(name, fn) - Deprecate
req.param()-- usereq.params,req.body, orreq.queryinstead - Deprecate
app.param(fn) - Fix
OPTIONSresponses to include theHEADmethod properly - Fix
res.sendFilenot always detecting aborted connection - Match routes iteratively to prevent stack overflows
- deps: accepts@~1.2.2
- deps: mime-types@~2.0.7
- deps: negotiator@0.5.0
- deps: send@0.11.0
- deps: debug@~2.1.1
- deps: etag@~1.5.1
- deps: ms@0.7.0
- deps: on-finished@~2.2.0
- deps: serve-static@~1.8.0
- deps: send@0.11.0
- Add
-
v4.10.8 Changes
January 13, 2015- Fix crash from error within
OPTIONSresponse handler - deps: proxy-addr@~1.0.5
- deps: ipaddr.js@0.1.6
- Fix crash from error within
-
v4.10.7 Changes
January 04, 2015- Fix
Allowheader forOPTIONSto not contain duplicate methods - Fix incorrect "Request aborted" for
res.sendFilewhenHEADor 304 - deps: debug@~2.1.1
- deps: finalhandler@0.3.3
- deps: debug@~2.1.1
- deps: on-finished@~2.2.0
- deps: methods@~1.1.1
- deps: on-finished@~2.2.0
- deps: serve-static@~1.7.2
- Fix potential open redirect when mounted at root
- deps: type-is@~1.5.5
- deps: mime-types@~2.0.7
- Fix
-
v4.10.6 Changes
December 12, 2014- Fix exception in
req.fresh/req.stalewithout response headers
- Fix exception in