-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 4.16 #3423
Release 4.16 #3423
Conversation
Due to #3432 I'm likely going to cut another 4.15 release, which means I'll need to rebase this again, though I still haven't finished the rebase from the first security injection :) I also looked harder at the Getting a new |
Due to the influx of issues related to |
closes #3432
Just read thru the entire changeset and it looks stellar ✨ just in case you wanted another pair of 👀 on it 🙂 |
This is a tracking issue for release 4.16.
Please keep feature requests in their own issues
If you want to make a comment on a particular change, please make the comment in the "Files changed" tab so comments are not lost during a rebase.
List of changes for release:
express.json
andexpress.urlencoded
to parse bodies Add bodyParser back to express 4.x #2211"json escape"
setting forres.json
andres.jsonp
Option to unicode escape <, >, and & in JSON output #3268 Add 'json escape' option to unicode escape <, >, and & #3269res.download
res.download and dotfiles #3327 Request for request #3327, allowing res.download to supply options to res.sendFile #3370Buffer
encoding when not generating ETag for small responsecontent-type
module to 1.0.4 to bring in performance updatesetag
module to 1.8.1 to bring in a performance updatefinalhandler
module to 1.1.0 to bring in a performance update and no_header
usageparseurl
module to 1.3.2 to bring in a performance updateproxy-addr
module to 2.0.2 to bring in a performance updateqs
module to 6.5.1 to bring in a performance updatesend
module to 0.16.0 to bring in some fixes,immutable
option, newmime
module deps: send 0.16.0 #3435serve-static
module to 1.13.0 to bring insend
update andimmutable
option express.static - add support for cache-control: immutable #3197setprototypeof
to 1.1.0utils-merge
to 1.0.1vary
to 1.1.2 to bring in performance update deps: vary@~1.1.2 #3434safe-buffer
for improved Buffer APITesting this release
If you want to try out this release, you can install it with the following commands:
Owners/collaborators: please do not merge this PR :)