-
-
Notifications
You must be signed in to change notification settings - Fork 17k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6022567
commit 1b43166
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,18 @@ unreleased | |
* deps: [email protected] | ||
- Fix array parsing from skipping empty values | ||
- Fix compacting nested arrays | ||
* deps: [email protected] | ||
- Fix false detection of `no-cache` request directive | ||
- Fix incorrect result when `If-None-Match` has both `*` and ETags | ||
- Fix weak `ETag` matching to match spec | ||
- Remove usage of `res._headers` private field | ||
- Support `If-Match` and `If-Unmodified-Since` headers | ||
- Use `res.getHeaderNames()` when available | ||
- Use `res.headersSent` when available | ||
- deps: [email protected] | ||
- deps: etag@~1.8.0 | ||
- deps: [email protected] | ||
- deps: http-errors@~1.6.1 | ||
* perf: improve `req.ips` performance | ||
|
||
4.14.1 / 2017-01-28 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters