-
Notifications
You must be signed in to change notification settings - Fork 2k
docs(changelog): update changelog for 5.1.0 release #1850
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
029a37f
docs(changelog): update changelog for 5.1.0 release with some new fea…
bjohansebas abb1d1c
apply suggestion comment
bjohansebas 72afa4e
add id to title
bjohansebas c883581
Update en/changelog/index.md
bjohansebas 4954afb
Update en/changelog/index.md
bjohansebas File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,6 +30,29 @@ All the latest updates, improvements, and fixes to Express | |
| ## Express v5 | ||
| {: id="5.x"} | ||
|
|
||
| ### 5.1.0 - Release date: 2025-03-31 | ||
| {: id="5.0.1"} | ||
|
|
||
| The 5.1.0 minor release includes some new features and improvements: | ||
|
|
||
| * Support for sending responses as Uint8Array | ||
| * Added support for ETag option in `res.sendFile()` | ||
| * Added support for adding multiple links with the same rel with `res.links()` | ||
| * Performance: Use loop for acceptParams | ||
| * [[email protected]](https://github.com/expressjs/body-parser/releases/tag/v2.2.0) | ||
| * Remove legacy node.js support checks for Brotli & `AsyncLocalStorage` | ||
| * Remove `unpipe` & `destroy` | ||
| * [[email protected]](https://github.com/pillarjs/router/releases/tag/v2.2.0) | ||
| * Restore `debug`. Now with the `router` scope instead of `express`. | ||
| * Remove legacy node.js support checks for `setImmediate` | ||
| * Deprecate non-native promise support | ||
| * Remove `after`, `safe-buffer`, `array-flatten`, `setprotoypeof`, `methods`, `utils-merge` | ||
| * [[email protected]](https://github.com/pillarjs/finalhandler/releases/tag/v2.1.0) | ||
| * Remove legacy node.js support checks for `headersSent`, `setImmediate`, & http2 support | ||
| * Remove `unpipe` | ||
| * Transitioned all remaining dependencies to use `^` ranges instead of locked versions | ||
| * Add package.json funding field to highlight our OpenCollective | ||
| [Changelog v5.1.0](https://github.com/expressjs/express/releases/tag/5.1.0) | ||
bjohansebas marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ### 5.0.1 - Release date: 2024-10-08 | ||
| {: id="5.0.1"} | ||
|
|
||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.