release: 1.9.2#148
Merged
Merged
Conversation
Member
Author
|
i will do the rebase once #147 is merge |
28ba382 to
e1b481c
Compare
Member
Author
|
cc: @expressjs/express-tc |
UlisesGascon
approved these changes
Jan 19, 2026
UlisesGascon
left a comment
Member
There was a problem hiding this comment.
I plan to do a release this week, but we need to decide first between #149 or #142. How urgent do you need the release @bjohansebas? Worse case scenario I can do a local publication release to unblock u.
Member
Author
|
Actually, this release is to unblock #144 so we can make changes to update libraries. |
Member
Author
|
While that’s happening, can you create the new branch, or would you like me to do it on |
Member
|
Created |
UlisesGascon
added a commit
that referenced
this pull request
Jan 22, 2026
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 free
to 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.
What's included in the HISTORY.md
What's Changed
This will be included in the release details
🐞 Bug fixes
Icons for MIME types containing "+" were not displayed correctly - by @dougwilson in 4e7785c
fixed where file icons with MIME types containing the "+" character (such as image/svg+xml) were not displayed correctly. The bug occurred during the conversion of the MIME type to a CSS class name, since the "+" symbol is not valid in class names.
Improved error handling for malformed URIs by @rjoonas in #85
The HTTP response status code has been fixed for cases where the server receives a URI that cannot be properly decoded. It now returns a 400 (Bad Request) error instead of a 500 (Internal Server Error), more accurately reflecting that the issue is with the client’s request rather than the server itself.
🚀 Improvements
Sorting in
text/plainandapplication/jsonresponses by @dougwilson in 002a251Show font icon for more font types - by @dougwilson in 9d29665
Support has been expanded to display the font icon in directory listings. Now all font file formats will automatically show the corresponding icon, instead of only a few specific formats as before.
PRs
New Contributors
Full Changelog: v1.9.1...master