Uh oh!
There was an error while loading. Please reload this page.
Release 4.17 - #3778
Merged
Merged
Conversation
Closed
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
dougwilson
commented
May 10, 2019
ContributorAuthor
The 4.17 branch here is practically feature-complete. The plan is for Express 4.17 to be released in the coming days. Anyone interested in testing prior to release should do so soon. |
dougwilson
commented
May 16, 2019
ContributorAuthor
All, this PR is now feature-complete. I am working on updating the documentation on the Express website, at which point this PR will be merged into master to be released. I anticipate 4.17.0 will be released today or tomorrow. |
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a tracking issue for release 4.17.
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.rawto parse raw bodies Expose bodyParser.raw on express #3708express.textto parse text bodies expose text middleware of bodyparser #3455res.sendFileBetter error handling for sendFile #3582null/undefinedtores.statusThrow on bad argument to res.status() #2795Throw error if argument to res.status is null or undefined #2797Throw TypeError if argument passed to res.status is null or undefined #3111X-Forwarded-Hostreq.hostname: check first comma-delimited host #3494req.hostname: check first comma-delimited host #3495acceptsto 1.3.7 to bring in sorting fixesbody-parserto 1.19.0 to bring in new encoding,pbshorthand, and url encoded parse fixcontent-dispositionto 0.5.3cookieto 0.4.0 to add support forSameSite=NoneAllow response cookie sameSite value "none" #3958finalhandlerto 1.1.2 for stricter CSP headerparseurlto 1.3.3proxy-addrto 2.0.5qsto 6.7.0 to bring in query parse fixrange-parserto 1.2.1sendto 0.17.1 to bring in stricter CSP and adjusted MIME types different mime type for .bmp files since 4.16.0 #3486serve-staticto 1.14.1 to bring insend0.17.1 changessetprototypeofto 1.1.1statusesto 1.5.0type-isto 1.6.18Testing 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 :)