Skip to content

Commit 1b43166

Browse files
committed
1 parent 6022567 commit 1b43166

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

History.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ unreleased
3939
4040
- Fix array parsing from skipping empty values
4141
- Fix compacting nested arrays
42+
43+
- Fix false detection of `no-cache` request directive
44+
- Fix incorrect result when `If-None-Match` has both `*` and ETags
45+
- Fix weak `ETag` matching to match spec
46+
- Remove usage of `res._headers` private field
47+
- Support `If-Match` and `If-Unmodified-Since` headers
48+
- Use `res.getHeaderNames()` when available
49+
- Use `res.headersSent` when available
50+
51+
- deps: etag@~1.8.0
52+
53+
- deps: http-errors@~1.6.1
4254
* perf: improve `req.ips` performance
4355

4456
4.14.1 / 2017-01-28

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"proxy-addr": "~1.1.3",
4949
"qs": "6.3.1",
5050
"range-parser": "~1.2.0",
51-
"send": "0.14.2",
51+
"send": "0.15.0",
5252
"serve-static": "~1.11.2",
5353
"setprototypeof": "1.0.3",
5454
"statuses": "~1.3.1",

0 commit comments

Comments
 (0)